Vegetarian mark
A symbol for vegetarian food and vegetarianism. Download it as a vector or bitmap image, or use it as a font icon on your web site (see below). The “V with a leaf” symbol, as represented here, is a trademark of the European Vegetarian Union (EVU), who grants licences to the food industry to use this mark on their products.
- SVG image, 620 px wide
- PNG image, 620 px wide
- PNG image, 250 px wide
- PNG image, 180 px wide
- PNG image, 90 px wide
- PNG image, 60 px wide
- Black/white SVG image, 620 px wide
- Black/white PNG image, 620 px wide
- Black/white PNG image, 250 px wide
- Black/white PNG image, 180 px wide
- Black/white PNG image, 90 px wide
- Black/white PNG image, 60 px wide
Indian vegetarian mark
A symbol for vegetarian food used in India, and sometimes in other South Asian countries, as defined by the Food safety and standards (packaging and labelling) act of 2006. Often referred to simply as the “green dot”. See also Wikipedia.
Unicode alternative: A black circle with a combining quare, ●⃞. Rendering might not be perfect in all browsers.
Html code: <span style="color:green;
.
Or, semantically less accurate, but more consistent in rendering, a squared dot, ⊡.
Html code: <span style="color:green">
.
Vegetarian symbols as a font
To use these symbols as a font icon on your web page, simply add the following code to the head:
<link rel="stylesheet" href="http://static.sasongsmat.nu/fonts/vegetarian.css" />
You can now add icons to your page like this: Today's special: Palak paneer<span class="vegetarianicon">Ⓥ</span>
The result should look like this:
If the font for some reason fails to load, the character Ⓥ will show instead of Ⓥ.
⊡ can be used in the same way: <span class="vegetarianicon">⊡</span>
gives ⊡.
It might be a good idea to provide an explanation, if the symbol is crucial to understanding the text. The <abbr>
-tag is a good option. <abbr title="Vegetarian" class="vegetarianicon">Ⓥ</abbr>
gives:
Alternative approach
You can also insert the symbols like this: Today's special: Palak paneer<span class="veg-vegetarian"></span>
Resulting in this:
Unlike in the first approach, icons will not be copied if the user tries to copy and paste the text.
For ⊡, use <span class="veg-indian-vegetarian"></span>
.
The font is created with icomoon.io.
Other symbols and characters
The Chinese character zhāi (斋) is sometimes used as a general vegetarian symbol, though the word for vegetarian food in Chinese is 素食 (sùshí).
- Traditional character: 齋 (Taiwan, Hong Kong, Macau)
- Simplified character: 斋 (Mainland China, Singapore, Malaysia)
- Japanese character: 斎
The unicode character Ⓥ (a circled, capital ’V’) is sometimes used to indicate vegetarian or vegan food or lifestyle.
- HTML
Ⓥ
- Unicode
U+24CB
- Windows
- To produce a circled V on Windows: Alt 9419 (on the numerical keyboard, with Num lock on)
- Linux
- To produce a circled V on Linux: Ctrl ⇧ Shift u 24cb ⏎ Return (or Space)
There is an hardly ever used inverted version as well, 🅥; a corresponding small letter, ⓥ; and some other variants, existing mostly for backwards compatibility with various pre Unicode character sets: ⒱, 🄥, 🅅, 🆅, 🇻. A lot of your users will not be able to display these last characters.
Have you seen other interesting symbols? Send them to mail@leowallentin.se!