droplet emoji
droplet from Firefox OS Emoji by Mozilla · Default · People · Apache-2.0 Free for personal and commercial use.
- Name
- droplet
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- People
- Viewbox
- 512×512
- License
- Apache 2.0
The same emoji in other sets
dropletBootstrap IconsdropletBoxIcons v2dropletBoxIcons v2 SoliddropletEmoji One (Colored)droplet-fillEva IconsdropletFont Awesome 6 SoliddropletFont Awesome SoliddropletFeather IconsdropletFluent EmojidropletFluent Emoji FlatdropletFluent Emoji High ContrastdropletHuge IconsdropletHumbleiconsdropletIconoirdropletLucidedropletMyna UI IconsdropletNoto EmojidropletOpenMojidropletStreamline EmojisdropletTabler IconsdropletTwitter Emoji
More people icons from Firefox OS Emoji
Use the droplet emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#59CAFC" d="M209.1 34.8L102 304.3c-25.8 85 22.2 174.9 107.3 200.7c85 25.8 174.9-22.2 200.7-107.3c9.6-31.7 9-63.9 0-93.4L302.8 34.8C295 8.9 267.6-5.7 241.7 2.1c-16.1 4.9-28 17.7-32.6 32.7"/><path fill="#00B1FF" d="m102 304.3l15.7-39.5C93 353.1 143.1 445.4 231.3 472.1c57.9 17.6 117.8 2.4 160.2-34.6c-37.8 59.3-111.6 89-182.3 67.5c-85-25.8-133-115.6-107.2-200.7"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiDroplet(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#59CAFC" d="M209.1 34.8L102 304.3c-25.8 85 22.2 174.9 107.3 200.7c85 25.8 174.9-22.2 200.7-107.3c9.6-31.7 9-63.9 0-93.4L302.8 34.8C295 8.9 267.6-5.7 241.7 2.1c-16.1 4.9-28 17.7-32.6 32.7"/><path fill="#00B1FF" d="m102 304.3l15.7-39.5C93 353.1 143.1 445.4 231.3 472.1c57.9 17.6 117.8 2.4 160.2-34.6c-37.8 59.3-111.6 89-182.3 67.5c-85-25.8-133-115.6-107.2-200.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#59CAFC" d="M209.1 34.8L102 304.3c-25.8 85 22.2 174.9 107.3 200.7c85 25.8 174.9-22.2 200.7-107.3c9.6-31.7 9-63.9 0-93.4L302.8 34.8C295 8.9 267.6-5.7 241.7 2.1c-16.1 4.9-28 17.7-32.6 32.7"/><path fill="#00B1FF" d="m102 304.3l15.7-39.5C93 353.1 143.1 445.4 231.3 472.1c57.9 17.6 117.8 2.4 160.2-34.6c-37.8 59.3-111.6 89-182.3 67.5c-85-25.8-133-115.6-107.2-200.7"/></svg> </template>
CSS
.icon-droplet {
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%20512%20512%22%3E%3Cpath%20fill%3D%22%2359CAFC%22%20d%3D%22M209.1%2034.8L102%20304.3c-25.8%2085%2022.2%20174.9%20107.3%20200.7c85%2025.8%20174.9-22.2%20200.7-107.3c9.6-31.7%209-63.9%200-93.4L302.8%2034.8C295%208.9%20267.6-5.7%20241.7%202.1c-16.1%204.9-28%2017.7-32.6%2032.7%22%2F%3E%3Cpath%20fill%3D%22%2300B1FF%22%20d%3D%22m102%20304.3l15.7-39.5C93%20353.1%20143.1%20445.4%20231.3%20472.1c57.9%2017.6%20117.8%202.4%20160.2-34.6c-37.8%2059.3-111.6%2089-182.3%2067.5c-85-25.8-133-115.6-107.2-200.7%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%20512%20512%22%3E%3Cpath%20fill%3D%22%2359CAFC%22%20d%3D%22M209.1%2034.8L102%20304.3c-25.8%2085%2022.2%20174.9%20107.3%20200.7c85%2025.8%20174.9-22.2%20200.7-107.3c9.6-31.7%209-63.9%200-93.4L302.8%2034.8C295%208.9%20267.6-5.7%20241.7%202.1c-16.1%204.9-28%2017.7-32.6%2032.7%22%2F%3E%3Cpath%20fill%3D%22%2300B1FF%22%20d%3D%22m102%20304.3l15.7-39.5C93%20353.1%20143.1%20445.4%20231.3%20472.1c57.9%2017.6%20117.8%202.4%20160.2-34.6c-37.8%2059.3-111.6%2089-182.3%2067.5c-85-25.8-133-115.6-107.2-200.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/droplet.svg?color=%231a73e8&size=48