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

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

Related icons in Huge Icons

Use the sink 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 17c3.76 0 6.917-2.56 7.804-6.02c.206-.805.309-1.207.007-1.594C19.509 9 19.019 9 18.039 9H5.961c-.98 0-1.47 0-1.772.386c-.302.387-.199.789.007 1.594C5.083 14.44 8.241 17 12 17Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 9V3.5a1.5 1.5 0 0 1 3 0M9 9V8c0-.943 0-1.414-.293-1.707S7.943 6 7 6m8 1v2m-6 7.5l.642 3.532a2.396 2.396 0 0 0 4.716 0L15 16.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSink02(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 17c3.76 0 6.917-2.56 7.804-6.02c.206-.805.309-1.207.007-1.594C19.509 9 19.019 9 18.039 9H5.961c-.98 0-1.47 0-1.772.386c-.302.387-.199.789.007 1.594C5.083 14.44 8.241 17 12 17Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 9V3.5a1.5 1.5 0 0 1 3 0M9 9V8c0-.943 0-1.414-.293-1.707S7.943 6 7 6m8 1v2m-6 7.5l.642 3.532a2.396 2.396 0 0 0 4.716 0L15 16.5"/></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 17c3.76 0 6.917-2.56 7.804-6.02c.206-.805.309-1.207.007-1.594C19.509 9 19.019 9 18.039 9H5.961c-.98 0-1.47 0-1.772.386c-.302.387-.199.789.007 1.594C5.083 14.44 8.241 17 12 17Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 9V3.5a1.5 1.5 0 0 1 3 0M9 9V8c0-.943 0-1.414-.293-1.707S7.943 6 7 6m8 1v2m-6 7.5l.642 3.532a2.396 2.396 0 0 0 4.716 0L15 16.5"/></g></svg>
</template>

CSS

.icon-sink-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%2017c3.76%200%206.917-2.56%207.804-6.02c.206-.805.309-1.207.007-1.594C19.509%209%2019.019%209%2018.039%209H5.961c-.98%200-1.47%200-1.772.386c-.302.387-.199.789.007%201.594C5.083%2014.44%208.241%2017%2012%2017Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%209V3.5a1.5%201.5%200%200%201%203%200M9%209V8c0-.943%200-1.414-.293-1.707S7.943%206%207%206m8%201v2m-6%207.5l.642%203.532a2.396%202.396%200%200%200%204.716%200L15%2016.5%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%2017c3.76%200%206.917-2.56%207.804-6.02c.206-.805.309-1.207.007-1.594C19.509%209%2019.019%209%2018.039%209H5.961c-.98%200-1.47%200-1.772.386c-.302.387-.199.789.007%201.594C5.083%2014.44%208.241%2017%2012%2017Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%209V3.5a1.5%201.5%200%200%201%203%200M9%209V8c0-.943%200-1.414-.293-1.707S7.943%206%207%206m8%201v2m-6%207.5l.642%203.532a2.396%202.396%200%200%200%204.716%200L15%2016.5%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/sink-02.svg?color=%231a73e8&size=48