sun horizon icon

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

Name
sun-horizon
Set
Phosphor
Style
Regular
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 152h-40.45a74 74 0 0 0 .45-8a72 72 0 0 0-144 0a74 74 0 0 0 .45 8H16a8 8 0 0 0 0 16h224a8 8 0 0 0 0-16m-168-8a56 56 0 1 1 111.41 8H72.59a56 56 0 0 1-.59-8m144 56a8 8 0 0 1-8 8H48a8 8 0 0 1 0-16h160a8 8 0 0 1 8 8M72.84 43.58a8 8 0 0 1 14.32-7.16l8 16a8 8 0 0 1-14.32 7.16Zm-56 48.84a8 8 0 0 1 10.74-3.57l16 8a8 8 0 0 1-7.16 14.31l-16-8a8 8 0 0 1-3.58-10.74m192 15.16a8 8 0 0 1 3.58-10.73l16-8a8 8 0 1 1 7.16 14.31l-16 8a8 8 0 0 1-10.74-3.58m-48-55.16l8-16a8 8 0 0 1 14.32 7.16l-8 16a8 8 0 1 1-14.32-7.16"/></svg>

React

import type { SVGProps } from "react";

export function PhSunHorizon(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 152h-40.45a74 74 0 0 0 .45-8a72 72 0 0 0-144 0a74 74 0 0 0 .45 8H16a8 8 0 0 0 0 16h224a8 8 0 0 0 0-16m-168-8a56 56 0 1 1 111.41 8H72.59a56 56 0 0 1-.59-8m144 56a8 8 0 0 1-8 8H48a8 8 0 0 1 0-16h160a8 8 0 0 1 8 8M72.84 43.58a8 8 0 0 1 14.32-7.16l8 16a8 8 0 0 1-14.32 7.16Zm-56 48.84a8 8 0 0 1 10.74-3.57l16 8a8 8 0 0 1-7.16 14.31l-16-8a8 8 0 0 1-3.58-10.74m192 15.16a8 8 0 0 1 3.58-10.73l16-8a8 8 0 1 1 7.16 14.31l-16 8a8 8 0 0 1-10.74-3.58m-48-55.16l8-16a8 8 0 0 1 14.32 7.16l-8 16a8 8 0 1 1-14.32-7.16"/></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 152h-40.45a74 74 0 0 0 .45-8a72 72 0 0 0-144 0a74 74 0 0 0 .45 8H16a8 8 0 0 0 0 16h224a8 8 0 0 0 0-16m-168-8a56 56 0 1 1 111.41 8H72.59a56 56 0 0 1-.59-8m144 56a8 8 0 0 1-8 8H48a8 8 0 0 1 0-16h160a8 8 0 0 1 8 8M72.84 43.58a8 8 0 0 1 14.32-7.16l8 16a8 8 0 0 1-14.32 7.16Zm-56 48.84a8 8 0 0 1 10.74-3.57l16 8a8 8 0 0 1-7.16 14.31l-16-8a8 8 0 0 1-3.58-10.74m192 15.16a8 8 0 0 1 3.58-10.73l16-8a8 8 0 1 1 7.16 14.31l-16 8a8 8 0 0 1-10.74-3.58m-48-55.16l8-16a8 8 0 0 1 14.32 7.16l-8 16a8 8 0 1 1-14.32-7.16"/></svg>
</template>

CSS

.icon-sun-horizon {
  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%20152h-40.45a74%2074%200%200%200%20.45-8a72%2072%200%200%200-144%200a74%2074%200%200%200%20.45%208H16a8%208%200%200%200%200%2016h224a8%208%200%200%200%200-16m-168-8a56%2056%200%201%201%20111.41%208H72.59a56%2056%200%200%201-.59-8m144%2056a8%208%200%200%201-8%208H48a8%208%200%200%201%200-16h160a8%208%200%200%201%208%208M72.84%2043.58a8%208%200%200%201%2014.32-7.16l8%2016a8%208%200%200%201-14.32%207.16Zm-56%2048.84a8%208%200%200%201%2010.74-3.57l16%208a8%208%200%200%201-7.16%2014.31l-16-8a8%208%200%200%201-3.58-10.74m192%2015.16a8%208%200%200%201%203.58-10.73l16-8a8%208%200%201%201%207.16%2014.31l-16%208a8%208%200%200%201-10.74-3.58m-48-55.16l8-16a8%208%200%200%201%2014.32%207.16l-8%2016a8%208%200%201%201-14.32-7.16%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%20152h-40.45a74%2074%200%200%200%20.45-8a72%2072%200%200%200-144%200a74%2074%200%200%200%20.45%208H16a8%208%200%200%200%200%2016h224a8%208%200%200%200%200-16m-168-8a56%2056%200%201%201%20111.41%208H72.59a56%2056%200%200%201-.59-8m144%2056a8%208%200%200%201-8%208H48a8%208%200%200%201%200-16h160a8%208%200%200%201%208%208M72.84%2043.58a8%208%200%200%201%2014.32-7.16l8%2016a8%208%200%200%201-14.32%207.16Zm-56%2048.84a8%208%200%200%201%2010.74-3.57l16%208a8%208%200%200%201-7.16%2014.31l-16-8a8%208%200%200%201-3.58-10.74m192%2015.16a8%208%200%200%201%203.58-10.73l16-8a8%208%200%201%201%207.16%2014.31l-16%208a8%208%200%200%201-10.74-3.58m-48-55.16l8-16a8%208%200%200%201%2014.32%207.16l-8%2016a8%208%200%201%201-14.32-7.16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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