droplet off icon

droplet-off-sharp from Keyline Icons by Keyline Icons · Sharp · MIT Free for personal and commercial use.

Name
droplet-off-sharp
Set
Keyline Icons
Style
Sharp
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Use the droplet off 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 stroke-linejoin="miter" d="M10.6576 5.0008L12 3.5L17.2175 9.3333C18.207 10.4396 18.8193 11.8319 18.9658 13.309"/><path d="M17.8477 17.8477C16.553 19.8154 14.3555 21 12 21C8.134 21 5 17.866 5 14C5 12.2782 5.6346 10.6167 6.7825 9.3333L7.9868 7.9868M1.7071 1.7071L22.2929 22.2929"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsDropletOffSharp(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 strokeLinejoin="miter" d="M10.6576 5.0008L12 3.5L17.2175 9.3333C18.207 10.4396 18.8193 11.8319 18.9658 13.309"/><path d="M17.8477 17.8477C16.553 19.8154 14.3555 21 12 21C8.134 21 5 17.866 5 14C5 12.2782 5.6346 10.6167 6.7825 9.3333L7.9868 7.9868M1.7071 1.7071L22.2929 22.2929"/></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 stroke-linejoin="miter" d="M10.6576 5.0008L12 3.5L17.2175 9.3333C18.207 10.4396 18.8193 11.8319 18.9658 13.309"/><path d="M17.8477 17.8477C16.553 19.8154 14.3555 21 12 21C8.134 21 5 17.866 5 14C5 12.2782 5.6346 10.6167 6.7825 9.3333L7.9868 7.9868M1.7071 1.7071L22.2929 22.2929"/></g></svg>
</template>

CSS

.icon-droplet-off-sharp {
  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%20stroke-linejoin%3D%22miter%22%20d%3D%22M10.6576%205.0008L12%203.5L17.2175%209.3333C18.207%2010.4396%2018.8193%2011.8319%2018.9658%2013.309%22%2F%3E%3Cpath%20d%3D%22M17.8477%2017.8477C16.553%2019.8154%2014.3555%2021%2012%2021C8.134%2021%205%2017.866%205%2014C5%2012.2782%205.6346%2010.6167%206.7825%209.3333L7.9868%207.9868M1.7071%201.7071L22.2929%2022.2929%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%20stroke-linejoin%3D%22miter%22%20d%3D%22M10.6576%205.0008L12%203.5L17.2175%209.3333C18.207%2010.4396%2018.8193%2011.8319%2018.9658%2013.309%22%2F%3E%3Cpath%20d%3D%22M17.8477%2017.8477C16.553%2019.8154%2014.3555%2021%2012%2021C8.134%2021%205%2017.866%205%2014C5%2012.2782%205.6346%2010.6167%206.7825%209.3333L7.9868%207.9868M1.7071%201.7071L22.2929%2022.2929%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-off-sharp.svg?color=%231a73e8&size=48