drop half icon
drop-half-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- drop-half-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the drop half icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172.53 49.06a251.4 251.4 0 0 0-41.09-38a6 6 0 0 0-6.88 0a251.4 251.4 0 0 0-41.09 38C56.34 80.26 42 113.09 42 144a86 86 0 0 0 172 0c0-30.91-14.34-63.74-41.47-94.94M202 144a75 75 0 0 1-.69 10H134v-20h67.44a92 92 0 0 1 .56 10m-15.2-54H134V70h39.89a176 176 0 0 1 12.91 20M134 198h44.52A73.76 73.76 0 0 1 134 217.74Zm0-12v-20h64.66a74 74 0 0 1-9.78 20Zm0-64v-20h58.7a117.4 117.4 0 0 1 6.69 20Zm30.29-64H134V28.3A257 257 0 0 1 164.29 58M54 144c0-53.42 47.35-98.56 68-115.7v189.44A74.09 74.09 0 0 1 54 144"/></svg>
React
import type { SVGProps } from "react";
export function PhDropHalfLight(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="M172.53 49.06a251.4 251.4 0 0 0-41.09-38a6 6 0 0 0-6.88 0a251.4 251.4 0 0 0-41.09 38C56.34 80.26 42 113.09 42 144a86 86 0 0 0 172 0c0-30.91-14.34-63.74-41.47-94.94M202 144a75 75 0 0 1-.69 10H134v-20h67.44a92 92 0 0 1 .56 10m-15.2-54H134V70h39.89a176 176 0 0 1 12.91 20M134 198h44.52A73.76 73.76 0 0 1 134 217.74Zm0-12v-20h64.66a74 74 0 0 1-9.78 20Zm0-64v-20h58.7a117.4 117.4 0 0 1 6.69 20Zm30.29-64H134V28.3A257 257 0 0 1 164.29 58M54 144c0-53.42 47.35-98.56 68-115.7v189.44A74.09 74.09 0 0 1 54 144"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172.53 49.06a251.4 251.4 0 0 0-41.09-38a6 6 0 0 0-6.88 0a251.4 251.4 0 0 0-41.09 38C56.34 80.26 42 113.09 42 144a86 86 0 0 0 172 0c0-30.91-14.34-63.74-41.47-94.94M202 144a75 75 0 0 1-.69 10H134v-20h67.44a92 92 0 0 1 .56 10m-15.2-54H134V70h39.89a176 176 0 0 1 12.91 20M134 198h44.52A73.76 73.76 0 0 1 134 217.74Zm0-12v-20h64.66a74 74 0 0 1-9.78 20Zm0-64v-20h58.7a117.4 117.4 0 0 1 6.69 20Zm30.29-64H134V28.3A257 257 0 0 1 164.29 58M54 144c0-53.42 47.35-98.56 68-115.7v189.44A74.09 74.09 0 0 1 54 144"/></svg> </template>
CSS
.icon-drop-half-light {
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%22M172.53%2049.06a251.4%20251.4%200%200%200-41.09-38a6%206%200%200%200-6.88%200a251.4%20251.4%200%200%200-41.09%2038C56.34%2080.26%2042%20113.09%2042%20144a86%2086%200%200%200%20172%200c0-30.91-14.34-63.74-41.47-94.94M202%20144a75%2075%200%200%201-.69%2010H134v-20h67.44a92%2092%200%200%201%20.56%2010m-15.2-54H134V70h39.89a176%20176%200%200%201%2012.91%2020M134%20198h44.52A73.76%2073.76%200%200%201%20134%20217.74Zm0-12v-20h64.66a74%2074%200%200%201-9.78%2020Zm0-64v-20h58.7a117.4%20117.4%200%200%201%206.69%2020Zm30.29-64H134V28.3A257%20257%200%200%201%20164.29%2058M54%20144c0-53.42%2047.35-98.56%2068-115.7v189.44A74.09%2074.09%200%200%201%2054%20144%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%22M172.53%2049.06a251.4%20251.4%200%200%200-41.09-38a6%206%200%200%200-6.88%200a251.4%20251.4%200%200%200-41.09%2038C56.34%2080.26%2042%20113.09%2042%20144a86%2086%200%200%200%20172%200c0-30.91-14.34-63.74-41.47-94.94M202%20144a75%2075%200%200%201-.69%2010H134v-20h67.44a92%2092%200%200%201%20.56%2010m-15.2-54H134V70h39.89a176%20176%200%200%201%2012.91%2020M134%20198h44.52A73.76%2073.76%200%200%201%20134%20217.74Zm0-12v-20h64.66a74%2074%200%200%201-9.78%2020Zm0-64v-20h58.7a117.4%20117.4%200%200%201%206.69%2020Zm30.29-64H134V28.3A257%20257%200%200%201%20164.29%2058M54%20144c0-53.42%2047.35-98.56%2068-115.7v189.44A74.09%2074.09%200%200%201%2054%20144%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/drop-half-light.svg?color=%231a73e8&size=48