carrot from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
carrot
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the carrot icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M8.2 9.075C6.1 11.177.635 20.002 2.316 21.684c1.682 1.68 10.507-3.783 12.609-5.884c2.1-2.102 3.362-3.362 0-6.725s-4.623-2.1-6.725 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M14.5 15.5L13 14m-6-3l1.5 1.5M9 19l-1-1m7-16c.518.519.855 1.633 0 3.111M22 9c-.518-.519-1.633-.856-3.11 0m.388-4.278l-1.944 1.944"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCarrot(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M8.2 9.075C6.1 11.177.635 20.002 2.316 21.684c1.682 1.68 10.507-3.783 12.609-5.884c2.1-2.102 3.362-3.362 0-6.725s-4.623-2.1-6.725 0Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M14.5 15.5L13 14m-6-3l1.5 1.5M9 19l-1-1m7-16c.518.519.855 1.633 0 3.111M22 9c-.518-.519-1.633-.856-3.11 0m.388-4.278l-1.944 1.944"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M8.2 9.075C6.1 11.177.635 20.002 2.316 21.684c1.682 1.68 10.507-3.783 12.609-5.884c2.1-2.102 3.362-3.362 0-6.725s-4.623-2.1-6.725 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M14.5 15.5L13 14m-6-3l1.5 1.5M9 19l-1-1m7-16c.518.519.855 1.633 0 3.111M22 9c-.518-.519-1.633-.856-3.11 0m.388-4.278l-1.944 1.944"/></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8.2%209.075C6.1%2011.177.635%2020.002%202.316%2021.684c1.682%201.68%2010.507-3.783%2012.609-5.884c2.1-2.102%203.362-3.362%200-6.725s-4.623-2.1-6.725%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14.5%2015.5L13%2014m-6-3l1.5%201.5M9%2019l-1-1m7-16c.518.519.855%201.633%200%203.111M22%209c-.518-.519-1.633-.856-3.11%200m.388-4.278l-1.944%201.944%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8.2%209.075C6.1%2011.177.635%2020.002%202.316%2021.684c1.682%201.68%2010.507-3.783%2012.609-5.884c2.1-2.102%203.362-3.362%200-6.725s-4.623-2.1-6.725%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14.5%2015.5L13%2014m-6-3l1.5%201.5M9%2019l-1-1m7-16c.518.519.855%201.633%200%203.111M22%209c-.518-.519-1.633-.856-3.11%200m.388-4.278l-1.944%201.944%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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