carrot-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
carrot-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

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="M17.657 2.516a1 1 0 0 1 1 1v.414l.414-.414a1 1 0 0 1 1.414 1.414l-.414.414h.414a1 1 0 0 1 0 2h-2.058c1.304 2.242.616 5.241-1.757 6.626L5.66 20.393c-1.331.776-2.828-.72-2.051-2.052L10.03 7.33c1.385-2.373 4.384-3.06 6.626-1.757V3.516a1 1 0 0 1 1-1m-4.95 10.192a1 1 0 0 0-1.414 1.414l1.06 1.06a1 1 0 1 0 1.415-1.413zM12 7.758a1 1 0 1 0-1.414 1.415L12 10.587a1 1 0 0 0 1.414-1.414z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteCarrotFill(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="M17.657 2.516a1 1 0 0 1 1 1v.414l.414-.414a1 1 0 0 1 1.414 1.414l-.414.414h.414a1 1 0 0 1 0 2h-2.058c1.304 2.242.616 5.241-1.757 6.626L5.66 20.393c-1.331.776-2.828-.72-2.051-2.052L10.03 7.33c1.385-2.373 4.384-3.06 6.626-1.757V3.516a1 1 0 0 1 1-1m-4.95 10.192a1 1 0 0 0-1.414 1.414l1.06 1.06a1 1 0 1 0 1.415-1.413zM12 7.758a1 1 0 1 0-1.414 1.415L12 10.587a1 1 0 0 0 1.414-1.414z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.657 2.516a1 1 0 0 1 1 1v.414l.414-.414a1 1 0 0 1 1.414 1.414l-.414.414h.414a1 1 0 0 1 0 2h-2.058c1.304 2.242.616 5.241-1.757 6.626L5.66 20.393c-1.331.776-2.828-.72-2.051-2.052L10.03 7.33c1.385-2.373 4.384-3.06 6.626-1.757V3.516a1 1 0 0 1 1-1m-4.95 10.192a1 1 0 0 0-1.414 1.414l1.06 1.06a1 1 0 1 0 1.415-1.413zM12 7.758a1 1 0 1 0-1.414 1.415L12 10.587a1 1 0 0 0 1.414-1.414z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.657%202.516a1%201%200%200%201%201%201v.414l.414-.414a1%201%200%200%201%201.414%201.414l-.414.414h.414a1%201%200%200%201%200%202h-2.058c1.304%202.242.616%205.241-1.757%206.626L5.66%2020.393c-1.331.776-2.828-.72-2.051-2.052L10.03%207.33c1.385-2.373%204.384-3.06%206.626-1.757V3.516a1%201%200%200%201%201-1m-4.95%2010.192a1%201%200%200%200-1.414%201.414l1.06%201.06a1%201%200%201%200%201.415-1.413zM12%207.758a1%201%200%201%200-1.414%201.415L12%2010.587a1%201%200%200%200%201.414-1.414z%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%22M17.657%202.516a1%201%200%200%201%201%201v.414l.414-.414a1%201%200%200%201%201.414%201.414l-.414.414h.414a1%201%200%200%201%200%202h-2.058c1.304%202.242.616%205.241-1.757%206.626L5.66%2020.393c-1.331.776-2.828-.72-2.051-2.052L10.03%207.33c1.385-2.373%204.384-3.06%206.626-1.757V3.516a1%201%200%200%201%201-1m-4.95%2010.192a1%201%200%200%200-1.414%201.414l1.06%201.06a1%201%200%201%200%201.415-1.413zM12%207.758a1%201%200%201%200-1.414%201.415L12%2010.587a1%201%200%200%200%201.414-1.414z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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