carrot-outline from Flowbite Icons by Themesberg · Outline · Food Beverage · MIT Free for personal and commercial use.

Name
carrot-outline
Set
Flowbite Icons
Style
Outline
Category
Food Beverage
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More food beverage icons from Flowbite Icons

Use the carrot icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M16 8c-1.629-1.629-3.9-1.915-6.066.25s-7.112 9.78-5.483 11.409s9.241-3.318 11.407-5.484C17.95 12.081 17.629 9.63 16 8m0 0l3.26-3.151M16 8V4m0 4h4m-3.798 5.802l-2.2-2.215m-5.7-1.376l2.072 2.042m-1.259 3.184l2.112 2.163"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteCarrotOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M16 8c-1.629-1.629-3.9-1.915-6.066.25s-7.112 9.78-5.483 11.409s9.241-3.318 11.407-5.484C17.95 12.081 17.629 9.63 16 8m0 0l3.26-3.151M16 8V4m0 4h4m-3.798 5.802l-2.2-2.215m-5.7-1.376l2.072 2.042m-1.259 3.184l2.112 2.163"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M16 8c-1.629-1.629-3.9-1.915-6.066.25s-7.112 9.78-5.483 11.409s9.241-3.318 11.407-5.484C17.95 12.081 17.629 9.63 16 8m0 0l3.26-3.151M16 8V4m0 4h4m-3.798 5.802l-2.2-2.215m-5.7-1.376l2.072 2.042m-1.259 3.184l2.112 2.163"/></svg>
</template>

CSS

.icon-carrot-outline {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M16%208c-1.629-1.629-3.9-1.915-6.066.25s-7.112%209.78-5.483%2011.409s9.241-3.318%2011.407-5.484C17.95%2012.081%2017.629%209.63%2016%208m0%200l3.26-3.151M16%208V4m0%204h4m-3.798%205.802l-2.2-2.215m-5.7-1.376l2.072%202.042m-1.259%203.184l2.112%202.163%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M16%208c-1.629-1.629-3.9-1.915-6.066.25s-7.112%209.78-5.483%2011.409s9.241-3.318%2011.407-5.484C17.95%2012.081%2017.629%209.63%2016%208m0%200l3.26-3.151M16%208V4m0%204h4m-3.798%205.802l-2.2-2.215m-5.7-1.376l2.072%202.042m-1.259%203.184l2.112%202.163%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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