drop icon
drop-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- drop-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
13 other variants in Fluent UI System Icons
The same icon in other sets
Use the drop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4c.331 0 .65.132.884.366l.235.233c1.135 1.125 4.249 4.21 7.173 8.228C35.42 17.124 38.5 22.71 38.5 28.25c0 5.376-1.599 9.357-4.312 11.99C31.485 42.865 27.829 44 24 44s-7.485-1.136-10.188-3.76C11.1 37.608 9.5 33.627 9.5 28.25c0-5.535 3.013-11.057 6.113-15.328c2.89-3.981 5.996-7.061 7.235-8.29l.268-.266A1.25 1.25 0 0 1 24 4"/></svg>
React
import type { SVGProps } from "react";
export function FluentDrop48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4c.331 0 .65.132.884.366l.235.233c1.135 1.125 4.249 4.21 7.173 8.228C35.42 17.124 38.5 22.71 38.5 28.25c0 5.376-1.599 9.357-4.312 11.99C31.485 42.865 27.829 44 24 44s-7.485-1.136-10.188-3.76C11.1 37.608 9.5 33.627 9.5 28.25c0-5.535 3.013-11.057 6.113-15.328c2.89-3.981 5.996-7.061 7.235-8.29l.268-.266A1.25 1.25 0 0 1 24 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4c.331 0 .65.132.884.366l.235.233c1.135 1.125 4.249 4.21 7.173 8.228C35.42 17.124 38.5 22.71 38.5 28.25c0 5.376-1.599 9.357-4.312 11.99C31.485 42.865 27.829 44 24 44s-7.485-1.136-10.188-3.76C11.1 37.608 9.5 33.627 9.5 28.25c0-5.535 3.013-11.057 6.113-15.328c2.89-3.981 5.996-7.061 7.235-8.29l.268-.266A1.25 1.25 0 0 1 24 4"/></svg> </template>
CSS
.icon-drop-48-filled {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%204c.331%200%20.65.132.884.366l.235.233c1.135%201.125%204.249%204.21%207.173%208.228C35.42%2017.124%2038.5%2022.71%2038.5%2028.25c0%205.376-1.599%209.357-4.312%2011.99C31.485%2042.865%2027.829%2044%2024%2044s-7.485-1.136-10.188-3.76C11.1%2037.608%209.5%2033.627%209.5%2028.25c0-5.535%203.013-11.057%206.113-15.328c2.89-3.981%205.996-7.061%207.235-8.29l.268-.266A1.25%201.25%200%200%201%2024%204%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%204c.331%200%20.65.132.884.366l.235.233c1.135%201.125%204.249%204.21%207.173%208.228C35.42%2017.124%2038.5%2022.71%2038.5%2028.25c0%205.376-1.599%209.357-4.312%2011.99C31.485%2042.865%2027.829%2044%2024%2044s-7.485-1.136-10.188-3.76C11.1%2037.608%209.5%2033.627%209.5%2028.25c0-5.535%203.013-11.057%206.113-15.328c2.89-3.981%205.996-7.061%207.235-8.29l.268-.266A1.25%201.25%200%200%201%2024%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/drop-48-filled.svg?color=%231a73e8&size=48