brandy icon
brandy-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- brandy-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the brandy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M222 88a93.64 93.64 0 0 0-15.21-51.28a6 6 0 0 0-5-2.72H54.23a6 6 0 0 0-5 2.72A93.64 93.64 0 0 0 34 88a94.1 94.1 0 0 0 88 93.8V218H88a6 6 0 0 0 0 12h80a6 6 0 0 0 0-12h-34v-36.2A94.1 94.1 0 0 0 222 88M57.56 46h140.88a81.6 81.6 0 0 1 11.34 36H46.22a81.6 81.6 0 0 1 11.34-36M128 170a82.09 82.09 0 0 1-81.76-76h163.52A82.09 82.09 0 0 1 128 170"/></svg>
React
import type { SVGProps } from "react";
export function PhBrandyLight(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="M222 88a93.64 93.64 0 0 0-15.21-51.28a6 6 0 0 0-5-2.72H54.23a6 6 0 0 0-5 2.72A93.64 93.64 0 0 0 34 88a94.1 94.1 0 0 0 88 93.8V218H88a6 6 0 0 0 0 12h80a6 6 0 0 0 0-12h-34v-36.2A94.1 94.1 0 0 0 222 88M57.56 46h140.88a81.6 81.6 0 0 1 11.34 36H46.22a81.6 81.6 0 0 1 11.34-36M128 170a82.09 82.09 0 0 1-81.76-76h163.52A82.09 82.09 0 0 1 128 170"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M222 88a93.64 93.64 0 0 0-15.21-51.28a6 6 0 0 0-5-2.72H54.23a6 6 0 0 0-5 2.72A93.64 93.64 0 0 0 34 88a94.1 94.1 0 0 0 88 93.8V218H88a6 6 0 0 0 0 12h80a6 6 0 0 0 0-12h-34v-36.2A94.1 94.1 0 0 0 222 88M57.56 46h140.88a81.6 81.6 0 0 1 11.34 36H46.22a81.6 81.6 0 0 1 11.34-36M128 170a82.09 82.09 0 0 1-81.76-76h163.52A82.09 82.09 0 0 1 128 170"/></svg> </template>
CSS
.icon-brandy-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%22M222%2088a93.64%2093.64%200%200%200-15.21-51.28a6%206%200%200%200-5-2.72H54.23a6%206%200%200%200-5%202.72A93.64%2093.64%200%200%200%2034%2088a94.1%2094.1%200%200%200%2088%2093.8V218H88a6%206%200%200%200%200%2012h80a6%206%200%200%200%200-12h-34v-36.2A94.1%2094.1%200%200%200%20222%2088M57.56%2046h140.88a81.6%2081.6%200%200%201%2011.34%2036H46.22a81.6%2081.6%200%200%201%2011.34-36M128%20170a82.09%2082.09%200%200%201-81.76-76h163.52A82.09%2082.09%200%200%201%20128%20170%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%22M222%2088a93.64%2093.64%200%200%200-15.21-51.28a6%206%200%200%200-5-2.72H54.23a6%206%200%200%200-5%202.72A93.64%2093.64%200%200%200%2034%2088a94.1%2094.1%200%200%200%2088%2093.8V218H88a6%206%200%200%200%200%2012h80a6%206%200%200%200%200-12h-34v-36.2A94.1%2094.1%200%200%200%20222%2088M57.56%2046h140.88a81.6%2081.6%200%200%201%2011.34%2036H46.22a81.6%2081.6%200%200%201%2011.34-36M128%20170a82.09%2082.09%200%200%201-81.76-76h163.52A82.09%2082.09%200%200%201%20128%20170%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/brandy-light.svg?color=%231a73e8&size=48