Karrot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Karrot 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/342394.svg" alt="Karrot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342394.svg" alt="Karrot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342394.svg" alt="Karrot icon" :width="24" :height="24" />
CSS background
.icon-karrot {
background-image: url('https://proicons.com/icon/342394.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="30.789" r="4.3727"/><path class="c" d="M24,43.5s11.369-4.1616,11.369-12.711c0-6.2789-5.0901-11.369-11.369-11.369s-11.369,5.0901-11.369,11.369c0,8.5494,11.369,12.711,11.369,12.711Z"/><path class="c" d="M23.6112,17.5387c.6389-3.6154,7.0711-3.5428,7.0711-8.2182,0-4.1526-2.7878-4.8206-4.3124-4.8206-1.7279,0-4.777,1.1035-4.5737,4.1672-6.1564-2.4103-11.035,10.3961,1.815,8.8716Z"/></svg>
Copied!