carrot-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
carrot-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

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 256 256"><path fill="currentColor" d="M232 60h-19l19.51-19.51a12 12 0 1 0-17-17L196 43V24a12 12 0 0 0-24 0v26a68 68 0 0 0-76 13.87C55.45 103.68 25.18 197 21.78 207.77A20 20 0 0 0 40 236a20.1 20.1 0 0 0 8.24-1.78c7.64-2.42 56.79-18.34 98.91-41.82l.54-.3c17.1-9.57 33-20.39 44.44-32A68 68 0 0 0 206 84h26a12 12 0 0 0 0-24m-56.89 83.12l-.09.09c-8.11 8.28-19.11 16.2-31.33 23.52l-23.21-23.21a12 12 0 1 0-17 17l18.22 18.22c-30.29 15.17-62.13 26.42-75.26 30.82c6.77-20.22 29.79-84.8 58.34-119.74l30.7 30.7a12 12 0 1 0 17-17l-29.94-29.94a44 44 0 0 1 52.57 69.54"/></svg>

React

import type { SVGProps } from "react";

export function PhCarrotBold(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 60h-19l19.51-19.51a12 12 0 1 0-17-17L196 43V24a12 12 0 0 0-24 0v26a68 68 0 0 0-76 13.87C55.45 103.68 25.18 197 21.78 207.77A20 20 0 0 0 40 236a20.1 20.1 0 0 0 8.24-1.78c7.64-2.42 56.79-18.34 98.91-41.82l.54-.3c17.1-9.57 33-20.39 44.44-32A68 68 0 0 0 206 84h26a12 12 0 0 0 0-24m-56.89 83.12l-.09.09c-8.11 8.28-19.11 16.2-31.33 23.52l-23.21-23.21a12 12 0 1 0-17 17l18.22 18.22c-30.29 15.17-62.13 26.42-75.26 30.82c6.77-20.22 29.79-84.8 58.34-119.74l30.7 30.7a12 12 0 1 0 17-17l-29.94-29.94a44 44 0 0 1 52.57 69.54"/></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 60h-19l19.51-19.51a12 12 0 1 0-17-17L196 43V24a12 12 0 0 0-24 0v26a68 68 0 0 0-76 13.87C55.45 103.68 25.18 197 21.78 207.77A20 20 0 0 0 40 236a20.1 20.1 0 0 0 8.24-1.78c7.64-2.42 56.79-18.34 98.91-41.82l.54-.3c17.1-9.57 33-20.39 44.44-32A68 68 0 0 0 206 84h26a12 12 0 0 0 0-24m-56.89 83.12l-.09.09c-8.11 8.28-19.11 16.2-31.33 23.52l-23.21-23.21a12 12 0 1 0-17 17l18.22 18.22c-30.29 15.17-62.13 26.42-75.26 30.82c6.77-20.22 29.79-84.8 58.34-119.74l30.7 30.7a12 12 0 1 0 17-17l-29.94-29.94a44 44 0 0 1 52.57 69.54"/></svg>
</template>

CSS

.icon-carrot-bold {
  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%2060h-19l19.51-19.51a12%2012%200%201%200-17-17L196%2043V24a12%2012%200%200%200-24%200v26a68%2068%200%200%200-76%2013.87C55.45%20103.68%2025.18%20197%2021.78%20207.77A20%2020%200%200%200%2040%20236a20.1%2020.1%200%200%200%208.24-1.78c7.64-2.42%2056.79-18.34%2098.91-41.82l.54-.3c17.1-9.57%2033-20.39%2044.44-32A68%2068%200%200%200%20206%2084h26a12%2012%200%200%200%200-24m-56.89%2083.12l-.09.09c-8.11%208.28-19.11%2016.2-31.33%2023.52l-23.21-23.21a12%2012%200%201%200-17%2017l18.22%2018.22c-30.29%2015.17-62.13%2026.42-75.26%2030.82c6.77-20.22%2029.79-84.8%2058.34-119.74l30.7%2030.7a12%2012%200%201%200%2017-17l-29.94-29.94a44%2044%200%200%201%2052.57%2069.54%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%2060h-19l19.51-19.51a12%2012%200%201%200-17-17L196%2043V24a12%2012%200%200%200-24%200v26a68%2068%200%200%200-76%2013.87C55.45%20103.68%2025.18%20197%2021.78%20207.77A20%2020%200%200%200%2040%20236a20.1%2020.1%200%200%200%208.24-1.78c7.64-2.42%2056.79-18.34%2098.91-41.82l.54-.3c17.1-9.57%2033-20.39%2044.44-32A68%2068%200%200%200%20206%2084h26a12%2012%200%200%200%200-24m-56.89%2083.12l-.09.09c-8.11%208.28-19.11%2016.2-31.33%2023.52l-23.21-23.21a12%2012%200%201%200-17%2017l18.22%2018.22c-30.29%2015.17-62.13%2026.42-75.26%2030.82c6.77-20.22%2029.79-84.8%2058.34-119.74l30.7%2030.7a12%2012%200%201%200%2017-17l-29.94-29.94a44%2044%200%200%201%2052.57%2069.54%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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