sun horizon icon

sun-horizon-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
sun-horizon-fill
Set
Phosphor
Style
Fill
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="M248 160a8 8 0 0 1-8 8H16a8 8 0 0 1 0-16h40.45a74 74 0 0 1-.45-8a72 72 0 0 1 144 0a74 74 0 0 1-.45 8H240a8 8 0 0 1 8 8m-40 32H48a8 8 0 0 0 0 16h160a8 8 0 0 0 0-16M80.84 59.58a8 8 0 0 0 14.32-7.16l-8-16a8 8 0 0 0-14.32 7.16Zm-60.42 43.58l16 8a8 8 0 1 0 7.16-14.31l-16-8a8 8 0 1 0-7.16 14.31M216 112a8 8 0 0 0 3.57-.84l16-8a8 8 0 1 0-7.16-14.31l-16 8A8 8 0 0 0 216 112m-51.58-48.84a8 8 0 0 0 10.74-3.58l8-16a8 8 0 0 0-14.32-7.16l-8 16a8 8 0 0 0 3.58 10.74"/></svg>

React

import type { SVGProps } from "react";

export function PhSunHorizonFill(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="M248 160a8 8 0 0 1-8 8H16a8 8 0 0 1 0-16h40.45a74 74 0 0 1-.45-8a72 72 0 0 1 144 0a74 74 0 0 1-.45 8H240a8 8 0 0 1 8 8m-40 32H48a8 8 0 0 0 0 16h160a8 8 0 0 0 0-16M80.84 59.58a8 8 0 0 0 14.32-7.16l-8-16a8 8 0 0 0-14.32 7.16Zm-60.42 43.58l16 8a8 8 0 1 0 7.16-14.31l-16-8a8 8 0 1 0-7.16 14.31M216 112a8 8 0 0 0 3.57-.84l16-8a8 8 0 1 0-7.16-14.31l-16 8A8 8 0 0 0 216 112m-51.58-48.84a8 8 0 0 0 10.74-3.58l8-16a8 8 0 0 0-14.32-7.16l-8 16a8 8 0 0 0 3.58 10.74"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M248 160a8 8 0 0 1-8 8H16a8 8 0 0 1 0-16h40.45a74 74 0 0 1-.45-8a72 72 0 0 1 144 0a74 74 0 0 1-.45 8H240a8 8 0 0 1 8 8m-40 32H48a8 8 0 0 0 0 16h160a8 8 0 0 0 0-16M80.84 59.58a8 8 0 0 0 14.32-7.16l-8-16a8 8 0 0 0-14.32 7.16Zm-60.42 43.58l16 8a8 8 0 1 0 7.16-14.31l-16-8a8 8 0 1 0-7.16 14.31M216 112a8 8 0 0 0 3.57-.84l16-8a8 8 0 1 0-7.16-14.31l-16 8A8 8 0 0 0 216 112m-51.58-48.84a8 8 0 0 0 10.74-3.58l8-16a8 8 0 0 0-14.32-7.16l-8 16a8 8 0 0 0 3.58 10.74"/></svg>
</template>

CSS

.icon-sun-horizon-fill {
  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%22M248%20160a8%208%200%200%201-8%208H16a8%208%200%200%201%200-16h40.45a74%2074%200%200%201-.45-8a72%2072%200%200%201%20144%200a74%2074%200%200%201-.45%208H240a8%208%200%200%201%208%208m-40%2032H48a8%208%200%200%200%200%2016h160a8%208%200%200%200%200-16M80.84%2059.58a8%208%200%200%200%2014.32-7.16l-8-16a8%208%200%200%200-14.32%207.16Zm-60.42%2043.58l16%208a8%208%200%201%200%207.16-14.31l-16-8a8%208%200%201%200-7.16%2014.31M216%20112a8%208%200%200%200%203.57-.84l16-8a8%208%200%201%200-7.16-14.31l-16%208A8%208%200%200%200%20216%20112m-51.58-48.84a8%208%200%200%200%2010.74-3.58l8-16a8%208%200%200%200-14.32-7.16l-8%2016a8%208%200%200%200%203.58%2010.74%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%22M248%20160a8%208%200%200%201-8%208H16a8%208%200%200%201%200-16h40.45a74%2074%200%200%201-.45-8a72%2072%200%200%201%20144%200a74%2074%200%200%201-.45%208H240a8%208%200%200%201%208%208m-40%2032H48a8%208%200%200%200%200%2016h160a8%208%200%200%200%200-16M80.84%2059.58a8%208%200%200%200%2014.32-7.16l-8-16a8%208%200%200%200-14.32%207.16Zm-60.42%2043.58l16%208a8%208%200%201%200%207.16-14.31l-16-8a8%208%200%201%200-7.16%2014.31M216%20112a8%208%200%200%200%203.57-.84l16-8a8%208%200%201%200-7.16-14.31l-16%208A8%208%200%200%200%20216%20112m-51.58-48.84a8%208%200%200%200%2010.74-3.58l8-16a8%208%200%200%200-14.32-7.16l-8%2016a8%208%200%200%200%203.58%2010.74%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/sun-horizon-fill.svg?color=%231a73e8&size=48