carrot from Font Awesome Solid by Dave Gandy · Solid · Food · CC-BY-4.0 Attribution required.

Name
carrot
Set
Font Awesome Solid
Style
Solid
Category
Food
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More food icons from Font Awesome Solid

Use the carrot icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m453.1 27.3l-12.2 12.1c-31.2 31.2-31.2 81.9 0 113.1l46.9 46.9c31.2 31.2 81.9 31.2 113.1 0l12.1-12.1c6.2-6.2 6.2-16.4 0-22.6l-12.1-12.1c-31.2-31.2-81.9-31.2-113.1 0c31.2-31.2 31.2-81.9 0-113.1l-12.1-12.2c-6.2-6.2-16.4-6.2-22.6 0M331.6 160c-45.2 0-87.1 20.4-115 54.3l56.7 56.7c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47.8-47.7L67.2 530.8c-5.5 12.1-2.9 26.4 6.5 35.9s23.7 12 35.9 6.5l141.6-64.4l-43.8-43.8c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l56.5 56.5l95.3-43.3c53.1-24.1 87.2-77.1 87.2-135.5c0-82.2-66.6-148.8-148.8-148.8z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidCarrot(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m453.1 27.3l-12.2 12.1c-31.2 31.2-31.2 81.9 0 113.1l46.9 46.9c31.2 31.2 81.9 31.2 113.1 0l12.1-12.1c6.2-6.2 6.2-16.4 0-22.6l-12.1-12.1c-31.2-31.2-81.9-31.2-113.1 0c31.2-31.2 31.2-81.9 0-113.1l-12.1-12.2c-6.2-6.2-16.4-6.2-22.6 0M331.6 160c-45.2 0-87.1 20.4-115 54.3l56.7 56.7c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47.8-47.7L67.2 530.8c-5.5 12.1-2.9 26.4 6.5 35.9s23.7 12 35.9 6.5l141.6-64.4l-43.8-43.8c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l56.5 56.5l95.3-43.3c53.1-24.1 87.2-77.1 87.2-135.5c0-82.2-66.6-148.8-148.8-148.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m453.1 27.3l-12.2 12.1c-31.2 31.2-31.2 81.9 0 113.1l46.9 46.9c31.2 31.2 81.9 31.2 113.1 0l12.1-12.1c6.2-6.2 6.2-16.4 0-22.6l-12.1-12.1c-31.2-31.2-81.9-31.2-113.1 0c31.2-31.2 31.2-81.9 0-113.1l-12.1-12.2c-6.2-6.2-16.4-6.2-22.6 0M331.6 160c-45.2 0-87.1 20.4-115 54.3l56.7 56.7c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47.8-47.7L67.2 530.8c-5.5 12.1-2.9 26.4 6.5 35.9s23.7 12 35.9 6.5l141.6-64.4l-43.8-43.8c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l56.5 56.5l95.3-43.3c53.1-24.1 87.2-77.1 87.2-135.5c0-82.2-66.6-148.8-148.8-148.8z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m453.1%2027.3l-12.2%2012.1c-31.2%2031.2-31.2%2081.9%200%20113.1l46.9%2046.9c31.2%2031.2%2081.9%2031.2%20113.1%200l12.1-12.1c6.2-6.2%206.2-16.4%200-22.6l-12.1-12.1c-31.2-31.2-81.9-31.2-113.1%200c31.2-31.2%2031.2-81.9%200-113.1l-12.1-12.2c-6.2-6.2-16.4-6.2-22.6%200M331.6%20160c-45.2%200-87.1%2020.4-115%2054.3l56.7%2056.7c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-47.8-47.7L67.2%20530.8c-5.5%2012.1-2.9%2026.4%206.5%2035.9s23.7%2012%2035.9%206.5l141.6-64.4l-43.8-43.8c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l56.5%2056.5l95.3-43.3c53.1-24.1%2087.2-77.1%2087.2-135.5c0-82.2-66.6-148.8-148.8-148.8z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m453.1%2027.3l-12.2%2012.1c-31.2%2031.2-31.2%2081.9%200%20113.1l46.9%2046.9c31.2%2031.2%2081.9%2031.2%20113.1%200l12.1-12.1c6.2-6.2%206.2-16.4%200-22.6l-12.1-12.1c-31.2-31.2-81.9-31.2-113.1%200c31.2-31.2%2031.2-81.9%200-113.1l-12.1-12.2c-6.2-6.2-16.4-6.2-22.6%200M331.6%20160c-45.2%200-87.1%2020.4-115%2054.3l56.7%2056.7c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-47.8-47.7L67.2%20530.8c-5.5%2012.1-2.9%2026.4%206.5%2035.9s23.7%2012%2035.9%206.5l141.6-64.4l-43.8-43.8c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l56.5%2056.5l95.3-43.3c53.1-24.1%2087.2-77.1%2087.2-135.5c0-82.2-66.6-148.8-148.8-148.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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