carrot emoji

carrot from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.

Name
carrot
Set
OpenMoji
Style
Default
Category
Food Drink
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More food drink icons from OpenMoji

Use the carrot emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" stroke="#f4aa41" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M43.874 19.106c-2.344.886-5.154 3.186-7.338 6.284L18.542 50.917c-6.538 9.274-.804 13.974 7.008 5.746l21.504-22.65c4.228-4.454 6.08-10.11 3.896-11.9l-3.51-2.877c-.835-.686-2.11-.68-3.566-.13"/><path fill="#d22f27" stroke="#d22f27" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M51.735 23.36c-.13-.46-.34-.85-.66-1.14"/><path fill="#e27022" stroke="#e27022" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M51.695 26q-.15.69-.42 1.44c-.05.15-.11.31-.18.46c-.06.17-.13.34-.21.5c-.09.21-.19.41-.29.62c-.43.86-.96 1.75-1.59 2.62c-.12.18-.25.35-.39.53c-.13.18-.28.37-.42.55q-.54.66-1.14 1.29l-21.51 22.65c-3.66 3.86-6.86 4.87-8.56 3.9c6.414.121 35.754-37.376 34.09-40.16c0 0 1.331 3.881.62 5.6"/><path fill="#b1cc33" stroke="#b1cc33" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M48.384 13.636c.926-1.558 2.003-2.59 2.003-2.59s1.861 1.005 1.836 3.649c2.357-2.267 4.865-2.638 4.865-2.638s-.01 2.532-1.913 5.191a4.6 4.6 0 0 1 1.596.014c1.535.279 2.284 1.28 2.284 1.28s-2.255 3.141-5.388 4.065a5.3 5.3 0 0 1-1.726.239c-1.97-.065-5.263-2.64-4.804-5.887c.174-1.226.682-2.372 1.247-3.323"/><path fill="#5c9e31" d="M59.05 18.54s-2.25 3.14-5.38 4.07c-.65.19-1.22.25-1.73.24c-.92-.04-2.14-.62-3.11-1.56l8.26-9.23s-.01 2.53-1.92 5.19c.61-.1 1.14-.08 1.6.01c1.54.28 2.28 1.28 2.28 1.28"/><g fill="none" stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path stroke-linecap="round" d="M42.258 19.898c-1.944 1.154-4.023 3.081-5.722 5.492L18.542 50.917c-6.538 9.274-.804 13.974 7.008 5.746l21.504-22.65c1.994-2.101 3.46-4.469 4.222-6.572"/><path d="M48.384 13.636c.926-1.558 2.003-2.59 2.003-2.59s1.861 1.005 1.836 3.649c2.357-2.267 4.865-2.638 4.865-2.638s-.01 2.532-1.913 5.191a4.6 4.6 0 0 1 1.596.014c1.535.279 2.284 1.28 2.284 1.28s-2.255 3.141-5.388 4.065a5.3 5.3 0 0 1-1.726.239c-1.97-.065-5.263-2.64-4.804-5.887c.174-1.226.682-2.372 1.247-3.323"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiCarrot(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" stroke="#f4aa41" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M43.874 19.106c-2.344.886-5.154 3.186-7.338 6.284L18.542 50.917c-6.538 9.274-.804 13.974 7.008 5.746l21.504-22.65c4.228-4.454 6.08-10.11 3.896-11.9l-3.51-2.877c-.835-.686-2.11-.68-3.566-.13"/><path fill="#d22f27" stroke="#d22f27" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M51.735 23.36c-.13-.46-.34-.85-.66-1.14"/><path fill="#e27022" stroke="#e27022" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M51.695 26q-.15.69-.42 1.44c-.05.15-.11.31-.18.46c-.06.17-.13.34-.21.5c-.09.21-.19.41-.29.62c-.43.86-.96 1.75-1.59 2.62c-.12.18-.25.35-.39.53c-.13.18-.28.37-.42.55q-.54.66-1.14 1.29l-21.51 22.65c-3.66 3.86-6.86 4.87-8.56 3.9c6.414.121 35.754-37.376 34.09-40.16c0 0 1.331 3.881.62 5.6"/><path fill="#b1cc33" stroke="#b1cc33" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M48.384 13.636c.926-1.558 2.003-2.59 2.003-2.59s1.861 1.005 1.836 3.649c2.357-2.267 4.865-2.638 4.865-2.638s-.01 2.532-1.913 5.191a4.6 4.6 0 0 1 1.596.014c1.535.279 2.284 1.28 2.284 1.28s-2.255 3.141-5.388 4.065a5.3 5.3 0 0 1-1.726.239c-1.97-.065-5.263-2.64-4.804-5.887c.174-1.226.682-2.372 1.247-3.323"/><path fill="#5c9e31" d="M59.05 18.54s-2.25 3.14-5.38 4.07c-.65.19-1.22.25-1.73.24c-.92-.04-2.14-.62-3.11-1.56l8.26-9.23s-.01 2.53-1.92 5.19c.61-.1 1.14-.08 1.6.01c1.54.28 2.28 1.28 2.28 1.28"/><g fill="none" stroke="#000" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path strokeLinecap="round" d="M42.258 19.898c-1.944 1.154-4.023 3.081-5.722 5.492L18.542 50.917c-6.538 9.274-.804 13.974 7.008 5.746l21.504-22.65c1.994-2.101 3.46-4.469 4.222-6.572"/><path d="M48.384 13.636c.926-1.558 2.003-2.59 2.003-2.59s1.861 1.005 1.836 3.649c2.357-2.267 4.865-2.638 4.865-2.638s-.01 2.532-1.913 5.191a4.6 4.6 0 0 1 1.596.014c1.535.279 2.284 1.28 2.284 1.28s-2.255 3.141-5.388 4.065a5.3 5.3 0 0 1-1.726.239c-1.97-.065-5.263-2.64-4.804-5.887c.174-1.226.682-2.372 1.247-3.323"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" stroke="#f4aa41" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M43.874 19.106c-2.344.886-5.154 3.186-7.338 6.284L18.542 50.917c-6.538 9.274-.804 13.974 7.008 5.746l21.504-22.65c4.228-4.454 6.08-10.11 3.896-11.9l-3.51-2.877c-.835-.686-2.11-.68-3.566-.13"/><path fill="#d22f27" stroke="#d22f27" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M51.735 23.36c-.13-.46-.34-.85-.66-1.14"/><path fill="#e27022" stroke="#e27022" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M51.695 26q-.15.69-.42 1.44c-.05.15-.11.31-.18.46c-.06.17-.13.34-.21.5c-.09.21-.19.41-.29.62c-.43.86-.96 1.75-1.59 2.62c-.12.18-.25.35-.39.53c-.13.18-.28.37-.42.55q-.54.66-1.14 1.29l-21.51 22.65c-3.66 3.86-6.86 4.87-8.56 3.9c6.414.121 35.754-37.376 34.09-40.16c0 0 1.331 3.881.62 5.6"/><path fill="#b1cc33" stroke="#b1cc33" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M48.384 13.636c.926-1.558 2.003-2.59 2.003-2.59s1.861 1.005 1.836 3.649c2.357-2.267 4.865-2.638 4.865-2.638s-.01 2.532-1.913 5.191a4.6 4.6 0 0 1 1.596.014c1.535.279 2.284 1.28 2.284 1.28s-2.255 3.141-5.388 4.065a5.3 5.3 0 0 1-1.726.239c-1.97-.065-5.263-2.64-4.804-5.887c.174-1.226.682-2.372 1.247-3.323"/><path fill="#5c9e31" d="M59.05 18.54s-2.25 3.14-5.38 4.07c-.65.19-1.22.25-1.73.24c-.92-.04-2.14-.62-3.11-1.56l8.26-9.23s-.01 2.53-1.92 5.19c.61-.1 1.14-.08 1.6.01c1.54.28 2.28 1.28 2.28 1.28"/><g fill="none" stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path stroke-linecap="round" d="M42.258 19.898c-1.944 1.154-4.023 3.081-5.722 5.492L18.542 50.917c-6.538 9.274-.804 13.974 7.008 5.746l21.504-22.65c1.994-2.101 3.46-4.469 4.222-6.572"/><path d="M48.384 13.636c.926-1.558 2.003-2.59 2.003-2.59s1.861 1.005 1.836 3.649c2.357-2.267 4.865-2.638 4.865-2.638s-.01 2.532-1.913 5.191a4.6 4.6 0 0 1 1.596.014c1.535.279 2.284 1.28 2.284 1.28s-2.255 3.141-5.388 4.065a5.3 5.3 0 0 1-1.726.239c-1.97-.065-5.263-2.64-4.804-5.887c.174-1.226.682-2.372 1.247-3.323"/></g></svg>
</template>

CSS

.icon-carrot {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22%23f4aa41%22%20stroke%3D%22%23f4aa41%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M43.874%2019.106c-2.344.886-5.154%203.186-7.338%206.284L18.542%2050.917c-6.538%209.274-.804%2013.974%207.008%205.746l21.504-22.65c4.228-4.454%206.08-10.11%203.896-11.9l-3.51-2.877c-.835-.686-2.11-.68-3.566-.13%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20stroke%3D%22%23d22f27%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M51.735%2023.36c-.13-.46-.34-.85-.66-1.14%22%2F%3E%3Cpath%20fill%3D%22%23e27022%22%20stroke%3D%22%23e27022%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M51.695%2026q-.15.69-.42%201.44c-.05.15-.11.31-.18.46c-.06.17-.13.34-.21.5c-.09.21-.19.41-.29.62c-.43.86-.96%201.75-1.59%202.62c-.12.18-.25.35-.39.53c-.13.18-.28.37-.42.55q-.54.66-1.14%201.29l-21.51%2022.65c-3.66%203.86-6.86%204.87-8.56%203.9c6.414.121%2035.754-37.376%2034.09-40.16c0%200%201.331%203.881.62%205.6%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20stroke%3D%22%23b1cc33%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M48.384%2013.636c.926-1.558%202.003-2.59%202.003-2.59s1.861%201.005%201.836%203.649c2.357-2.267%204.865-2.638%204.865-2.638s-.01%202.532-1.913%205.191a4.6%204.6%200%200%201%201.596.014c1.535.279%202.284%201.28%202.284%201.28s-2.255%203.141-5.388%204.065a5.3%205.3%200%200%201-1.726.239c-1.97-.065-5.263-2.64-4.804-5.887c.174-1.226.682-2.372%201.247-3.323%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M59.05%2018.54s-2.25%203.14-5.38%204.07c-.65.19-1.22.25-1.73.24c-.92-.04-2.14-.62-3.11-1.56l8.26-9.23s-.01%202.53-1.92%205.19c.61-.1%201.14-.08%201.6.01c1.54.28%202.28%201.28%202.28%201.28%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M42.258%2019.898c-1.944%201.154-4.023%203.081-5.722%205.492L18.542%2050.917c-6.538%209.274-.804%2013.974%207.008%205.746l21.504-22.65c1.994-2.101%203.46-4.469%204.222-6.572%22%2F%3E%3Cpath%20d%3D%22M48.384%2013.636c.926-1.558%202.003-2.59%202.003-2.59s1.861%201.005%201.836%203.649c2.357-2.267%204.865-2.638%204.865-2.638s-.01%202.532-1.913%205.191a4.6%204.6%200%200%201%201.596.014c1.535.279%202.284%201.28%202.284%201.28s-2.255%203.141-5.388%204.065a5.3%205.3%200%200%201-1.726.239c-1.97-.065-5.263-2.64-4.804-5.887c.174-1.226.682-2.372%201.247-3.323%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22%23f4aa41%22%20stroke%3D%22%23f4aa41%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M43.874%2019.106c-2.344.886-5.154%203.186-7.338%206.284L18.542%2050.917c-6.538%209.274-.804%2013.974%207.008%205.746l21.504-22.65c4.228-4.454%206.08-10.11%203.896-11.9l-3.51-2.877c-.835-.686-2.11-.68-3.566-.13%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20stroke%3D%22%23d22f27%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M51.735%2023.36c-.13-.46-.34-.85-.66-1.14%22%2F%3E%3Cpath%20fill%3D%22%23e27022%22%20stroke%3D%22%23e27022%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M51.695%2026q-.15.69-.42%201.44c-.05.15-.11.31-.18.46c-.06.17-.13.34-.21.5c-.09.21-.19.41-.29.62c-.43.86-.96%201.75-1.59%202.62c-.12.18-.25.35-.39.53c-.13.18-.28.37-.42.55q-.54.66-1.14%201.29l-21.51%2022.65c-3.66%203.86-6.86%204.87-8.56%203.9c6.414.121%2035.754-37.376%2034.09-40.16c0%200%201.331%203.881.62%205.6%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20stroke%3D%22%23b1cc33%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M48.384%2013.636c.926-1.558%202.003-2.59%202.003-2.59s1.861%201.005%201.836%203.649c2.357-2.267%204.865-2.638%204.865-2.638s-.01%202.532-1.913%205.191a4.6%204.6%200%200%201%201.596.014c1.535.279%202.284%201.28%202.284%201.28s-2.255%203.141-5.388%204.065a5.3%205.3%200%200%201-1.726.239c-1.97-.065-5.263-2.64-4.804-5.887c.174-1.226.682-2.372%201.247-3.323%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M59.05%2018.54s-2.25%203.14-5.38%204.07c-.65.19-1.22.25-1.73.24c-.92-.04-2.14-.62-3.11-1.56l8.26-9.23s-.01%202.53-1.92%205.19c.61-.1%201.14-.08%201.6.01c1.54.28%202.28%201.28%202.28%201.28%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M42.258%2019.898c-1.944%201.154-4.023%203.081-5.722%205.492L18.542%2050.917c-6.538%209.274-.804%2013.974%207.008%205.746l21.504-22.65c1.994-2.101%203.46-4.469%204.222-6.572%22%2F%3E%3Cpath%20d%3D%22M48.384%2013.636c.926-1.558%202.003-2.59%202.003-2.59s1.861%201.005%201.836%203.649c2.357-2.267%204.865-2.638%204.865-2.638s-.01%202.532-1.913%205.191a4.6%204.6%200%200%201%201.596.014c1.535.279%202.284%201.28%202.284%201.28s-2.255%203.141-5.388%204.065a5.3%205.3%200%200%201-1.726.239c-1.97-.065-5.263-2.64-4.804-5.887c.174-1.226.682-2.372%201.247-3.323%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/carrot.svg?color=%231a73e8&size=48