carrot from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.

Name
carrot
Set
Line Awesome
Style
Line
Category
Objects
Viewbox
32×32
License
Apache 2.0
Aliases
carrot-solid

The same icon in other sets

More objects icons from Line Awesome

Use the carrot icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.875 3.156L21.75 4.812s.613.477.906 1.157c.254.597.438 1.297-.531 2.468l-.875.876c-2.945-2.508-5.938-2.626-5.938-2.626h-.562l-.313.5s-2.55 4.336-5 8.813C8.212 18.238 7 20.516 6.158 22.313c-.423.898-.755 1.68-.97 2.312c-.105.316-.18.582-.218.875c-.04.293-.149.695.343 1.188c.493.492.895.382 1.188.343s.559-.113.875-.218c.633-.215 1.414-.547 2.313-.97C11.483 25 13.761 23.79 16 22.564c4.473-2.454 8.813-5 8.813-5l.5-.313v-.594s-.133-2.957-2.625-5.906l.343-.375c.086-.086.164-.145.25-.219l.25-.219c1.18-.906 2.297-.87 3.282-.624a5.8 5.8 0 0 1 1.906.874l1.25-1.562s-1.11-.855-2.688-1.25a6.3 6.3 0 0 0-1.062-.156l2.031-2.032l-1.438-1.437l-2.093 2.094a3.7 3.7 0 0 0-.219-.688c-.563-1.312-1.625-2-1.625-2zm-7.063 5.656c.657.063 2.536.336 4.782 2.594c2.25 2.266 2.527 4.13 2.593 4.781c-.164.098-1.019.614-1.687 1a11.6 11.6 0 0 0-1.313-2.218l-1.593 1.219c.703.937.992 1.582 1.156 2a346 346 0 0 1-4.719 2.625c-.097.05-.183.105-.281.156A7.4 7.4 0 0 0 13.719 19l-1.625 1.156c.492.688.734 1.254.844 1.625c.019.063.019.078.03.125c-1.495.801-2.94 1.57-4.124 2.125c-.617.29-1.055.45-1.5.625c.176-.445.336-.883.625-1.5c.808-1.722 2.004-3.968 3.218-6.187c.586-1.07 1.032-1.871 1.563-2.813c.32.281.734.66 1.188 1.25l1.562-1.219a10.3 10.3 0 0 0-1.75-1.812c1.047-1.836 1.883-3.254 2.063-3.563z"/></svg>

React

import type { SVGProps } from "react";

export function LaCarrot(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.875 3.156L21.75 4.812s.613.477.906 1.157c.254.597.438 1.297-.531 2.468l-.875.876c-2.945-2.508-5.938-2.626-5.938-2.626h-.562l-.313.5s-2.55 4.336-5 8.813C8.212 18.238 7 20.516 6.158 22.313c-.423.898-.755 1.68-.97 2.312c-.105.316-.18.582-.218.875c-.04.293-.149.695.343 1.188c.493.492.895.382 1.188.343s.559-.113.875-.218c.633-.215 1.414-.547 2.313-.97C11.483 25 13.761 23.79 16 22.564c4.473-2.454 8.813-5 8.813-5l.5-.313v-.594s-.133-2.957-2.625-5.906l.343-.375c.086-.086.164-.145.25-.219l.25-.219c1.18-.906 2.297-.87 3.282-.624a5.8 5.8 0 0 1 1.906.874l1.25-1.562s-1.11-.855-2.688-1.25a6.3 6.3 0 0 0-1.062-.156l2.031-2.032l-1.438-1.437l-2.093 2.094a3.7 3.7 0 0 0-.219-.688c-.563-1.312-1.625-2-1.625-2zm-7.063 5.656c.657.063 2.536.336 4.782 2.594c2.25 2.266 2.527 4.13 2.593 4.781c-.164.098-1.019.614-1.687 1a11.6 11.6 0 0 0-1.313-2.218l-1.593 1.219c.703.937.992 1.582 1.156 2a346 346 0 0 1-4.719 2.625c-.097.05-.183.105-.281.156A7.4 7.4 0 0 0 13.719 19l-1.625 1.156c.492.688.734 1.254.844 1.625c.019.063.019.078.03.125c-1.495.801-2.94 1.57-4.124 2.125c-.617.29-1.055.45-1.5.625c.176-.445.336-.883.625-1.5c.808-1.722 2.004-3.968 3.218-6.187c.586-1.07 1.032-1.871 1.563-2.813c.32.281.734.66 1.188 1.25l1.562-1.219a10.3 10.3 0 0 0-1.75-1.812c1.047-1.836 1.883-3.254 2.063-3.563z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.875 3.156L21.75 4.812s.613.477.906 1.157c.254.597.438 1.297-.531 2.468l-.875.876c-2.945-2.508-5.938-2.626-5.938-2.626h-.562l-.313.5s-2.55 4.336-5 8.813C8.212 18.238 7 20.516 6.158 22.313c-.423.898-.755 1.68-.97 2.312c-.105.316-.18.582-.218.875c-.04.293-.149.695.343 1.188c.493.492.895.382 1.188.343s.559-.113.875-.218c.633-.215 1.414-.547 2.313-.97C11.483 25 13.761 23.79 16 22.564c4.473-2.454 8.813-5 8.813-5l.5-.313v-.594s-.133-2.957-2.625-5.906l.343-.375c.086-.086.164-.145.25-.219l.25-.219c1.18-.906 2.297-.87 3.282-.624a5.8 5.8 0 0 1 1.906.874l1.25-1.562s-1.11-.855-2.688-1.25a6.3 6.3 0 0 0-1.062-.156l2.031-2.032l-1.438-1.437l-2.093 2.094a3.7 3.7 0 0 0-.219-.688c-.563-1.312-1.625-2-1.625-2zm-7.063 5.656c.657.063 2.536.336 4.782 2.594c2.25 2.266 2.527 4.13 2.593 4.781c-.164.098-1.019.614-1.687 1a11.6 11.6 0 0 0-1.313-2.218l-1.593 1.219c.703.937.992 1.582 1.156 2a346 346 0 0 1-4.719 2.625c-.097.05-.183.105-.281.156A7.4 7.4 0 0 0 13.719 19l-1.625 1.156c.492.688.734 1.254.844 1.625c.019.063.019.078.03.125c-1.495.801-2.94 1.57-4.124 2.125c-.617.29-1.055.45-1.5.625c.176-.445.336-.883.625-1.5c.808-1.722 2.004-3.968 3.218-6.187c.586-1.07 1.032-1.871 1.563-2.813c.32.281.734.66 1.188 1.25l1.562-1.219a10.3 10.3 0 0 0-1.75-1.812c1.047-1.836 1.883-3.254 2.063-3.563z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.875%203.156L21.75%204.812s.613.477.906%201.157c.254.597.438%201.297-.531%202.468l-.875.876c-2.945-2.508-5.938-2.626-5.938-2.626h-.562l-.313.5s-2.55%204.336-5%208.813C8.212%2018.238%207%2020.516%206.158%2022.313c-.423.898-.755%201.68-.97%202.312c-.105.316-.18.582-.218.875c-.04.293-.149.695.343%201.188c.493.492.895.382%201.188.343s.559-.113.875-.218c.633-.215%201.414-.547%202.313-.97C11.483%2025%2013.761%2023.79%2016%2022.564c4.473-2.454%208.813-5%208.813-5l.5-.313v-.594s-.133-2.957-2.625-5.906l.343-.375c.086-.086.164-.145.25-.219l.25-.219c1.18-.906%202.297-.87%203.282-.624a5.8%205.8%200%200%201%201.906.874l1.25-1.562s-1.11-.855-2.688-1.25a6.3%206.3%200%200%200-1.062-.156l2.031-2.032l-1.438-1.437l-2.093%202.094a3.7%203.7%200%200%200-.219-.688c-.563-1.312-1.625-2-1.625-2zm-7.063%205.656c.657.063%202.536.336%204.782%202.594c2.25%202.266%202.527%204.13%202.593%204.781c-.164.098-1.019.614-1.687%201a11.6%2011.6%200%200%200-1.313-2.218l-1.593%201.219c.703.937.992%201.582%201.156%202a346%20346%200%200%201-4.719%202.625c-.097.05-.183.105-.281.156A7.4%207.4%200%200%200%2013.719%2019l-1.625%201.156c.492.688.734%201.254.844%201.625c.019.063.019.078.03.125c-1.495.801-2.94%201.57-4.124%202.125c-.617.29-1.055.45-1.5.625c.176-.445.336-.883.625-1.5c.808-1.722%202.004-3.968%203.218-6.187c.586-1.07%201.032-1.871%201.563-2.813c.32.281.734.66%201.188%201.25l1.562-1.219a10.3%2010.3%200%200%200-1.75-1.812c1.047-1.836%201.883-3.254%202.063-3.563z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.875%203.156L21.75%204.812s.613.477.906%201.157c.254.597.438%201.297-.531%202.468l-.875.876c-2.945-2.508-5.938-2.626-5.938-2.626h-.562l-.313.5s-2.55%204.336-5%208.813C8.212%2018.238%207%2020.516%206.158%2022.313c-.423.898-.755%201.68-.97%202.312c-.105.316-.18.582-.218.875c-.04.293-.149.695.343%201.188c.493.492.895.382%201.188.343s.559-.113.875-.218c.633-.215%201.414-.547%202.313-.97C11.483%2025%2013.761%2023.79%2016%2022.564c4.473-2.454%208.813-5%208.813-5l.5-.313v-.594s-.133-2.957-2.625-5.906l.343-.375c.086-.086.164-.145.25-.219l.25-.219c1.18-.906%202.297-.87%203.282-.624a5.8%205.8%200%200%201%201.906.874l1.25-1.562s-1.11-.855-2.688-1.25a6.3%206.3%200%200%200-1.062-.156l2.031-2.032l-1.438-1.437l-2.093%202.094a3.7%203.7%200%200%200-.219-.688c-.563-1.312-1.625-2-1.625-2zm-7.063%205.656c.657.063%202.536.336%204.782%202.594c2.25%202.266%202.527%204.13%202.593%204.781c-.164.098-1.019.614-1.687%201a11.6%2011.6%200%200%200-1.313-2.218l-1.593%201.219c.703.937.992%201.582%201.156%202a346%20346%200%200%201-4.719%202.625c-.097.05-.183.105-.281.156A7.4%207.4%200%200%200%2013.719%2019l-1.625%201.156c.492.688.734%201.254.844%201.625c.019.063.019.078.03.125c-1.495.801-2.94%201.57-4.124%202.125c-.617.29-1.055.45-1.5.625c.176-.445.336-.883.625-1.5c.808-1.722%202.004-3.968%203.218-6.187c.586-1.07%201.032-1.871%201.563-2.813c.32.281.734.66%201.188%201.25l1.562-1.219a10.3%2010.3%200%200%200-1.75-1.812c1.047-1.836%201.883-3.254%202.063-3.563z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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