drop simple icon
drop-simple-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- drop-simple-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the drop simple 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.37a250.2 250.2 0 0 0-40.73-37.65a4 4 0 0 0-4.58 0A250.2 250.2 0 0 0 85 50.37C58.17 81.21 44 113.58 44 144a84 84 0 0 0 168 0c0-30.42-14.17-62.79-41-93.63M128 220a76.08 76.08 0 0 1-76-76c0-35.9 21.15-67.8 38.9-88.23A254 254 0 0 1 128 21a254 254 0 0 1 37.1 34.81C182.85 76.2 204 108.1 204 144a76.08 76.08 0 0 1-76 76"/></svg>
React
import type { SVGProps } from "react";
export function PhDropSimpleThin(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.37a250.2 250.2 0 0 0-40.73-37.65a4 4 0 0 0-4.58 0A250.2 250.2 0 0 0 85 50.37C58.17 81.21 44 113.58 44 144a84 84 0 0 0 168 0c0-30.42-14.17-62.79-41-93.63M128 220a76.08 76.08 0 0 1-76-76c0-35.9 21.15-67.8 38.9-88.23A254 254 0 0 1 128 21a254 254 0 0 1 37.1 34.81C182.85 76.2 204 108.1 204 144a76.08 76.08 0 0 1-76 76"/></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.37a250.2 250.2 0 0 0-40.73-37.65a4 4 0 0 0-4.58 0A250.2 250.2 0 0 0 85 50.37C58.17 81.21 44 113.58 44 144a84 84 0 0 0 168 0c0-30.42-14.17-62.79-41-93.63M128 220a76.08 76.08 0 0 1-76-76c0-35.9 21.15-67.8 38.9-88.23A254 254 0 0 1 128 21a254 254 0 0 1 37.1 34.81C182.85 76.2 204 108.1 204 144a76.08 76.08 0 0 1-76 76"/></svg> </template>
CSS
.icon-drop-simple-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.37a250.2%20250.2%200%200%200-40.73-37.65a4%204%200%200%200-4.58%200A250.2%20250.2%200%200%200%2085%2050.37C58.17%2081.21%2044%20113.58%2044%20144a84%2084%200%200%200%20168%200c0-30.42-14.17-62.79-41-93.63M128%20220a76.08%2076.08%200%200%201-76-76c0-35.9%2021.15-67.8%2038.9-88.23A254%20254%200%200%201%20128%2021a254%20254%200%200%201%2037.1%2034.81C182.85%2076.2%20204%20108.1%20204%20144a76.08%2076.08%200%200%201-76%2076%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.37a250.2%20250.2%200%200%200-40.73-37.65a4%204%200%200%200-4.58%200A250.2%20250.2%200%200%200%2085%2050.37C58.17%2081.21%2044%20113.58%2044%20144a84%2084%200%200%200%20168%200c0-30.42-14.17-62.79-41-93.63M128%20220a76.08%2076.08%200%200%201-76-76c0-35.9%2021.15-67.8%2038.9-88.23A254%20254%200%200%201%20128%2021a254%20254%200%200%201%2037.1%2034.81C182.85%2076.2%20204%20108.1%20204%20144a76.08%2076.08%200%200%201-76%2076%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/drop-simple-thin.svg?color=%231a73e8&size=48