drop icon
drop-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- drop-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the drop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M171 50.38a250 250 0 0 0-40.73-37.66a4 4 0 0 0-4.58 0A250 250 0 0 0 85 50.38C58.17 81.21 44 113.58 44 144a84 84 0 0 0 168 0c0-30.42-14.17-62.79-41-93.62M128 220a76.08 76.08 0 0 1-76-76c0-35.9 21.15-67.8 38.9-88.24A255 255 0 0 1 128 21a255 255 0 0 1 37.1 34.8C182.85 76.2 204 108.1 204 144a76.08 76.08 0 0 1-76 76m51.94-67.33a53.51 53.51 0 0 1-43.28 43.27a3.7 3.7 0 0 1-.66.06a4 4 0 0 1-.66-7.94c18.18-3.06 33.63-18.51 36.72-36.73a4 4 0 0 1 7.88 1.34"/></svg>
React
import type { SVGProps } from "react";
export function PhDropThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M171 50.38a250 250 0 0 0-40.73-37.66a4 4 0 0 0-4.58 0A250 250 0 0 0 85 50.38C58.17 81.21 44 113.58 44 144a84 84 0 0 0 168 0c0-30.42-14.17-62.79-41-93.62M128 220a76.08 76.08 0 0 1-76-76c0-35.9 21.15-67.8 38.9-88.24A255 255 0 0 1 128 21a255 255 0 0 1 37.1 34.8C182.85 76.2 204 108.1 204 144a76.08 76.08 0 0 1-76 76m51.94-67.33a53.51 53.51 0 0 1-43.28 43.27a3.7 3.7 0 0 1-.66.06a4 4 0 0 1-.66-7.94c18.18-3.06 33.63-18.51 36.72-36.73a4 4 0 0 1 7.88 1.34"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M171 50.38a250 250 0 0 0-40.73-37.66a4 4 0 0 0-4.58 0A250 250 0 0 0 85 50.38C58.17 81.21 44 113.58 44 144a84 84 0 0 0 168 0c0-30.42-14.17-62.79-41-93.62M128 220a76.08 76.08 0 0 1-76-76c0-35.9 21.15-67.8 38.9-88.24A255 255 0 0 1 128 21a255 255 0 0 1 37.1 34.8C182.85 76.2 204 108.1 204 144a76.08 76.08 0 0 1-76 76m51.94-67.33a53.51 53.51 0 0 1-43.28 43.27a3.7 3.7 0 0 1-.66.06a4 4 0 0 1-.66-7.94c18.18-3.06 33.63-18.51 36.72-36.73a4 4 0 0 1 7.88 1.34"/></svg> </template>
CSS
.icon-drop-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M171%2050.38a250%20250%200%200%200-40.73-37.66a4%204%200%200%200-4.58%200A250%20250%200%200%200%2085%2050.38C58.17%2081.21%2044%20113.58%2044%20144a84%2084%200%200%200%20168%200c0-30.42-14.17-62.79-41-93.62M128%20220a76.08%2076.08%200%200%201-76-76c0-35.9%2021.15-67.8%2038.9-88.24A255%20255%200%200%201%20128%2021a255%20255%200%200%201%2037.1%2034.8C182.85%2076.2%20204%20108.1%20204%20144a76.08%2076.08%200%200%201-76%2076m51.94-67.33a53.51%2053.51%200%200%201-43.28%2043.27a3.7%203.7%200%200%201-.66.06a4%204%200%200%201-.66-7.94c18.18-3.06%2033.63-18.51%2036.72-36.73a4%204%200%200%201%207.88%201.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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M171%2050.38a250%20250%200%200%200-40.73-37.66a4%204%200%200%200-4.58%200A250%20250%200%200%200%2085%2050.38C58.17%2081.21%2044%20113.58%2044%20144a84%2084%200%200%200%20168%200c0-30.42-14.17-62.79-41-93.62M128%20220a76.08%2076.08%200%200%201-76-76c0-35.9%2021.15-67.8%2038.9-88.24A255%20255%200%200%201%20128%2021a255%20255%200%200%201%2037.1%2034.8C182.85%2076.2%20204%20108.1%20204%20144a76.08%2076.08%200%200%201-76%2076m51.94-67.33a53.51%2053.51%200%200%201-43.28%2043.27a3.7%203.7%200%200%201-.66.06a4%204%200%200%201-.66-7.94c18.18-3.06%2033.63-18.51%2036.72-36.73a4%204%200%200%201%207.88%201.34%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/drop-thin.svg?color=%231a73e8&size=48