drop icon
drop-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- drop-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 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.06a253 253 0 0 0-41.09-38a6 6 0 0 0-6.88 0a253 253 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.94M128 218a74.09 74.09 0 0 1-74-74c0-59.62 59-108.93 74-120.51c15 11.58 74 60.89 74 120.51a74.09 74.09 0 0 1-74 74m53.92-65A55.58 55.58 0 0 1 137 197.92a7 7 0 0 1-1 .08a6 6 0 0 1-1-11.92c17.38-2.92 32.13-17.68 35.08-35.08a6 6 0 1 1 11.84 2"/></svg>
React
import type { SVGProps } from "react";
export function PhDropLight(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.06a253 253 0 0 0-41.09-38a6 6 0 0 0-6.88 0a253 253 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.94M128 218a74.09 74.09 0 0 1-74-74c0-59.62 59-108.93 74-120.51c15 11.58 74 60.89 74 120.51a74.09 74.09 0 0 1-74 74m53.92-65A55.58 55.58 0 0 1 137 197.92a7 7 0 0 1-1 .08a6 6 0 0 1-1-11.92c17.38-2.92 32.13-17.68 35.08-35.08a6 6 0 1 1 11.84 2"/></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.06a253 253 0 0 0-41.09-38a6 6 0 0 0-6.88 0a253 253 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.94M128 218a74.09 74.09 0 0 1-74-74c0-59.62 59-108.93 74-120.51c15 11.58 74 60.89 74 120.51a74.09 74.09 0 0 1-74 74m53.92-65A55.58 55.58 0 0 1 137 197.92a7 7 0 0 1-1 .08a6 6 0 0 1-1-11.92c17.38-2.92 32.13-17.68 35.08-35.08a6 6 0 1 1 11.84 2"/></svg> </template>
CSS
.icon-drop-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.06a253%20253%200%200%200-41.09-38a6%206%200%200%200-6.88%200a253%20253%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.94M128%20218a74.09%2074.09%200%200%201-74-74c0-59.62%2059-108.93%2074-120.51c15%2011.58%2074%2060.89%2074%20120.51a74.09%2074.09%200%200%201-74%2074m53.92-65A55.58%2055.58%200%200%201%20137%20197.92a7%207%200%200%201-1%20.08a6%206%200%200%201-1-11.92c17.38-2.92%2032.13-17.68%2035.08-35.08a6%206%200%201%201%2011.84%202%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.06a253%20253%200%200%200-41.09-38a6%206%200%200%200-6.88%200a253%20253%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.94M128%20218a74.09%2074.09%200%200%201-74-74c0-59.62%2059-108.93%2074-120.51c15%2011.58%2074%2060.89%2074%20120.51a74.09%2074.09%200%200%201-74%2074m53.92-65A55.58%2055.58%200%200%201%20137%20197.92a7%207%200%200%201-1%20.08a6%206%200%200%201-1-11.92c17.38-2.92%2032.13-17.68%2035.08-35.08a6%206%200%201%201%2011.84%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/drop-light.svg?color=%231a73e8&size=48