drop icon
drop-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- drop-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M9.646 2.146a.5.5 0 0 1 .708 0c.531.532 1.804 2.064 2.946 3.903c1.13 1.82 2.2 4.05 2.2 5.951c0 1.844-.528 3.352-1.51 4.404C13.007 17.459 11.616 18 10 18s-3.006-.541-3.99-1.596C5.027 15.352 4.5 13.844 4.5 12c0-1.902 1.07-4.13 2.2-5.951c1.142-1.84 2.415-3.37 2.946-3.903M7.55 6.576C6.43 8.381 5.5 10.402 5.5 12c0 1.656.472 2.898 1.24 3.721C7.507 16.541 8.616 17 10 17s2.494-.459 3.26-1.279c.768-.823 1.24-2.065 1.24-3.721c0-1.598-.93-3.62-2.05-5.424A27 27 0 0 0 10 3.236a27 27 0 0 0-2.45 3.34"/></svg>
React
import type { SVGProps } from "react";
export function FluentDrop20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.646 2.146a.5.5 0 0 1 .708 0c.531.532 1.804 2.064 2.946 3.903c1.13 1.82 2.2 4.05 2.2 5.951c0 1.844-.528 3.352-1.51 4.404C13.007 17.459 11.616 18 10 18s-3.006-.541-3.99-1.596C5.027 15.352 4.5 13.844 4.5 12c0-1.902 1.07-4.13 2.2-5.951c1.142-1.84 2.415-3.37 2.946-3.903M7.55 6.576C6.43 8.381 5.5 10.402 5.5 12c0 1.656.472 2.898 1.24 3.721C7.507 16.541 8.616 17 10 17s2.494-.459 3.26-1.279c.768-.823 1.24-2.065 1.24-3.721c0-1.598-.93-3.62-2.05-5.424A27 27 0 0 0 10 3.236a27 27 0 0 0-2.45 3.34"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.646 2.146a.5.5 0 0 1 .708 0c.531.532 1.804 2.064 2.946 3.903c1.13 1.82 2.2 4.05 2.2 5.951c0 1.844-.528 3.352-1.51 4.404C13.007 17.459 11.616 18 10 18s-3.006-.541-3.99-1.596C5.027 15.352 4.5 13.844 4.5 12c0-1.902 1.07-4.13 2.2-5.951c1.142-1.84 2.415-3.37 2.946-3.903M7.55 6.576C6.43 8.381 5.5 10.402 5.5 12c0 1.656.472 2.898 1.24 3.721C7.507 16.541 8.616 17 10 17s2.494-.459 3.26-1.279c.768-.823 1.24-2.065 1.24-3.721c0-1.598-.93-3.62-2.05-5.424A27 27 0 0 0 10 3.236a27 27 0 0 0-2.45 3.34"/></svg> </template>
CSS
.icon-drop-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.646%202.146a.5.5%200%200%201%20.708%200c.531.532%201.804%202.064%202.946%203.903c1.13%201.82%202.2%204.05%202.2%205.951c0%201.844-.528%203.352-1.51%204.404C13.007%2017.459%2011.616%2018%2010%2018s-3.006-.541-3.99-1.596C5.027%2015.352%204.5%2013.844%204.5%2012c0-1.902%201.07-4.13%202.2-5.951c1.142-1.84%202.415-3.37%202.946-3.903M7.55%206.576C6.43%208.381%205.5%2010.402%205.5%2012c0%201.656.472%202.898%201.24%203.721C7.507%2016.541%208.616%2017%2010%2017s2.494-.459%203.26-1.279c.768-.823%201.24-2.065%201.24-3.721c0-1.598-.93-3.62-2.05-5.424A27%2027%200%200%200%2010%203.236a27%2027%200%200%200-2.45%203.34%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.646%202.146a.5.5%200%200%201%20.708%200c.531.532%201.804%202.064%202.946%203.903c1.13%201.82%202.2%204.05%202.2%205.951c0%201.844-.528%203.352-1.51%204.404C13.007%2017.459%2011.616%2018%2010%2018s-3.006-.541-3.99-1.596C5.027%2015.352%204.5%2013.844%204.5%2012c0-1.902%201.07-4.13%202.2-5.951c1.142-1.84%202.415-3.37%202.946-3.903M7.55%206.576C6.43%208.381%205.5%2010.402%205.5%2012c0%201.656.472%202.898%201.24%203.721C7.507%2016.541%208.616%2017%2010%2017s2.494-.459%203.26-1.279c.768-.823%201.24-2.065%201.24-3.721c0-1.598-.93-3.62-2.05-5.424A27%2027%200%200%200%2010%203.236a27%2027%200%200%200-2.45%203.34%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/drop-20-regular.svg?color=%231a73e8&size=48