orange icon
orange-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- orange-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 orange icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M161.15 72.65A62.08 62.08 0 0 0 198 16a6 6 0 0 0-6-6h-8a62.08 62.08 0 0 0-56 35.42A62.08 62.08 0 0 0 72 10h-8a6 6 0 0 0 0 12h8a50.06 50.06 0 0 1 49.66 44.26a85.95 85.95 0 1 0 39.49 6.39M184 22h1.64A50.07 50.07 0 0 1 136 66h-1.64A50.07 50.07 0 0 1 184 22m-56 204a74 74 0 1 1 74-74a74.09 74.09 0 0 1-74 74m53.92-65A55.48 55.48 0 0 1 137 205.92a7 7 0 0 1-1 .08a6 6 0 0 1-1-11.92A43.29 43.29 0 0 0 170.08 159a6 6 0 1 1 11.84 2"/></svg>
React
import type { SVGProps } from "react";
export function PhOrangeLight(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="M161.15 72.65A62.08 62.08 0 0 0 198 16a6 6 0 0 0-6-6h-8a62.08 62.08 0 0 0-56 35.42A62.08 62.08 0 0 0 72 10h-8a6 6 0 0 0 0 12h8a50.06 50.06 0 0 1 49.66 44.26a85.95 85.95 0 1 0 39.49 6.39M184 22h1.64A50.07 50.07 0 0 1 136 66h-1.64A50.07 50.07 0 0 1 184 22m-56 204a74 74 0 1 1 74-74a74.09 74.09 0 0 1-74 74m53.92-65A55.48 55.48 0 0 1 137 205.92a7 7 0 0 1-1 .08a6 6 0 0 1-1-11.92A43.29 43.29 0 0 0 170.08 159a6 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="M161.15 72.65A62.08 62.08 0 0 0 198 16a6 6 0 0 0-6-6h-8a62.08 62.08 0 0 0-56 35.42A62.08 62.08 0 0 0 72 10h-8a6 6 0 0 0 0 12h8a50.06 50.06 0 0 1 49.66 44.26a85.95 85.95 0 1 0 39.49 6.39M184 22h1.64A50.07 50.07 0 0 1 136 66h-1.64A50.07 50.07 0 0 1 184 22m-56 204a74 74 0 1 1 74-74a74.09 74.09 0 0 1-74 74m53.92-65A55.48 55.48 0 0 1 137 205.92a7 7 0 0 1-1 .08a6 6 0 0 1-1-11.92A43.29 43.29 0 0 0 170.08 159a6 6 0 1 1 11.84 2"/></svg> </template>
CSS
.icon-orange-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%22M161.15%2072.65A62.08%2062.08%200%200%200%20198%2016a6%206%200%200%200-6-6h-8a62.08%2062.08%200%200%200-56%2035.42A62.08%2062.08%200%200%200%2072%2010h-8a6%206%200%200%200%200%2012h8a50.06%2050.06%200%200%201%2049.66%2044.26a85.95%2085.95%200%201%200%2039.49%206.39M184%2022h1.64A50.07%2050.07%200%200%201%20136%2066h-1.64A50.07%2050.07%200%200%201%20184%2022m-56%20204a74%2074%200%201%201%2074-74a74.09%2074.09%200%200%201-74%2074m53.92-65A55.48%2055.48%200%200%201%20137%20205.92a7%207%200%200%201-1%20.08a6%206%200%200%201-1-11.92A43.29%2043.29%200%200%200%20170.08%20159a6%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%22M161.15%2072.65A62.08%2062.08%200%200%200%20198%2016a6%206%200%200%200-6-6h-8a62.08%2062.08%200%200%200-56%2035.42A62.08%2062.08%200%200%200%2072%2010h-8a6%206%200%200%200%200%2012h8a50.06%2050.06%200%200%201%2049.66%2044.26a85.95%2085.95%200%201%200%2039.49%206.39M184%2022h1.64A50.07%2050.07%200%200%201%20136%2066h-1.64A50.07%2050.07%200%200%201%20184%2022m-56%20204a74%2074%200%201%201%2074-74a74.09%2074.09%200%200%201-74%2074m53.92-65A55.48%2055.48%200%200%201%20137%20205.92a7%207%200%200%201-1%20.08a6%206%200%200%201-1-11.92A43.29%2043.29%200%200%200%20170.08%20159a6%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/orange-light.svg?color=%231a73e8&size=48