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

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

The same emoji in other sets

More food & drink icons from Fluent Emoji High Contrast

Use the carrot emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.505 7.758l-.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.277l-1.17 1.17l1.893 1.893c3.877 3.878 2.292 10.488-2.93 12.179l-15.748 5.1c-2.347.76-4.562-1.453-3.8-3.8l5.1-15.75c1.69-5.21 8.298-6.808 12.178-2.929l1.893 1.893l1.11-1.111a3.7 3.7 0 0 1-2.138-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.27M6.918 15.727L3.054 27.659a1.014 1.014 0 0 0 1.28 1.281l5.633-1.824l-1.374-1.375c-.49-.5-.49-1.29 0-1.78a1.25 1.25 0 0 1 1.77 0l2.286 2.287l7.435-2.408a5.5 5.5 0 0 0 .732-.296l-4.563-4.563c-.49-.5-.49-1.29 0-1.78s1.28-.49 1.78.01l4.714 4.715c1.47-2.014 1.447-4.97-.532-6.948l-5.2-5.2c-2.82-2.82-7.631-1.66-8.861 2.132l-.368 1.135l4.587 4.586c.49.5.49 1.29 0 1.78s-1.29.49-1.78-.01z"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastCarrot(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.505 7.758l-.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.277l-1.17 1.17l1.893 1.893c3.877 3.878 2.292 10.488-2.93 12.179l-15.748 5.1c-2.347.76-4.562-1.453-3.8-3.8l5.1-15.75c1.69-5.21 8.298-6.808 12.178-2.929l1.893 1.893l1.11-1.111a3.7 3.7 0 0 1-2.138-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.27M6.918 15.727L3.054 27.659a1.014 1.014 0 0 0 1.28 1.281l5.633-1.824l-1.374-1.375c-.49-.5-.49-1.29 0-1.78a1.25 1.25 0 0 1 1.77 0l2.286 2.287l7.435-2.408a5.5 5.5 0 0 0 .732-.296l-4.563-4.563c-.49-.5-.49-1.29 0-1.78s1.28-.49 1.78.01l4.714 4.715c1.47-2.014 1.447-4.97-.532-6.948l-5.2-5.2c-2.82-2.82-7.631-1.66-8.861 2.132l-.368 1.135l4.587 4.586c.49.5.49 1.29 0 1.78s-1.29.49-1.78-.01z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.505 7.758l-.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.277l-1.17 1.17l1.893 1.893c3.877 3.878 2.292 10.488-2.93 12.179l-15.748 5.1c-2.347.76-4.562-1.453-3.8-3.8l5.1-15.75c1.69-5.21 8.298-6.808 12.178-2.929l1.893 1.893l1.11-1.111a3.7 3.7 0 0 1-2.138-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.27M6.918 15.727L3.054 27.659a1.014 1.014 0 0 0 1.28 1.281l5.633-1.824l-1.374-1.375c-.49-.5-.49-1.29 0-1.78a1.25 1.25 0 0 1 1.77 0l2.286 2.287l7.435-2.408a5.5 5.5 0 0 0 .732-.296l-4.563-4.563c-.49-.5-.49-1.29 0-1.78s1.28-.49 1.78.01l4.714 4.715c1.47-2.014 1.447-4.97-.532-6.948l-5.2-5.2c-2.82-2.82-7.631-1.66-8.861 2.132l-.368 1.135l4.587 4.586c.49.5.49 1.29 0 1.78s-1.29.49-1.78-.01z"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.505%207.758l-.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.277l-1.17%201.17l1.893%201.893c3.877%203.878%202.292%2010.488-2.93%2012.179l-15.748%205.1c-2.347.76-4.562-1.453-3.8-3.8l5.1-15.75c1.69-5.21%208.298-6.808%2012.178-2.929l1.893%201.893l1.11-1.111a3.7%203.7%200%200%201-2.138-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.27M6.918%2015.727L3.054%2027.659a1.014%201.014%200%200%200%201.28%201.281l5.633-1.824l-1.374-1.375c-.49-.5-.49-1.29%200-1.78a1.25%201.25%200%200%201%201.77%200l2.286%202.287l7.435-2.408a5.5%205.5%200%200%200%20.732-.296l-4.563-4.563c-.49-.5-.49-1.29%200-1.78s1.28-.49%201.78.01l4.714%204.715c1.47-2.014%201.447-4.97-.532-6.948l-5.2-5.2c-2.82-2.82-7.631-1.66-8.861%202.132l-.368%201.135l4.587%204.586c.49.5.49%201.29%200%201.78s-1.29.49-1.78-.01z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.505%207.758l-.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.277l-1.17%201.17l1.893%201.893c3.877%203.878%202.292%2010.488-2.93%2012.179l-15.748%205.1c-2.347.76-4.562-1.453-3.8-3.8l5.1-15.75c1.69-5.21%208.298-6.808%2012.178-2.929l1.893%201.893l1.11-1.111a3.7%203.7%200%200%201-2.138-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.27M6.918%2015.727L3.054%2027.659a1.014%201.014%200%200%200%201.28%201.281l5.633-1.824l-1.374-1.375c-.49-.5-.49-1.29%200-1.78a1.25%201.25%200%200%201%201.77%200l2.286%202.287l7.435-2.408a5.5%205.5%200%200%200%20.732-.296l-4.563-4.563c-.49-.5-.49-1.29%200-1.78s1.28-.49%201.78.01l4.714%204.715c1.47-2.014%201.447-4.97-.532-6.948l-5.2-5.2c-2.82-2.82-7.631-1.66-8.861%202.132l-.368%201.135l4.587%204.586c.49.5.49%201.29%200%201.78s-1.29.49-1.78-.01z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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