drop icon
drop-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- drop-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M13.47 2.22a.75.75 0 0 1 1.06 0c.523.523 2.494 2.614 4.34 5.316c1.823 2.669 3.63 6.082 3.63 9.214c0 3.041-.917 5.374-2.49 6.947C18.442 25.267 16.299 26 14 26s-4.441-.733-6.01-2.303C6.417 22.124 5.5 19.79 5.5 16.75c0-3.132 1.807-6.545 3.63-9.214c1.846-2.702 3.817-4.793 4.34-5.316"/></svg>
React
import type { SVGProps } from "react";
export function FluentDrop28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M13.47 2.22a.75.75 0 0 1 1.06 0c.523.523 2.494 2.614 4.34 5.316c1.823 2.669 3.63 6.082 3.63 9.214c0 3.041-.917 5.374-2.49 6.947C18.442 25.267 16.299 26 14 26s-4.441-.733-6.01-2.303C6.417 22.124 5.5 19.79 5.5 16.75c0-3.132 1.807-6.545 3.63-9.214c1.846-2.702 3.817-4.793 4.34-5.316"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M13.47 2.22a.75.75 0 0 1 1.06 0c.523.523 2.494 2.614 4.34 5.316c1.823 2.669 3.63 6.082 3.63 9.214c0 3.041-.917 5.374-2.49 6.947C18.442 25.267 16.299 26 14 26s-4.441-.733-6.01-2.303C6.417 22.124 5.5 19.79 5.5 16.75c0-3.132 1.807-6.545 3.63-9.214c1.846-2.702 3.817-4.793 4.34-5.316"/></svg> </template>
CSS
.icon-drop-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.47%202.22a.75.75%200%200%201%201.06%200c.523.523%202.494%202.614%204.34%205.316c1.823%202.669%203.63%206.082%203.63%209.214c0%203.041-.917%205.374-2.49%206.947C18.442%2025.267%2016.299%2026%2014%2026s-4.441-.733-6.01-2.303C6.417%2022.124%205.5%2019.79%205.5%2016.75c0-3.132%201.807-6.545%203.63-9.214c1.846-2.702%203.817-4.793%204.34-5.316%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.47%202.22a.75.75%200%200%201%201.06%200c.523.523%202.494%202.614%204.34%205.316c1.823%202.669%203.63%206.082%203.63%209.214c0%203.041-.917%205.374-2.49%206.947C18.442%2025.267%2016.299%2026%2014%2026s-4.441-.733-6.01-2.303C6.417%2022.124%205.5%2019.79%205.5%2016.75c0-3.132%201.807-6.545%203.63-9.214c1.846-2.702%203.817-4.793%204.34-5.316%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/drop-28-filled.svg?color=%231a73e8&size=48