drop icon
drop-duotone from Reicon by REICON · Duotone · UI · MIT Free for personal and commercial use.
- Name
- drop-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All drop icons →More ui icons from Reicon
Use the drop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.612 22h.777C17.145 22 21 18.057 21 13.193v-.265c0-4.611-2.729-8.765-6.903-10.507a5.43 5.43 0 0 0-4.194 0C5.73 4.163 3 8.317 3 12.928v.265C3 18.057 6.855 22 11.612 22" opacity=".5"/><path d="M12.066 5.961a.75.75 0 0 1-.366.996c-1.545.715-2.793 2.168-3.37 3.993a.75.75 0 1 1-1.43-.453c.691-2.186 2.206-3.993 4.17-4.902a.75.75 0 0 1 .996.366"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconDropDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.612 22h.777C17.145 22 21 18.057 21 13.193v-.265c0-4.611-2.729-8.765-6.903-10.507a5.43 5.43 0 0 0-4.194 0C5.73 4.163 3 8.317 3 12.928v.265C3 18.057 6.855 22 11.612 22" opacity=".5"/><path d="M12.066 5.961a.75.75 0 0 1-.366.996c-1.545.715-2.793 2.168-3.37 3.993a.75.75 0 1 1-1.43-.453c.691-2.186 2.206-3.993 4.17-4.902a.75.75 0 0 1 .996.366"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.612 22h.777C17.145 22 21 18.057 21 13.193v-.265c0-4.611-2.729-8.765-6.903-10.507a5.43 5.43 0 0 0-4.194 0C5.73 4.163 3 8.317 3 12.928v.265C3 18.057 6.855 22 11.612 22" opacity=".5"/><path d="M12.066 5.961a.75.75 0 0 1-.366.996c-1.545.715-2.793 2.168-3.37 3.993a.75.75 0 1 1-1.43-.453c.691-2.186 2.206-3.993 4.17-4.902a.75.75 0 0 1 .996.366"/></g></svg> </template>
CSS
.icon-drop-duotone {
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%22currentColor%22%3E%3Cpath%20d%3D%22M11.612%2022h.777C17.145%2022%2021%2018.057%2021%2013.193v-.265c0-4.611-2.729-8.765-6.903-10.507a5.43%205.43%200%200%200-4.194%200C5.73%204.163%203%208.317%203%2012.928v.265C3%2018.057%206.855%2022%2011.612%2022%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.066%205.961a.75.75%200%200%201-.366.996c-1.545.715-2.793%202.168-3.37%203.993a.75.75%200%201%201-1.43-.453c.691-2.186%202.206-3.993%204.17-4.902a.75.75%200%200%201%20.996.366%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%22currentColor%22%3E%3Cpath%20d%3D%22M11.612%2022h.777C17.145%2022%2021%2018.057%2021%2013.193v-.265c0-4.611-2.729-8.765-6.903-10.507a5.43%205.43%200%200%200-4.194%200C5.73%204.163%203%208.317%203%2012.928v.265C3%2018.057%206.855%2022%2011.612%2022%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.066%205.961a.75.75%200%200%201-.366.996c-1.545.715-2.793%202.168-3.37%203.993a.75.75%200%201%201-1.43-.453c.691-2.186%202.206-3.993%204.17-4.902a.75.75%200%200%201%20.996.366%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/drop-duotone.svg?color=%231a73e8&size=48