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

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

Related icons in Huge Icons

Use the sink 01 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 14a7.05 7.05 0 0 0 6.773-5.026c.232-.782.347-1.173.045-1.573C18.515 7 18.024 7 17.04 7H6.96c-.983 0-1.474 0-1.777.4c-.302.401-.187.792.045 1.574A7.05 7.05 0 0 0 12 14Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M13 7V3.5a1.5 1.5 0 0 1 3 0V4m-6 3V6c0-.943 0-1.414-.293-1.707S8.943 4 8 4m6.5 10l-.5 8m-4.5-8l.5 8m-2 0h8"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSink01(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 14a7.05 7.05 0 0 0 6.773-5.026c.232-.782.347-1.173.045-1.573C18.515 7 18.024 7 17.04 7H6.96c-.983 0-1.474 0-1.777.4c-.302.401-.187.792.045 1.574A7.05 7.05 0 0 0 12 14Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M13 7V3.5a1.5 1.5 0 0 1 3 0V4m-6 3V6c0-.943 0-1.414-.293-1.707S8.943 4 8 4m6.5 10l-.5 8m-4.5-8l.5 8m-2 0h8"/></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 14a7.05 7.05 0 0 0 6.773-5.026c.232-.782.347-1.173.045-1.573C18.515 7 18.024 7 17.04 7H6.96c-.983 0-1.474 0-1.777.4c-.302.401-.187.792.045 1.574A7.05 7.05 0 0 0 12 14Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M13 7V3.5a1.5 1.5 0 0 1 3 0V4m-6 3V6c0-.943 0-1.414-.293-1.707S8.943 4 8 4m6.5 10l-.5 8m-4.5-8l.5 8m-2 0h8"/></g></svg>
</template>

CSS

.icon-sink-01 {
  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%2014a7.05%207.05%200%200%200%206.773-5.026c.232-.782.347-1.173.045-1.573C18.515%207%2018.024%207%2017.04%207H6.96c-.983%200-1.474%200-1.777.4c-.302.401-.187.792.045%201.574A7.05%207.05%200%200%200%2012%2014Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13%207V3.5a1.5%201.5%200%200%201%203%200V4m-6%203V6c0-.943%200-1.414-.293-1.707S8.943%204%208%204m6.5%2010l-.5%208m-4.5-8l.5%208m-2%200h8%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%2014a7.05%207.05%200%200%200%206.773-5.026c.232-.782.347-1.173.045-1.573C18.515%207%2018.024%207%2017.04%207H6.96c-.983%200-1.474%200-1.777.4c-.302.401-.187.792.045%201.574A7.05%207.05%200%200%200%2012%2014Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13%207V3.5a1.5%201.5%200%200%201%203%200V4m-6%203V6c0-.943%200-1.414-.293-1.707S8.943%204%208%204m6.5%2010l-.5%208m-4.5-8l.5%208m-2%200h8%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-01.svg?color=%231a73e8&size=48