carrot from Fluent Emoji Flat by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.

Name
carrot
Set
Fluent Emoji Flat
Style
Default
Category
Food & Drink
Viewbox
32×32
License
MIT

The same emoji in other sets

More food & drink icons from Fluent Emoji Flat

Use the carrot emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00d26a" d="m28.902 8.361l-.01.01a3.733 3.733 0 0 1-.24 5.01a3.72 3.72 0 0 1-5.27 0a3.72 3.72 0 0 1-1.078-2.278L20.5 12.908l-1.415-1.414l1.746-1.745a3.7 3.7 0 0 1-2.139-1.058a3.72 3.72 0 0 1 0-5.27a3.73 3.73 0 0 1 4.92-.31l.02-.02c1.45-1.46 3.81-1.45 5.27 0a3.72 3.72 0 0 1 0 5.27"/><path fill="#ff822d" d="m4.642 29.891l15.75-5.1c4.51-1.46 5.88-7.17 2.53-10.52l-5.2-5.2c-3.35-3.35-9.06-1.97-10.52 2.53l-5.1 15.75c-.51 1.57.97 3.05 2.54 2.54"/><path fill="#ff6723" d="M12.373 19.411c.49-.49.49-1.28 0-1.78l-5.38-5.38l-.87 2.68l4.47 4.47c.49.5 1.29.5 1.78.01m-3.78 4.55c-.49.49-.49 1.28 0 1.78l2.17 2.17l2.68-.87l-3.08-3.08a1.25 1.25 0 0 0-1.77 0m7.66-4.98c-.49-.5-.49-1.29 0-1.78s1.28-.49 1.78.01l5.43 5.43c-.5.66-1.14 1.22-1.9 1.65z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatCarrot(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00d26a" d="m28.902 8.361l-.01.01a3.733 3.733 0 0 1-.24 5.01a3.72 3.72 0 0 1-5.27 0a3.72 3.72 0 0 1-1.078-2.278L20.5 12.908l-1.415-1.414l1.746-1.745a3.7 3.7 0 0 1-2.139-1.058a3.72 3.72 0 0 1 0-5.27a3.73 3.73 0 0 1 4.92-.31l.02-.02c1.45-1.46 3.81-1.45 5.27 0a3.72 3.72 0 0 1 0 5.27"/><path fill="#ff822d" d="m4.642 29.891l15.75-5.1c4.51-1.46 5.88-7.17 2.53-10.52l-5.2-5.2c-3.35-3.35-9.06-1.97-10.52 2.53l-5.1 15.75c-.51 1.57.97 3.05 2.54 2.54"/><path fill="#ff6723" d="M12.373 19.411c.49-.49.49-1.28 0-1.78l-5.38-5.38l-.87 2.68l4.47 4.47c.49.5 1.29.5 1.78.01m-3.78 4.55c-.49.49-.49 1.28 0 1.78l2.17 2.17l2.68-.87l-3.08-3.08a1.25 1.25 0 0 0-1.77 0m7.66-4.98c-.49-.5-.49-1.29 0-1.78s1.28-.49 1.78.01l5.43 5.43c-.5.66-1.14 1.22-1.9 1.65z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00d26a" d="m28.902 8.361l-.01.01a3.733 3.733 0 0 1-.24 5.01a3.72 3.72 0 0 1-5.27 0a3.72 3.72 0 0 1-1.078-2.278L20.5 12.908l-1.415-1.414l1.746-1.745a3.7 3.7 0 0 1-2.139-1.058a3.72 3.72 0 0 1 0-5.27a3.73 3.73 0 0 1 4.92-.31l.02-.02c1.45-1.46 3.81-1.45 5.27 0a3.72 3.72 0 0 1 0 5.27"/><path fill="#ff822d" d="m4.642 29.891l15.75-5.1c4.51-1.46 5.88-7.17 2.53-10.52l-5.2-5.2c-3.35-3.35-9.06-1.97-10.52 2.53l-5.1 15.75c-.51 1.57.97 3.05 2.54 2.54"/><path fill="#ff6723" d="M12.373 19.411c.49-.49.49-1.28 0-1.78l-5.38-5.38l-.87 2.68l4.47 4.47c.49.5 1.29.5 1.78.01m-3.78 4.55c-.49.49-.49 1.28 0 1.78l2.17 2.17l2.68-.87l-3.08-3.08a1.25 1.25 0 0 0-1.77 0m7.66-4.98c-.49-.5-.49-1.29 0-1.78s1.28-.49 1.78.01l5.43 5.43c-.5.66-1.14 1.22-1.9 1.65z"/></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2300d26a%22%20d%3D%22m28.902%208.361l-.01.01a3.733%203.733%200%200%201-.24%205.01a3.72%203.72%200%200%201-5.27%200a3.72%203.72%200%200%201-1.078-2.278L20.5%2012.908l-1.415-1.414l1.746-1.745a3.7%203.7%200%200%201-2.139-1.058a3.72%203.72%200%200%201%200-5.27a3.73%203.73%200%200%201%204.92-.31l.02-.02c1.45-1.46%203.81-1.45%205.27%200a3.72%203.72%200%200%201%200%205.27%22%2F%3E%3Cpath%20fill%3D%22%23ff822d%22%20d%3D%22m4.642%2029.891l15.75-5.1c4.51-1.46%205.88-7.17%202.53-10.52l-5.2-5.2c-3.35-3.35-9.06-1.97-10.52%202.53l-5.1%2015.75c-.51%201.57.97%203.05%202.54%202.54%22%2F%3E%3Cpath%20fill%3D%22%23ff6723%22%20d%3D%22M12.373%2019.411c.49-.49.49-1.28%200-1.78l-5.38-5.38l-.87%202.68l4.47%204.47c.49.5%201.29.5%201.78.01m-3.78%204.55c-.49.49-.49%201.28%200%201.78l2.17%202.17l2.68-.87l-3.08-3.08a1.25%201.25%200%200%200-1.77%200m7.66-4.98c-.49-.5-.49-1.29%200-1.78s1.28-.49%201.78.01l5.43%205.43c-.5.66-1.14%201.22-1.9%201.65z%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2300d26a%22%20d%3D%22m28.902%208.361l-.01.01a3.733%203.733%200%200%201-.24%205.01a3.72%203.72%200%200%201-5.27%200a3.72%203.72%200%200%201-1.078-2.278L20.5%2012.908l-1.415-1.414l1.746-1.745a3.7%203.7%200%200%201-2.139-1.058a3.72%203.72%200%200%201%200-5.27a3.73%203.73%200%200%201%204.92-.31l.02-.02c1.45-1.46%203.81-1.45%205.27%200a3.72%203.72%200%200%201%200%205.27%22%2F%3E%3Cpath%20fill%3D%22%23ff822d%22%20d%3D%22m4.642%2029.891l15.75-5.1c4.51-1.46%205.88-7.17%202.53-10.52l-5.2-5.2c-3.35-3.35-9.06-1.97-10.52%202.53l-5.1%2015.75c-.51%201.57.97%203.05%202.54%202.54%22%2F%3E%3Cpath%20fill%3D%22%23ff6723%22%20d%3D%22M12.373%2019.411c.49-.49.49-1.28%200-1.78l-5.38-5.38l-.87%202.68l4.47%204.47c.49.5%201.29.5%201.78.01m-3.78%204.55c-.49.49-.49%201.28%200%201.78l2.17%202.17l2.68-.87l-3.08-3.08a1.25%201.25%200%200%200-1.77%200m7.66-4.98c-.49-.5-.49-1.29%200-1.78s1.28-.49%201.78.01l5.43%205.43c-.5.66-1.14%201.22-1.9%201.65z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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