droplet-sharp-two-tone from Keyline Icons by Keyline Icons · Sharp Two Tone · MIT Free for personal and commercial use.

Name
droplet-sharp-two-tone
Set
Keyline Icons
Style
Sharp Two Tone
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

Use the droplet 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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M17.9629 8.6666C19.2747 10.1334 20 12.0322 20 14C20 18.4183 16.4183 22 12 22C7.5817 22 4 18.4183 4 14C4 12.0322 4.7253 10.1334 6.0371 8.6666L12 1.9999L17.9629 8.6666Z" stroke="none"/><path stroke-linejoin="miter" d="M17.2175 9.3333C18.3654 10.6167 19 12.2782 19 14C19 17.866 15.866 21 12 21C8.134 21 5 17.866 5 14C5 12.2782 5.6346 10.6167 6.7825 9.3333L12 3.5L17.2175 9.3333Z"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsDropletSharpTwoTone(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" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M17.9629 8.6666C19.2747 10.1334 20 12.0322 20 14C20 18.4183 16.4183 22 12 22C7.5817 22 4 18.4183 4 14C4 12.0322 4.7253 10.1334 6.0371 8.6666L12 1.9999L17.9629 8.6666Z" stroke="none"/><path strokeLinejoin="miter" d="M17.2175 9.3333C18.3654 10.6167 19 12.2782 19 14C19 17.866 15.866 21 12 21C8.134 21 5 17.866 5 14C5 12.2782 5.6346 10.6167 6.7825 9.3333L12 3.5L17.2175 9.3333Z"/></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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M17.9629 8.6666C19.2747 10.1334 20 12.0322 20 14C20 18.4183 16.4183 22 12 22C7.5817 22 4 18.4183 4 14C4 12.0322 4.7253 10.1334 6.0371 8.6666L12 1.9999L17.9629 8.6666Z" stroke="none"/><path stroke-linejoin="miter" d="M17.2175 9.3333C18.3654 10.6167 19 12.2782 19 14C19 17.866 15.866 21 12 21C8.134 21 5 17.866 5 14C5 12.2782 5.6346 10.6167 6.7825 9.3333L12 3.5L17.2175 9.3333Z"/></g></svg>
</template>

CSS

.icon-droplet-sharp-two-tone {
  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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M17.9629%208.6666C19.2747%2010.1334%2020%2012.0322%2020%2014C20%2018.4183%2016.4183%2022%2012%2022C7.5817%2022%204%2018.4183%204%2014C4%2012.0322%204.7253%2010.1334%206.0371%208.6666L12%201.9999L17.9629%208.6666Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-linejoin%3D%22miter%22%20d%3D%22M17.2175%209.3333C18.3654%2010.6167%2019%2012.2782%2019%2014C19%2017.866%2015.866%2021%2012%2021C8.134%2021%205%2017.866%205%2014C5%2012.2782%205.6346%2010.6167%206.7825%209.3333L12%203.5L17.2175%209.3333Z%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M17.9629%208.6666C19.2747%2010.1334%2020%2012.0322%2020%2014C20%2018.4183%2016.4183%2022%2012%2022C7.5817%2022%204%2018.4183%204%2014C4%2012.0322%204.7253%2010.1334%206.0371%208.6666L12%201.9999L17.9629%208.6666Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-linejoin%3D%22miter%22%20d%3D%22M17.2175%209.3333C18.3654%2010.6167%2019%2012.2782%2019%2014C19%2017.866%2015.866%2021%2012%2021C8.134%2021%205%2017.866%205%2014C5%2012.2782%205.6346%2010.6167%206.7825%209.3333L12%203.5L17.2175%209.3333Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/droplet-sharp-two-tone.svg?color=%231a73e8&size=48