carrot icon
carrot-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- carrot-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
carrotEmoji One (Colored)carrotFont Awesome 6 SolidcarrotFont Awesome Solidcarrot-outlineFlowbite IconscarrotFluent EmojicarrotFluent Emoji FlatcarrotFluent Emoji High ContrastcarrotHuge IconscarrotIconParkcarrotIconPark OutlinecarrotLine AwesomecarrotLucidecarrotMaterial Design Iconscarrot-fillMingCute IconcarrotNoto EmojicarrotOpenMojicarrotTabler IconscarrotTwitter Emoji
Use the carrot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 80h-32.56a64 64 0 0 1-10.19 77.26c-8.52 8.69-19.61 16.92-31.85 24.51a4 4 0 0 1-4.91-.59l-34.84-34.84a8 8 0 0 0-11.49.18a8.23 8.23 0 0 0 .41 11.38l29.88 29.88a4 4 0 0 1-1 6.39C95.74 214.79 53 228.54 46.78 230.48a16 16 0 0 1-21.26-21.26c2.73-8.71 29-90.27 64.86-133.35a4 4 0 0 1 5.9-.26l42.05 42.06a8 8 0 0 0 11.71-.43a8.19 8.19 0 0 0-.6-11.1l-41.36-41.36a4 4 0 0 1 .63-6.18a64 64 0 0 1 67.28-2V24a8 8 0 0 1 8.54-8a8.18 8.18 0 0 1 7.47 8.28v28.41l26.34-26.35a8 8 0 0 1 11.32 11.32L203.31 64h28.41a8.18 8.18 0 0 1 8.28 7.47a8 8 0 0 1-8 8.53"/></svg>
React
import type { SVGProps } from "react";
export function PhCarrotFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 80h-32.56a64 64 0 0 1-10.19 77.26c-8.52 8.69-19.61 16.92-31.85 24.51a4 4 0 0 1-4.91-.59l-34.84-34.84a8 8 0 0 0-11.49.18a8.23 8.23 0 0 0 .41 11.38l29.88 29.88a4 4 0 0 1-1 6.39C95.74 214.79 53 228.54 46.78 230.48a16 16 0 0 1-21.26-21.26c2.73-8.71 29-90.27 64.86-133.35a4 4 0 0 1 5.9-.26l42.05 42.06a8 8 0 0 0 11.71-.43a8.19 8.19 0 0 0-.6-11.1l-41.36-41.36a4 4 0 0 1 .63-6.18a64 64 0 0 1 67.28-2V24a8 8 0 0 1 8.54-8a8.18 8.18 0 0 1 7.47 8.28v28.41l26.34-26.35a8 8 0 0 1 11.32 11.32L203.31 64h28.41a8.18 8.18 0 0 1 8.28 7.47a8 8 0 0 1-8 8.53"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 80h-32.56a64 64 0 0 1-10.19 77.26c-8.52 8.69-19.61 16.92-31.85 24.51a4 4 0 0 1-4.91-.59l-34.84-34.84a8 8 0 0 0-11.49.18a8.23 8.23 0 0 0 .41 11.38l29.88 29.88a4 4 0 0 1-1 6.39C95.74 214.79 53 228.54 46.78 230.48a16 16 0 0 1-21.26-21.26c2.73-8.71 29-90.27 64.86-133.35a4 4 0 0 1 5.9-.26l42.05 42.06a8 8 0 0 0 11.71-.43a8.19 8.19 0 0 0-.6-11.1l-41.36-41.36a4 4 0 0 1 .63-6.18a64 64 0 0 1 67.28-2V24a8 8 0 0 1 8.54-8a8.18 8.18 0 0 1 7.47 8.28v28.41l26.34-26.35a8 8 0 0 1 11.32 11.32L203.31 64h28.41a8.18 8.18 0 0 1 8.28 7.47a8 8 0 0 1-8 8.53"/></svg> </template>
CSS
.icon-carrot-fill {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%2080h-32.56a64%2064%200%200%201-10.19%2077.26c-8.52%208.69-19.61%2016.92-31.85%2024.51a4%204%200%200%201-4.91-.59l-34.84-34.84a8%208%200%200%200-11.49.18a8.23%208.23%200%200%200%20.41%2011.38l29.88%2029.88a4%204%200%200%201-1%206.39C95.74%20214.79%2053%20228.54%2046.78%20230.48a16%2016%200%200%201-21.26-21.26c2.73-8.71%2029-90.27%2064.86-133.35a4%204%200%200%201%205.9-.26l42.05%2042.06a8%208%200%200%200%2011.71-.43a8.19%208.19%200%200%200-.6-11.1l-41.36-41.36a4%204%200%200%201%20.63-6.18a64%2064%200%200%201%2067.28-2V24a8%208%200%200%201%208.54-8a8.18%208.18%200%200%201%207.47%208.28v28.41l26.34-26.35a8%208%200%200%201%2011.32%2011.32L203.31%2064h28.41a8.18%208.18%200%200%201%208.28%207.47a8%208%200%200%201-8%208.53%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%2080h-32.56a64%2064%200%200%201-10.19%2077.26c-8.52%208.69-19.61%2016.92-31.85%2024.51a4%204%200%200%201-4.91-.59l-34.84-34.84a8%208%200%200%200-11.49.18a8.23%208.23%200%200%200%20.41%2011.38l29.88%2029.88a4%204%200%200%201-1%206.39C95.74%20214.79%2053%20228.54%2046.78%20230.48a16%2016%200%200%201-21.26-21.26c2.73-8.71%2029-90.27%2064.86-133.35a4%204%200%200%201%205.9-.26l42.05%2042.06a8%208%200%200%200%2011.71-.43a8.19%208.19%200%200%200-.6-11.1l-41.36-41.36a4%204%200%200%201%20.63-6.18a64%2064%200%200%201%2067.28-2V24a8%208%200%200%201%208.54-8a8.18%208.18%200%200%201%207.47%208.28v28.41l26.34-26.35a8%208%200%200%201%2011.32%2011.32L203.31%2064h28.41a8.18%208.18%200%200%201%208.28%207.47a8%208%200%200%201-8%208.53%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/carrot-fill.svg?color=%231a73e8&size=48