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

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

Related icons in Huge Icons

Use the taco 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 d="M12 9c-4.32 0-8.01 2.937-9.466 7.072c-.528 1.498-.791 2.246-.185 3.087C2.954 20 3.943 20 5.92 20h12.16c1.978 0 2.967 0 3.572-.841c.606-.841.343-1.59-.184-3.087C20.01 11.937 16.32 9 12 9Z"/><path stroke-linecap="round" d="M21.33 15a3.24 3.24 0 0 0-.24-4.222a3.3 3.3 0 0 1-.898-1.975c-.148-1.677-1.566-3.016-3.344-3.144l-.204-.015a4 4 0 0 1-2.153-.812c-1.445-1.11-3.537-1.11-4.981 0a4 4 0 0 1-2.154.812l-.204.015c-1.778.128-3.196 1.467-3.344 3.144a3.3 3.3 0 0 1-.898 1.975A3.24 3.24 0 0 0 2.67 15m3.455 2H6m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/><path stroke-linecap="round" d="M8.125 14H8m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTaco02(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 d="M12 9c-4.32 0-8.01 2.937-9.466 7.072c-.528 1.498-.791 2.246-.185 3.087C2.954 20 3.943 20 5.92 20h12.16c1.978 0 2.967 0 3.572-.841c.606-.841.343-1.59-.184-3.087C20.01 11.937 16.32 9 12 9Z"/><path strokeLinecap="round" d="M21.33 15a3.24 3.24 0 0 0-.24-4.222a3.3 3.3 0 0 1-.898-1.975c-.148-1.677-1.566-3.016-3.344-3.144l-.204-.015a4 4 0 0 1-2.153-.812c-1.445-1.11-3.537-1.11-4.981 0a4 4 0 0 1-2.154.812l-.204.015c-1.778.128-3.196 1.467-3.344 3.144a3.3 3.3 0 0 1-.898 1.975A3.24 3.24 0 0 0 2.67 15m3.455 2H6m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/><path strokeLinecap="round" d="M8.125 14H8m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/></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 d="M12 9c-4.32 0-8.01 2.937-9.466 7.072c-.528 1.498-.791 2.246-.185 3.087C2.954 20 3.943 20 5.92 20h12.16c1.978 0 2.967 0 3.572-.841c.606-.841.343-1.59-.184-3.087C20.01 11.937 16.32 9 12 9Z"/><path stroke-linecap="round" d="M21.33 15a3.24 3.24 0 0 0-.24-4.222a3.3 3.3 0 0 1-.898-1.975c-.148-1.677-1.566-3.016-3.344-3.144l-.204-.015a4 4 0 0 1-2.153-.812c-1.445-1.11-3.537-1.11-4.981 0a4 4 0 0 1-2.154.812l-.204.015c-1.778.128-3.196 1.467-3.344 3.144a3.3 3.3 0 0 1-.898 1.975A3.24 3.24 0 0 0 2.67 15m3.455 2H6m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/><path stroke-linecap="round" d="M8.125 14H8m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/></g></svg>
</template>

CSS

.icon-taco-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%20d%3D%22M12%209c-4.32%200-8.01%202.937-9.466%207.072c-.528%201.498-.791%202.246-.185%203.087C2.954%2020%203.943%2020%205.92%2020h12.16c1.978%200%202.967%200%203.572-.841c.606-.841.343-1.59-.184-3.087C20.01%2011.937%2016.32%209%2012%209Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21.33%2015a3.24%203.24%200%200%200-.24-4.222a3.3%203.3%200%200%201-.898-1.975c-.148-1.677-1.566-3.016-3.344-3.144l-.204-.015a4%204%200%200%201-2.153-.812c-1.445-1.11-3.537-1.11-4.981%200a4%204%200%200%201-2.154.812l-.204.015c-1.778.128-3.196%201.467-3.344%203.144a3.3%203.3%200%200%201-.898%201.975A3.24%203.24%200%200%200%202.67%2015m3.455%202H6m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.125%2014H8m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Z%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%20d%3D%22M12%209c-4.32%200-8.01%202.937-9.466%207.072c-.528%201.498-.791%202.246-.185%203.087C2.954%2020%203.943%2020%205.92%2020h12.16c1.978%200%202.967%200%203.572-.841c.606-.841.343-1.59-.184-3.087C20.01%2011.937%2016.32%209%2012%209Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21.33%2015a3.24%203.24%200%200%200-.24-4.222a3.3%203.3%200%200%201-.898-1.975c-.148-1.677-1.566-3.016-3.344-3.144l-.204-.015a4%204%200%200%201-2.153-.812c-1.445-1.11-3.537-1.11-4.981%200a4%204%200%200%201-2.154.812l-.204.015c-1.778.128-3.196%201.467-3.344%203.144a3.3%203.3%200%200%201-.898%201.975A3.24%203.24%200%200%200%202.67%2015m3.455%202H6m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.125%2014H8m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Z%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/taco-02.svg?color=%231a73e8&size=48