drop half bottom icon
drop-half-bottom-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- drop-half-bottom-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the drop half bottom 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.63M189.91 188H66.09a75.6 75.6 0 0 1-11.4-24h146.62a75.6 75.6 0 0 1-11.4 24M53 156a75.4 75.4 0 0 1-1-12a93 93 0 0 1 .79-12h150.42a93 93 0 0 1 .79 12a75.4 75.4 0 0 1-1 12ZM90.9 55.77A254 254 0 0 1 128 21a254 254 0 0 1 37.1 34.81c14.37 16.55 31 40.61 36.77 68.23H54.13c5.8-27.66 22.4-51.72 36.77-68.27M128 220a75.77 75.77 0 0 1-55.35-24h110.7A75.77 75.77 0 0 1 128 220"/></svg>
React
import type { SVGProps } from "react";
export function PhDropHalfBottomThin(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.63M189.91 188H66.09a75.6 75.6 0 0 1-11.4-24h146.62a75.6 75.6 0 0 1-11.4 24M53 156a75.4 75.4 0 0 1-1-12a93 93 0 0 1 .79-12h150.42a93 93 0 0 1 .79 12a75.4 75.4 0 0 1-1 12ZM90.9 55.77A254 254 0 0 1 128 21a254 254 0 0 1 37.1 34.81c14.37 16.55 31 40.61 36.77 68.23H54.13c5.8-27.66 22.4-51.72 36.77-68.27M128 220a75.77 75.77 0 0 1-55.35-24h110.7A75.77 75.77 0 0 1 128 220"/></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.63M189.91 188H66.09a75.6 75.6 0 0 1-11.4-24h146.62a75.6 75.6 0 0 1-11.4 24M53 156a75.4 75.4 0 0 1-1-12a93 93 0 0 1 .79-12h150.42a93 93 0 0 1 .79 12a75.4 75.4 0 0 1-1 12ZM90.9 55.77A254 254 0 0 1 128 21a254 254 0 0 1 37.1 34.81c14.37 16.55 31 40.61 36.77 68.23H54.13c5.8-27.66 22.4-51.72 36.77-68.27M128 220a75.77 75.77 0 0 1-55.35-24h110.7A75.77 75.77 0 0 1 128 220"/></svg> </template>
CSS
.icon-drop-half-bottom-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.63M189.91%20188H66.09a75.6%2075.6%200%200%201-11.4-24h146.62a75.6%2075.6%200%200%201-11.4%2024M53%20156a75.4%2075.4%200%200%201-1-12a93%2093%200%200%201%20.79-12h150.42a93%2093%200%200%201%20.79%2012a75.4%2075.4%200%200%201-1%2012ZM90.9%2055.77A254%20254%200%200%201%20128%2021a254%20254%200%200%201%2037.1%2034.81c14.37%2016.55%2031%2040.61%2036.77%2068.23H54.13c5.8-27.66%2022.4-51.72%2036.77-68.27M128%20220a75.77%2075.77%200%200%201-55.35-24h110.7A75.77%2075.77%200%200%201%20128%20220%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.63M189.91%20188H66.09a75.6%2075.6%200%200%201-11.4-24h146.62a75.6%2075.6%200%200%201-11.4%2024M53%20156a75.4%2075.4%200%200%201-1-12a93%2093%200%200%201%20.79-12h150.42a93%2093%200%200%201%20.79%2012a75.4%2075.4%200%200%201-1%2012ZM90.9%2055.77A254%20254%200%200%201%20128%2021a254%20254%200%200%201%2037.1%2034.81c14.37%2016.55%2031%2040.61%2036.77%2068.23H54.13c5.8-27.66%2022.4-51.72%2036.77-68.27M128%20220a75.77%2075.77%200%200%201-55.35-24h110.7A75.77%2075.77%200%200%201%20128%20220%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/drop-half-bottom-thin.svg?color=%231a73e8&size=48