carrot icon
carrot from Material Design Icons by Pictogrammers · Filled · Agriculture · Apache-2.0 Free for personal and commercial use.
- Name
- carrot
- Set
- Material Design Icons
- Style
- Filled
- Category
- Agriculture
- Viewbox
- 24×24
- 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 IconscarrotIconParkcarrotIconPark OutlinecarrotLine AwesomecarrotLucidecarrot-fillMingCute IconcarrotNoto EmojicarrotOpenMojicarrotPhosphorcarrotTabler IconscarrotTwitter Emoji
More agriculture icons from Material Design 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 10l-.2 1h-2.3a.5.5 0 0 0-.5.5a.5.5 0 0 0 .5.5h2.1l-1 5h-2.1a.5.5 0 0 0-.5.5a.5.5 0 0 0 .5.5h1.9l-.4 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2l-1-5h1.5a.5.5 0 0 0 .5-.5a.5.5 0 0 0-.5-.5H8.8L8 10c0-1.2.93-2.23 2.29-2.71L8.9 5.28a.997.997 0 0 1 .26-1.39a1 1 0 0 1 1.39.25l.45.66V3a1 1 0 0 1 1-1a1 1 0 0 1 1 1v2.28l1.5-1.74c.33-.42.97-.47 1.39-.11c.42.35.47.98.11 1.41l-2.13 2.51C15.14 7.85 16 8.85 16 10"/></svg>
React
import type { SVGProps } from "react";
export function MdiCarrot(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 10l-.2 1h-2.3a.5.5 0 0 0-.5.5a.5.5 0 0 0 .5.5h2.1l-1 5h-2.1a.5.5 0 0 0-.5.5a.5.5 0 0 0 .5.5h1.9l-.4 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2l-1-5h1.5a.5.5 0 0 0 .5-.5a.5.5 0 0 0-.5-.5H8.8L8 10c0-1.2.93-2.23 2.29-2.71L8.9 5.28a.997.997 0 0 1 .26-1.39a1 1 0 0 1 1.39.25l.45.66V3a1 1 0 0 1 1-1a1 1 0 0 1 1 1v2.28l1.5-1.74c.33-.42.97-.47 1.39-.11c.42.35.47.98.11 1.41l-2.13 2.51C15.14 7.85 16 8.85 16 10"/></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 10l-.2 1h-2.3a.5.5 0 0 0-.5.5a.5.5 0 0 0 .5.5h2.1l-1 5h-2.1a.5.5 0 0 0-.5.5a.5.5 0 0 0 .5.5h1.9l-.4 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2l-1-5h1.5a.5.5 0 0 0 .5-.5a.5.5 0 0 0-.5-.5H8.8L8 10c0-1.2.93-2.23 2.29-2.71L8.9 5.28a.997.997 0 0 1 .26-1.39a1 1 0 0 1 1.39.25l.45.66V3a1 1 0 0 1 1-1a1 1 0 0 1 1 1v2.28l1.5-1.74c.33-.42.97-.47 1.39-.11c.42.35.47.98.11 1.41l-2.13 2.51C15.14 7.85 16 8.85 16 10"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%2010l-.2%201h-2.3a.5.5%200%200%200-.5.5a.5.5%200%200%200%20.5.5h2.1l-1%205h-2.1a.5.5%200%200%200-.5.5a.5.5%200%200%200%20.5.5h1.9l-.4%202a2%202%200%200%201-2%202a2%202%200%200%201-2-2l-1-5h1.5a.5.5%200%200%200%20.5-.5a.5.5%200%200%200-.5-.5H8.8L8%2010c0-1.2.93-2.23%202.29-2.71L8.9%205.28a.997.997%200%200%201%20.26-1.39a1%201%200%200%201%201.39.25l.45.66V3a1%201%200%200%201%201-1a1%201%200%200%201%201%201v2.28l1.5-1.74c.33-.42.97-.47%201.39-.11c.42.35.47.98.11%201.41l-2.13%202.51C15.14%207.85%2016%208.85%2016%2010%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%2010l-.2%201h-2.3a.5.5%200%200%200-.5.5a.5.5%200%200%200%20.5.5h2.1l-1%205h-2.1a.5.5%200%200%200-.5.5a.5.5%200%200%200%20.5.5h1.9l-.4%202a2%202%200%200%201-2%202a2%202%200%200%201-2-2l-1-5h1.5a.5.5%200%200%200%20.5-.5a.5.5%200%200%200-.5-.5H8.8L8%2010c0-1.2.93-2.23%202.29-2.71L8.9%205.28a.997.997%200%200%201%20.26-1.39a1%201%200%200%201%201.39.25l.45.66V3a1%201%200%200%201%201-1a1%201%200%200%201%201%201v2.28l1.5-1.74c.33-.42.97-.47%201.39-.11c.42.35.47.98.11%201.41l-2.13%202.51C15.14%207.85%2016%208.85%2016%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/carrot.svg?color=%231a73e8&size=48