carrot icon
carrot from IconPark by ByteDance · Color · Foods · Apache-2.0 Free for personal and commercial use.
- Name
- carrot
- Set
- IconPark
- Style
- Color
- Category
- Foods
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
carrotEmoji One (Colored)carrotFont Awesome 6 SolidcarrotFont Awesome Solidcarrot-outlineFlowbite IconscarrotFluent EmojicarrotFluent Emoji FlatcarrotFluent Emoji High ContrastcarrotHuge IconscarrotIconPark OutlinecarrotLine AwesomecarrotLucidecarrotMaterial Design Iconscarrot-fillMingCute IconcarrotNoto EmojicarrotOpenMojicarrotPhosphorcarrotTabler IconscarrotTwitter Emoji
More foods icons from IconPark
Use the carrot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path d="M15.6244 20.6823C14.2892 15.2475 18.4035 10 24 10V10C29.5965 10 33.7108 15.2475 32.3756 20.6824L27.2786 41.4294C26.9078 42.9388 25.5543 44 24 44V44C22.4457 44 21.0922 42.9388 20.7214 41.4294L15.6244 20.6823Z"/><path stroke-linecap="round" d="M24 4L24 9.5"/><path stroke-linecap="round" d="M30.1016 5.5918L27.3744 8.84185"/><path stroke-linecap="round" d="M18 5.5918L20.7271 8.84185"/><path stroke-linecap="round" d="M16 19H22"/><path stroke-linecap="round" d="M25 26H31"/><path stroke-linecap="round" d="M19 34H23"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkCarrot(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path d="M15.6244 20.6823C14.2892 15.2475 18.4035 10 24 10V10C29.5965 10 33.7108 15.2475 32.3756 20.6824L27.2786 41.4294C26.9078 42.9388 25.5543 44 24 44V44C22.4457 44 21.0922 42.9388 20.7214 41.4294L15.6244 20.6823Z"/><path strokeLinecap="round" d="M24 4L24 9.5"/><path strokeLinecap="round" d="M30.1016 5.5918L27.3744 8.84185"/><path strokeLinecap="round" d="M18 5.5918L20.7271 8.84185"/><path strokeLinecap="round" d="M16 19H22"/><path strokeLinecap="round" d="M25 26H31"/><path strokeLinecap="round" d="M19 34H23"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path d="M15.6244 20.6823C14.2892 15.2475 18.4035 10 24 10V10C29.5965 10 33.7108 15.2475 32.3756 20.6824L27.2786 41.4294C26.9078 42.9388 25.5543 44 24 44V44C22.4457 44 21.0922 42.9388 20.7214 41.4294L15.6244 20.6823Z"/><path stroke-linecap="round" d="M24 4L24 9.5"/><path stroke-linecap="round" d="M30.1016 5.5918L27.3744 8.84185"/><path stroke-linecap="round" d="M18 5.5918L20.7271 8.84185"/><path stroke-linecap="round" d="M16 19H22"/><path stroke-linecap="round" d="M25 26H31"/><path stroke-linecap="round" d="M19 34H23"/></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M15.6244%2020.6823C14.2892%2015.2475%2018.4035%2010%2024%2010V10C29.5965%2010%2033.7108%2015.2475%2032.3756%2020.6824L27.2786%2041.4294C26.9078%2042.9388%2025.5543%2044%2024%2044V44C22.4457%2044%2021.0922%2042.9388%2020.7214%2041.4294L15.6244%2020.6823Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%204L24%209.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M30.1016%205.5918L27.3744%208.84185%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%205.5918L20.7271%208.84185%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2019H22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M25%2026H31%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2034H23%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M15.6244%2020.6823C14.2892%2015.2475%2018.4035%2010%2024%2010V10C29.5965%2010%2033.7108%2015.2475%2032.3756%2020.6824L27.2786%2041.4294C26.9078%2042.9388%2025.5543%2044%2024%2044V44C22.4457%2044%2021.0922%2042.9388%2020.7214%2041.4294L15.6244%2020.6823Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%204L24%209.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M30.1016%205.5918L27.3744%208.84185%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%205.5918L20.7271%208.84185%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2019H22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M25%2026H31%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2034H23%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/carrot.svg?color=%231a73e8&size=48