carrot icon
carrot-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- carrot-thin
- Set
- Phosphor
- Style
- Thin
- 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 68h-38.34l33.17-33.17a4 4 0 1 0-5.66-5.66L188 62.34V24a4 4 0 0 0-8 0v40a60 60 0 0 0-78.39 5.54c-17.12 16.79-34.51 45.72-51.7 86c-11.93 28-19.61 52-20.59 55.09A12.05 12.05 0 0 0 40 228a12 12 0 0 0 5.36-1.28c3.12-1 27.13-8.65 55.09-20.59c40.29-17.2 69.24-34.61 86-51.71A60 60 0 0 0 192 76h40a4 4 0 0 0 0-8m-51.26 80.79c-9.76 10-23.42 19.39-38.37 27.91l-27.54-27.53a4 4 0 0 0-5.65 5.65l25.9 25.91C92.61 203.55 43.34 219 42.64 219.18a4.5 4.5 0 0 0-.71.3a4 4 0 0 1-5.41-5.41a4.5 4.5 0 0 0 .3-.71c.29-1 29.72-95 67.62-135.27l36.74 36.73a4 4 0 0 0 5.65 0a4 4 0 0 0 0-5.65l-36.65-36.65a52 52 0 0 1 70.56 76.27"/></svg>
React
import type { SVGProps } from "react";
export function PhCarrotThin(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 68h-38.34l33.17-33.17a4 4 0 1 0-5.66-5.66L188 62.34V24a4 4 0 0 0-8 0v40a60 60 0 0 0-78.39 5.54c-17.12 16.79-34.51 45.72-51.7 86c-11.93 28-19.61 52-20.59 55.09A12.05 12.05 0 0 0 40 228a12 12 0 0 0 5.36-1.28c3.12-1 27.13-8.65 55.09-20.59c40.29-17.2 69.24-34.61 86-51.71A60 60 0 0 0 192 76h40a4 4 0 0 0 0-8m-51.26 80.79c-9.76 10-23.42 19.39-38.37 27.91l-27.54-27.53a4 4 0 0 0-5.65 5.65l25.9 25.91C92.61 203.55 43.34 219 42.64 219.18a4.5 4.5 0 0 0-.71.3a4 4 0 0 1-5.41-5.41a4.5 4.5 0 0 0 .3-.71c.29-1 29.72-95 67.62-135.27l36.74 36.73a4 4 0 0 0 5.65 0a4 4 0 0 0 0-5.65l-36.65-36.65a52 52 0 0 1 70.56 76.27"/></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 68h-38.34l33.17-33.17a4 4 0 1 0-5.66-5.66L188 62.34V24a4 4 0 0 0-8 0v40a60 60 0 0 0-78.39 5.54c-17.12 16.79-34.51 45.72-51.7 86c-11.93 28-19.61 52-20.59 55.09A12.05 12.05 0 0 0 40 228a12 12 0 0 0 5.36-1.28c3.12-1 27.13-8.65 55.09-20.59c40.29-17.2 69.24-34.61 86-51.71A60 60 0 0 0 192 76h40a4 4 0 0 0 0-8m-51.26 80.79c-9.76 10-23.42 19.39-38.37 27.91l-27.54-27.53a4 4 0 0 0-5.65 5.65l25.9 25.91C92.61 203.55 43.34 219 42.64 219.18a4.5 4.5 0 0 0-.71.3a4 4 0 0 1-5.41-5.41a4.5 4.5 0 0 0 .3-.71c.29-1 29.72-95 67.62-135.27l36.74 36.73a4 4 0 0 0 5.65 0a4 4 0 0 0 0-5.65l-36.65-36.65a52 52 0 0 1 70.56 76.27"/></svg> </template>
CSS
.icon-carrot-thin {
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%2068h-38.34l33.17-33.17a4%204%200%201%200-5.66-5.66L188%2062.34V24a4%204%200%200%200-8%200v40a60%2060%200%200%200-78.39%205.54c-17.12%2016.79-34.51%2045.72-51.7%2086c-11.93%2028-19.61%2052-20.59%2055.09A12.05%2012.05%200%200%200%2040%20228a12%2012%200%200%200%205.36-1.28c3.12-1%2027.13-8.65%2055.09-20.59c40.29-17.2%2069.24-34.61%2086-51.71A60%2060%200%200%200%20192%2076h40a4%204%200%200%200%200-8m-51.26%2080.79c-9.76%2010-23.42%2019.39-38.37%2027.91l-27.54-27.53a4%204%200%200%200-5.65%205.65l25.9%2025.91C92.61%20203.55%2043.34%20219%2042.64%20219.18a4.5%204.5%200%200%200-.71.3a4%204%200%200%201-5.41-5.41a4.5%204.5%200%200%200%20.3-.71c.29-1%2029.72-95%2067.62-135.27l36.74%2036.73a4%204%200%200%200%205.65%200a4%204%200%200%200%200-5.65l-36.65-36.65a52%2052%200%200%201%2070.56%2076.27%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%2068h-38.34l33.17-33.17a4%204%200%201%200-5.66-5.66L188%2062.34V24a4%204%200%200%200-8%200v40a60%2060%200%200%200-78.39%205.54c-17.12%2016.79-34.51%2045.72-51.7%2086c-11.93%2028-19.61%2052-20.59%2055.09A12.05%2012.05%200%200%200%2040%20228a12%2012%200%200%200%205.36-1.28c3.12-1%2027.13-8.65%2055.09-20.59c40.29-17.2%2069.24-34.61%2086-51.71A60%2060%200%200%200%20192%2076h40a4%204%200%200%200%200-8m-51.26%2080.79c-9.76%2010-23.42%2019.39-38.37%2027.91l-27.54-27.53a4%204%200%200%200-5.65%205.65l25.9%2025.91C92.61%20203.55%2043.34%20219%2042.64%20219.18a4.5%204.5%200%200%200-.71.3a4%204%200%200%201-5.41-5.41a4.5%204.5%200%200%200%20.3-.71c.29-1%2029.72-95%2067.62-135.27l36.74%2036.73a4%204%200%200%200%205.65%200a4%204%200%200%200%200-5.65l-36.65-36.65a52%2052%200%200%201%2070.56%2076.27%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/carrot-thin.svg?color=%231a73e8&size=48