sun horizon icon
sun-horizon-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- sun-horizon-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the sun horizon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 154h-42.72a71 71 0 0 0 .72-10a70 70 0 0 0-140 0a71 71 0 0 0 .72 10H16a6 6 0 0 0 0 12h224a6 6 0 0 0 0-12M70 144a58 58 0 1 1 115.13 10H70.87a58.6 58.6 0 0 1-.87-10m144 56a6 6 0 0 1-6 6H48a6 6 0 0 1 0-12h160a6 6 0 0 1 6 6M74.63 42.69a6 6 0 0 1 10.74-5.37l8 16a6 6 0 0 1-10.74 5.36Zm-56 50.63a6 6 0 0 1 8.05-2.69l16 8a6 6 0 0 1-5.36 10.74l-16-8a6 6 0 0 1-2.69-8.05m192 13.36a6 6 0 0 1 2.69-8.05l16-8a6 6 0 1 1 5.36 10.74l-16 8a6 6 0 0 1-8.05-2.69m-48-53.36l8-16a6 6 0 0 1 10.74 5.37l-8 16a6 6 0 1 1-10.74-5.36Z"/></svg>
React
import type { SVGProps } from "react";
export function PhSunHorizonLight(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="M240 154h-42.72a71 71 0 0 0 .72-10a70 70 0 0 0-140 0a71 71 0 0 0 .72 10H16a6 6 0 0 0 0 12h224a6 6 0 0 0 0-12M70 144a58 58 0 1 1 115.13 10H70.87a58.6 58.6 0 0 1-.87-10m144 56a6 6 0 0 1-6 6H48a6 6 0 0 1 0-12h160a6 6 0 0 1 6 6M74.63 42.69a6 6 0 0 1 10.74-5.37l8 16a6 6 0 0 1-10.74 5.36Zm-56 50.63a6 6 0 0 1 8.05-2.69l16 8a6 6 0 0 1-5.36 10.74l-16-8a6 6 0 0 1-2.69-8.05m192 13.36a6 6 0 0 1 2.69-8.05l16-8a6 6 0 1 1 5.36 10.74l-16 8a6 6 0 0 1-8.05-2.69m-48-53.36l8-16a6 6 0 0 1 10.74 5.37l-8 16a6 6 0 1 1-10.74-5.36Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 154h-42.72a71 71 0 0 0 .72-10a70 70 0 0 0-140 0a71 71 0 0 0 .72 10H16a6 6 0 0 0 0 12h224a6 6 0 0 0 0-12M70 144a58 58 0 1 1 115.13 10H70.87a58.6 58.6 0 0 1-.87-10m144 56a6 6 0 0 1-6 6H48a6 6 0 0 1 0-12h160a6 6 0 0 1 6 6M74.63 42.69a6 6 0 0 1 10.74-5.37l8 16a6 6 0 0 1-10.74 5.36Zm-56 50.63a6 6 0 0 1 8.05-2.69l16 8a6 6 0 0 1-5.36 10.74l-16-8a6 6 0 0 1-2.69-8.05m192 13.36a6 6 0 0 1 2.69-8.05l16-8a6 6 0 1 1 5.36 10.74l-16 8a6 6 0 0 1-8.05-2.69m-48-53.36l8-16a6 6 0 0 1 10.74 5.37l-8 16a6 6 0 1 1-10.74-5.36Z"/></svg> </template>
CSS
.icon-sun-horizon-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%22M240%20154h-42.72a71%2071%200%200%200%20.72-10a70%2070%200%200%200-140%200a71%2071%200%200%200%20.72%2010H16a6%206%200%200%200%200%2012h224a6%206%200%200%200%200-12M70%20144a58%2058%200%201%201%20115.13%2010H70.87a58.6%2058.6%200%200%201-.87-10m144%2056a6%206%200%200%201-6%206H48a6%206%200%200%201%200-12h160a6%206%200%200%201%206%206M74.63%2042.69a6%206%200%200%201%2010.74-5.37l8%2016a6%206%200%200%201-10.74%205.36Zm-56%2050.63a6%206%200%200%201%208.05-2.69l16%208a6%206%200%200%201-5.36%2010.74l-16-8a6%206%200%200%201-2.69-8.05m192%2013.36a6%206%200%200%201%202.69-8.05l16-8a6%206%200%201%201%205.36%2010.74l-16%208a6%206%200%200%201-8.05-2.69m-48-53.36l8-16a6%206%200%200%201%2010.74%205.37l-8%2016a6%206%200%201%201-10.74-5.36Z%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%22M240%20154h-42.72a71%2071%200%200%200%20.72-10a70%2070%200%200%200-140%200a71%2071%200%200%200%20.72%2010H16a6%206%200%200%200%200%2012h224a6%206%200%200%200%200-12M70%20144a58%2058%200%201%201%20115.13%2010H70.87a58.6%2058.6%200%200%201-.87-10m144%2056a6%206%200%200%201-6%206H48a6%206%200%200%201%200-12h160a6%206%200%200%201%206%206M74.63%2042.69a6%206%200%200%201%2010.74-5.37l8%2016a6%206%200%200%201-10.74%205.36Zm-56%2050.63a6%206%200%200%201%208.05-2.69l16%208a6%206%200%200%201-5.36%2010.74l-16-8a6%206%200%200%201-2.69-8.05m192%2013.36a6%206%200%200%201%202.69-8.05l16-8a6%206%200%201%201%205.36%2010.74l-16%208a6%206%200%200%201-8.05-2.69m-48-53.36l8-16a6%206%200%200%201%2010.74%205.37l-8%2016a6%206%200%201%201-10.74-5.36Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/sun-horizon-light.svg?color=%231a73e8&size=48