sun horizon icon
sun-horizon-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- sun-horizon-thin
- Set
- Phosphor
- Style
- Thin
- 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 156h-45.06A68 68 0 1 0 60 144a68.7 68.7 0 0 0 1.06 12H16a4 4 0 0 0 0 8h224a4 4 0 0 0 0-8M68 144a60 60 0 1 1 118.79 12H69.21A60 60 0 0 1 68 144m144 56a4 4 0 0 1-4 4H48a4 4 0 0 1 0-8h160a4 4 0 0 1 4 4M76.42 41.79a4 4 0 0 1 7.16-3.58l8 16a4 4 0 0 1-7.16 3.58Zm-56 52.42a4 4 0 0 1 5.37-1.79l16 8a4 4 0 0 1-3.58 7.16l-16-8a4 4 0 0 1-1.79-5.37m192 11.58a4 4 0 0 1 1.79-5.37l16-8a4 4 0 1 1 3.58 7.16l-16 8a4 4 0 0 1-5.37-1.79m-48-51.58l8-16a4 4 0 1 1 7.16 3.58l-8 16a4 4 0 0 1-7.16-3.58"/></svg>
React
import type { SVGProps } from "react";
export function PhSunHorizonThin(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 156h-45.06A68 68 0 1 0 60 144a68.7 68.7 0 0 0 1.06 12H16a4 4 0 0 0 0 8h224a4 4 0 0 0 0-8M68 144a60 60 0 1 1 118.79 12H69.21A60 60 0 0 1 68 144m144 56a4 4 0 0 1-4 4H48a4 4 0 0 1 0-8h160a4 4 0 0 1 4 4M76.42 41.79a4 4 0 0 1 7.16-3.58l8 16a4 4 0 0 1-7.16 3.58Zm-56 52.42a4 4 0 0 1 5.37-1.79l16 8a4 4 0 0 1-3.58 7.16l-16-8a4 4 0 0 1-1.79-5.37m192 11.58a4 4 0 0 1 1.79-5.37l16-8a4 4 0 1 1 3.58 7.16l-16 8a4 4 0 0 1-5.37-1.79m-48-51.58l8-16a4 4 0 1 1 7.16 3.58l-8 16a4 4 0 0 1-7.16-3.58"/></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 156h-45.06A68 68 0 1 0 60 144a68.7 68.7 0 0 0 1.06 12H16a4 4 0 0 0 0 8h224a4 4 0 0 0 0-8M68 144a60 60 0 1 1 118.79 12H69.21A60 60 0 0 1 68 144m144 56a4 4 0 0 1-4 4H48a4 4 0 0 1 0-8h160a4 4 0 0 1 4 4M76.42 41.79a4 4 0 0 1 7.16-3.58l8 16a4 4 0 0 1-7.16 3.58Zm-56 52.42a4 4 0 0 1 5.37-1.79l16 8a4 4 0 0 1-3.58 7.16l-16-8a4 4 0 0 1-1.79-5.37m192 11.58a4 4 0 0 1 1.79-5.37l16-8a4 4 0 1 1 3.58 7.16l-16 8a4 4 0 0 1-5.37-1.79m-48-51.58l8-16a4 4 0 1 1 7.16 3.58l-8 16a4 4 0 0 1-7.16-3.58"/></svg> </template>
CSS
.icon-sun-horizon-thin {
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%20156h-45.06A68%2068%200%201%200%2060%20144a68.7%2068.7%200%200%200%201.06%2012H16a4%204%200%200%200%200%208h224a4%204%200%200%200%200-8M68%20144a60%2060%200%201%201%20118.79%2012H69.21A60%2060%200%200%201%2068%20144m144%2056a4%204%200%200%201-4%204H48a4%204%200%200%201%200-8h160a4%204%200%200%201%204%204M76.42%2041.79a4%204%200%200%201%207.16-3.58l8%2016a4%204%200%200%201-7.16%203.58Zm-56%2052.42a4%204%200%200%201%205.37-1.79l16%208a4%204%200%200%201-3.58%207.16l-16-8a4%204%200%200%201-1.79-5.37m192%2011.58a4%204%200%200%201%201.79-5.37l16-8a4%204%200%201%201%203.58%207.16l-16%208a4%204%200%200%201-5.37-1.79m-48-51.58l8-16a4%204%200%201%201%207.16%203.58l-8%2016a4%204%200%200%201-7.16-3.58%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%20156h-45.06A68%2068%200%201%200%2060%20144a68.7%2068.7%200%200%200%201.06%2012H16a4%204%200%200%200%200%208h224a4%204%200%200%200%200-8M68%20144a60%2060%200%201%201%20118.79%2012H69.21A60%2060%200%200%201%2068%20144m144%2056a4%204%200%200%201-4%204H48a4%204%200%200%201%200-8h160a4%204%200%200%201%204%204M76.42%2041.79a4%204%200%200%201%207.16-3.58l8%2016a4%204%200%200%201-7.16%203.58Zm-56%2052.42a4%204%200%200%201%205.37-1.79l16%208a4%204%200%200%201-3.58%207.16l-16-8a4%204%200%200%201-1.79-5.37m192%2011.58a4%204%200%200%201%201.79-5.37l16-8a4%204%200%201%201%203.58%207.16l-16%208a4%204%200%200%201-5.37-1.79m-48-51.58l8-16a4%204%200%201%201%207.16%203.58l-8%2016a4%204%200%200%201-7.16-3.58%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/sun-horizon-thin.svg?color=%231a73e8&size=48