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

Name
carrot-solid
Set
Flowbite Icons
Style
Solid
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="currentColor" d="M16 3a1 1 0 0 1 1 1v1.642l1.564-1.512a1 1 0 1 1 1.39 1.437L18.474 7H20a1 1 0 1 1 0 2h-2.105c.263.59.416 1.227.43 1.892c.019.937-.238 1.874-.778 2.756L14.7 10.871a1 1 0 0 0-1.397 1.431l2.949 2.878c-.83.762-2.106 1.728-3.513 2.647l-.012-.013l-2.885-3.063a1 1 0 0 0-1.456 1.372L11 18.897q-.284.163-.566.319c-1.217.667-2.468 1.242-3.553 1.54c-.541.15-1.093.244-1.606.222c-.512-.023-1.089-.17-1.532-.613s-.59-1.02-.612-1.532c-.023-.513.072-1.065.22-1.606c.299-1.085.874-2.336 1.542-3.553a37 37 0 0 1 2.073-3.318l2.714 2.617a1 1 0 1 0 1.388-1.44L8.172 8.741a15 15 0 0 1 1.055-1.198c1.223-1.223 2.576-1.846 3.945-1.84A4.5 4.5 0 0 1 15 6.098V4a1 1 0 0 1 1-1"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteCarrotSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 3a1 1 0 0 1 1 1v1.642l1.564-1.512a1 1 0 1 1 1.39 1.437L18.474 7H20a1 1 0 1 1 0 2h-2.105c.263.59.416 1.227.43 1.892c.019.937-.238 1.874-.778 2.756L14.7 10.871a1 1 0 0 0-1.397 1.431l2.949 2.878c-.83.762-2.106 1.728-3.513 2.647l-.012-.013l-2.885-3.063a1 1 0 0 0-1.456 1.372L11 18.897q-.284.163-.566.319c-1.217.667-2.468 1.242-3.553 1.54c-.541.15-1.093.244-1.606.222c-.512-.023-1.089-.17-1.532-.613s-.59-1.02-.612-1.532c-.023-.513.072-1.065.22-1.606c.299-1.085.874-2.336 1.542-3.553a37 37 0 0 1 2.073-3.318l2.714 2.617a1 1 0 1 0 1.388-1.44L8.172 8.741a15 15 0 0 1 1.055-1.198c1.223-1.223 2.576-1.846 3.945-1.84A4.5 4.5 0 0 1 15 6.098V4a1 1 0 0 1 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 3a1 1 0 0 1 1 1v1.642l1.564-1.512a1 1 0 1 1 1.39 1.437L18.474 7H20a1 1 0 1 1 0 2h-2.105c.263.59.416 1.227.43 1.892c.019.937-.238 1.874-.778 2.756L14.7 10.871a1 1 0 0 0-1.397 1.431l2.949 2.878c-.83.762-2.106 1.728-3.513 2.647l-.012-.013l-2.885-3.063a1 1 0 0 0-1.456 1.372L11 18.897q-.284.163-.566.319c-1.217.667-2.468 1.242-3.553 1.54c-.541.15-1.093.244-1.606.222c-.512-.023-1.089-.17-1.532-.613s-.59-1.02-.612-1.532c-.023-.513.072-1.065.22-1.606c.299-1.085.874-2.336 1.542-3.553a37 37 0 0 1 2.073-3.318l2.714 2.617a1 1 0 1 0 1.388-1.44L8.172 8.741a15 15 0 0 1 1.055-1.198c1.223-1.223 2.576-1.846 3.945-1.84A4.5 4.5 0 0 1 15 6.098V4a1 1 0 0 1 1-1"/></svg>
</template>

CSS

.icon-carrot-solid {
  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%22currentColor%22%20d%3D%22M16%203a1%201%200%200%201%201%201v1.642l1.564-1.512a1%201%200%201%201%201.39%201.437L18.474%207H20a1%201%200%201%201%200%202h-2.105c.263.59.416%201.227.43%201.892c.019.937-.238%201.874-.778%202.756L14.7%2010.871a1%201%200%200%200-1.397%201.431l2.949%202.878c-.83.762-2.106%201.728-3.513%202.647l-.012-.013l-2.885-3.063a1%201%200%200%200-1.456%201.372L11%2018.897q-.284.163-.566.319c-1.217.667-2.468%201.242-3.553%201.54c-.541.15-1.093.244-1.606.222c-.512-.023-1.089-.17-1.532-.613s-.59-1.02-.612-1.532c-.023-.513.072-1.065.22-1.606c.299-1.085.874-2.336%201.542-3.553a37%2037%200%200%201%202.073-3.318l2.714%202.617a1%201%200%201%200%201.388-1.44L8.172%208.741a15%2015%200%200%201%201.055-1.198c1.223-1.223%202.576-1.846%203.945-1.84A4.5%204.5%200%200%201%2015%206.098V4a1%201%200%200%201%201-1%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%22currentColor%22%20d%3D%22M16%203a1%201%200%200%201%201%201v1.642l1.564-1.512a1%201%200%201%201%201.39%201.437L18.474%207H20a1%201%200%201%201%200%202h-2.105c.263.59.416%201.227.43%201.892c.019.937-.238%201.874-.778%202.756L14.7%2010.871a1%201%200%200%200-1.397%201.431l2.949%202.878c-.83.762-2.106%201.728-3.513%202.647l-.012-.013l-2.885-3.063a1%201%200%200%200-1.456%201.372L11%2018.897q-.284.163-.566.319c-1.217.667-2.468%201.242-3.553%201.54c-.541.15-1.093.244-1.606.222c-.512-.023-1.089-.17-1.532-.613s-.59-1.02-.612-1.532c-.023-.513.072-1.065.22-1.606c.299-1.085.874-2.336%201.542-3.553a37%2037%200%200%201%202.073-3.318l2.714%202.617a1%201%200%201%200%201.388-1.44L8.172%208.741a15%2015%200%200%201%201.055-1.198c1.223-1.223%202.576-1.846%203.945-1.84A4.5%204.5%200%200%201%2015%206.098V4a1%201%200%200%201%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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