Emoji Carrot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Carrot icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/339726.svg" alt="Emoji Carrot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339726.svg" alt="Emoji Carrot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339726.svg" alt="Emoji Carrot icon" :width="24" :height="24" />
CSS background
.icon-emoji-carrot {
background-image: url('https://proicons.com/icon/339726.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M27.6244,12.068c-1.4427.8563-2.9857,2.2864-4.2469,4.0748l-13.3575,18.9407c-4.8527,6.881-.5968,10.3685,5.2022,4.2631l15.9625-16.806c1.4802-1.5584,2.5681-3.3153,3.1344-4.8762"/><path id="c" class="f" d="M32.1723,7.4221c.6874-1.156,1.4868-1.9221,1.4868-1.9221,0,0,1.3813.7463,1.3625,2.7075,1.7496-1.6819,3.6114-1.957,3.6114-1.957,0,0-.007,1.8784-1.42,3.8514.4472-.0698.8441-.0562,1.1846.01,1.1392.2074,1.6953.9501,1.6953.9501,0,0-1.6735,2.3308-3.9992,3.016-.4787.1439-.905.1895-1.2811.177-1.4627-.0476-3.9072-1.9581-3.566-4.3675.1289-.9101.5065-1.7604.9258-2.4656"/><path id="d" class="f" d="M34.3858,14.1956c.4196,1.1218.2203,2.5085-.0668,3.469"/><path id="e" class="f" d="M31.2928,11.5115c-1.1764.1058-1.9639-.4559-3.6684.5565"/></svg>
Copied!