cone-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
cone-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the cone 02 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M12 19h3m0 0a3 3 0 1 0-6 0a3 3 0 0 0 6 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 3v3"/><path d="M2.949 11.496C4.922 14.216 8.24 16 12 16s7.078-1.784 9.051-4.504c.709-.976 1.063-1.464.916-2.314s-.783-1.29-2.057-2.17l-5.51-3.81C13.239 2.401 12.659 2 12 2c-.66 0-1.239.4-2.399 1.202L4.09 7.012c-1.274.88-1.91 1.32-2.057 2.17s.207 1.338.916 2.314Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.125 9H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-.125 3H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCone02(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M12 19h3m0 0a3 3 0 1 0-6 0a3 3 0 0 0 6 0Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 3v3"/><path d="M2.949 11.496C4.922 14.216 8.24 16 12 16s7.078-1.784 9.051-4.504c.709-.976 1.063-1.464.916-2.314s-.783-1.29-2.057-2.17l-5.51-3.81C13.239 2.401 12.659 2 12 2c-.66 0-1.239.4-2.399 1.202L4.09 7.012c-1.274.88-1.91 1.32-2.057 2.17s.207 1.338.916 2.314Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12.125 9H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-.125 3H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M12 19h3m0 0a3 3 0 1 0-6 0a3 3 0 0 0 6 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 3v3"/><path d="M2.949 11.496C4.922 14.216 8.24 16 12 16s7.078-1.784 9.051-4.504c.709-.976 1.063-1.464.916-2.314s-.783-1.29-2.057-2.17l-5.51-3.81C13.239 2.401 12.659 2 12 2c-.66 0-1.239.4-2.399 1.202L4.09 7.012c-1.274.88-1.91 1.32-2.057 2.17s.207 1.338.916 2.314Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.125 9H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-.125 3H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
</template>

CSS

.icon-cone-02 {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2019h3m0%200a3%203%200%201%200-6%200a3%203%200%200%200%206%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%203v3%22%2F%3E%3Cpath%20d%3D%22M2.949%2011.496C4.922%2014.216%208.24%2016%2012%2016s7.078-1.784%209.051-4.504c.709-.976%201.063-1.464.916-2.314s-.783-1.29-2.057-2.17l-5.51-3.81C13.239%202.401%2012.659%202%2012%202c-.66%200-1.239.4-2.399%201.202L4.09%207.012c-1.274.88-1.91%201.32-2.057%202.17s.207%201.338.916%202.314Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.125%209H12m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-.125%203H12m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2019h3m0%200a3%203%200%201%200-6%200a3%203%200%200%200%206%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%203v3%22%2F%3E%3Cpath%20d%3D%22M2.949%2011.496C4.922%2014.216%208.24%2016%2012%2016s7.078-1.784%209.051-4.504c.709-.976%201.063-1.464.916-2.314s-.783-1.29-2.057-2.17l-5.51-3.81C13.239%202.401%2012.659%202%2012%202c-.66%200-1.239.4-2.399%201.202L4.09%207.012c-1.274.88-1.91%201.32-2.057%202.17s.207%201.338.916%202.314Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.125%209H12m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-.125%203H12m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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