droplets icon
droplets from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.
- Name
- droplets
- Set
- Keyline Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
Use the droplets icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.57 3.925L13.0256 3.3673C13.2155 3.1349 13.4998 3 13.8 3C14.1002 3 14.3845 3.1349 14.5744 3.3673L19.3759 9.2449C20.4263 10.5306 21 12.1398 21 13.8C21 17.7765 17.7765 21 13.8 21C11.7344 21 9.7683 20.1129 8.4015 18.5641M10.5153 7.7323C11.1331 8.4886 11.4706 9.4352 11.4706 10.4118C11.4706 12.7509 9.5744 14.6471 7.2353 14.6471C4.8962 14.6471 3 12.7509 3 10.4118C3 9.4352 3.3375 8.4886 3.9553 7.7323L6.7797 4.2749C6.8915 4.1382 7.0587 4.0588 7.2353 4.0588C7.4119 4.0588 7.5791 4.1382 7.6909 4.2749L10.5153 7.7323Z"/></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsDroplets(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M12.57 3.925L13.0256 3.3673C13.2155 3.1349 13.4998 3 13.8 3C14.1002 3 14.3845 3.1349 14.5744 3.3673L19.3759 9.2449C20.4263 10.5306 21 12.1398 21 13.8C21 17.7765 17.7765 21 13.8 21C11.7344 21 9.7683 20.1129 8.4015 18.5641M10.5153 7.7323C11.1331 8.4886 11.4706 9.4352 11.4706 10.4118C11.4706 12.7509 9.5744 14.6471 7.2353 14.6471C4.8962 14.6471 3 12.7509 3 10.4118C3 9.4352 3.3375 8.4886 3.9553 7.7323L6.7797 4.2749C6.8915 4.1382 7.0587 4.0588 7.2353 4.0588C7.4119 4.0588 7.5791 4.1382 7.6909 4.2749L10.5153 7.7323Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.57 3.925L13.0256 3.3673C13.2155 3.1349 13.4998 3 13.8 3C14.1002 3 14.3845 3.1349 14.5744 3.3673L19.3759 9.2449C20.4263 10.5306 21 12.1398 21 13.8C21 17.7765 17.7765 21 13.8 21C11.7344 21 9.7683 20.1129 8.4015 18.5641M10.5153 7.7323C11.1331 8.4886 11.4706 9.4352 11.4706 10.4118C11.4706 12.7509 9.5744 14.6471 7.2353 14.6471C4.8962 14.6471 3 12.7509 3 10.4118C3 9.4352 3.3375 8.4886 3.9553 7.7323L6.7797 4.2749C6.8915 4.1382 7.0587 4.0588 7.2353 4.0588C7.4119 4.0588 7.5791 4.1382 7.6909 4.2749L10.5153 7.7323Z"/></svg> </template>
CSS
.icon-droplets {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12.57%203.925L13.0256%203.3673C13.2155%203.1349%2013.4998%203%2013.8%203C14.1002%203%2014.3845%203.1349%2014.5744%203.3673L19.3759%209.2449C20.4263%2010.5306%2021%2012.1398%2021%2013.8C21%2017.7765%2017.7765%2021%2013.8%2021C11.7344%2021%209.7683%2020.1129%208.4015%2018.5641M10.5153%207.7323C11.1331%208.4886%2011.4706%209.4352%2011.4706%2010.4118C11.4706%2012.7509%209.5744%2014.6471%207.2353%2014.6471C4.8962%2014.6471%203%2012.7509%203%2010.4118C3%209.4352%203.3375%208.4886%203.9553%207.7323L6.7797%204.2749C6.8915%204.1382%207.0587%204.0588%207.2353%204.0588C7.4119%204.0588%207.5791%204.1382%207.6909%204.2749L10.5153%207.7323Z%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12.57%203.925L13.0256%203.3673C13.2155%203.1349%2013.4998%203%2013.8%203C14.1002%203%2014.3845%203.1349%2014.5744%203.3673L19.3759%209.2449C20.4263%2010.5306%2021%2012.1398%2021%2013.8C21%2017.7765%2017.7765%2021%2013.8%2021C11.7344%2021%209.7683%2020.1129%208.4015%2018.5641M10.5153%207.7323C11.1331%208.4886%2011.4706%209.4352%2011.4706%2010.4118C11.4706%2012.7509%209.5744%2014.6471%207.2353%2014.6471C4.8962%2014.6471%203%2012.7509%203%2010.4118C3%209.4352%203.3375%208.4886%203.9553%207.7323L6.7797%204.2749C6.8915%204.1382%207.0587%204.0588%207.2353%204.0588C7.4119%204.0588%207.5791%204.1382%207.6909%204.2749L10.5153%207.7323Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/droplets.svg?color=%231a73e8&size=48