dropper icon
dropper-fill from Remix Icon by Remix Design · Fill · Health & Medical · Apache-2.0 Free for personal and commercial use.
- Name
- dropper-fill
- Set
- Remix Icon
- Style
- Fill
- Category
- Health & Medical
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
More health & medical icons from Remix Icon
aed-electrodes-fillaed-fillatom-fillbrain-2-fillbrain-3-fillbrain-ai-3-fillbrain-fillcapsule-filldislike-filldna-filldossier-fillempathize-fillfirst-aid-kit-fillflask-fillhand-sanitizer-fillhealth-book-fillheart-2-fillheart-3-fillheart-add-2-fillheart-add-fillheart-fillheart-pulse-fillhearts-fillinfrared-thermometer-fill
Use the dropper icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.536 2.807a4 4 0 0 1 5.656 5.657l-2.828 2.829l.354.354a1 1 0 0 1-1.415 1.414l-.353-.354l-6.215 6.215a4 4 0 0 1-2.044 1.094l-1.754.35a2 2 0 0 0-1.022.548l-.986.986a1 1 0 0 1-1.414 0L2.1 20.485a1 1 0 0 1 0-1.414l.986-.986a2 2 0 0 0 .546-1.022l.351-1.754a4 4 0 0 1 1.094-2.044l6.215-6.215l-.354-.353a1 1 0 0 1 1.415-1.414l.353.353zm-2.829 5.658l-6.215 6.214a2 2 0 0 0-.547 1.022l-.35 1.755A4 4 0 0 1 4.5 19.5a4 4 0 0 1 2.044-1.094l1.754-.351a2 2 0 0 0 1.022-.547l6.215-6.215z"/></svg>
React
import type { SVGProps } from "react";
export function RiDropperFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.536 2.807a4 4 0 0 1 5.656 5.657l-2.828 2.829l.354.354a1 1 0 0 1-1.415 1.414l-.353-.354l-6.215 6.215a4 4 0 0 1-2.044 1.094l-1.754.35a2 2 0 0 0-1.022.548l-.986.986a1 1 0 0 1-1.414 0L2.1 20.485a1 1 0 0 1 0-1.414l.986-.986a2 2 0 0 0 .546-1.022l.351-1.754a4 4 0 0 1 1.094-2.044l6.215-6.215l-.354-.353a1 1 0 0 1 1.415-1.414l.353.353zm-2.829 5.658l-6.215 6.214a2 2 0 0 0-.547 1.022l-.35 1.755A4 4 0 0 1 4.5 19.5a4 4 0 0 1 2.044-1.094l1.754-.351a2 2 0 0 0 1.022-.547l6.215-6.215z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.536 2.807a4 4 0 0 1 5.656 5.657l-2.828 2.829l.354.354a1 1 0 0 1-1.415 1.414l-.353-.354l-6.215 6.215a4 4 0 0 1-2.044 1.094l-1.754.35a2 2 0 0 0-1.022.548l-.986.986a1 1 0 0 1-1.414 0L2.1 20.485a1 1 0 0 1 0-1.414l.986-.986a2 2 0 0 0 .546-1.022l.351-1.754a4 4 0 0 1 1.094-2.044l6.215-6.215l-.354-.353a1 1 0 0 1 1.415-1.414l.353.353zm-2.829 5.658l-6.215 6.214a2 2 0 0 0-.547 1.022l-.35 1.755A4 4 0 0 1 4.5 19.5a4 4 0 0 1 2.044-1.094l1.754-.351a2 2 0 0 0 1.022-.547l6.215-6.215z"/></svg> </template>
CSS
.icon-dropper-fill {
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%22currentColor%22%20d%3D%22M15.536%202.807a4%204%200%200%201%205.656%205.657l-2.828%202.829l.354.354a1%201%200%200%201-1.415%201.414l-.353-.354l-6.215%206.215a4%204%200%200%201-2.044%201.094l-1.754.35a2%202%200%200%200-1.022.548l-.986.986a1%201%200%200%201-1.414%200L2.1%2020.485a1%201%200%200%201%200-1.414l.986-.986a2%202%200%200%200%20.546-1.022l.351-1.754a4%204%200%200%201%201.094-2.044l6.215-6.215l-.354-.353a1%201%200%200%201%201.415-1.414l.353.353zm-2.829%205.658l-6.215%206.214a2%202%200%200%200-.547%201.022l-.35%201.755A4%204%200%200%201%204.5%2019.5a4%204%200%200%201%202.044-1.094l1.754-.351a2%202%200%200%200%201.022-.547l6.215-6.215z%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%22currentColor%22%20d%3D%22M15.536%202.807a4%204%200%200%201%205.656%205.657l-2.828%202.829l.354.354a1%201%200%200%201-1.415%201.414l-.353-.354l-6.215%206.215a4%204%200%200%201-2.044%201.094l-1.754.35a2%202%200%200%200-1.022.548l-.986.986a1%201%200%200%201-1.414%200L2.1%2020.485a1%201%200%200%201%200-1.414l.986-.986a2%202%200%200%200%20.546-1.022l.351-1.754a4%204%200%200%201%201.094-2.044l6.215-6.215l-.354-.353a1%201%200%200%201%201.415-1.414l.353.353zm-2.829%205.658l-6.215%206.214a2%202%200%200%200-.547%201.022l-.35%201.755A4%204%200%200%201%204.5%2019.5a4%204%200%200%201%202.044-1.094l1.754-.351a2%202%200%200%200%201.022-.547l6.215-6.215z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/dropper-fill.svg?color=%231a73e8&size=48