sunrise from IconPark Outline by ByteDance · Outline · Travel · Apache-2.0 Free for personal and commercial use.

Name
sunrise
Set
IconPark Outline
Style
Outline
Category
Travel
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More travel icons from IconPark Outline

Use the sunrise icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M4 24h3m3-14l2 2m12-8v3M14 24c0-5.522 4.478-10 10-10s10 4.478 10 10a9.99 9.99 0 0 1-4.215 8.158M38 10l-2 2m8 12h-3m-3.019 13.982l-1.62-1.62"/><path d="M23.5 28c-3 0-9.5.2-9.5 3s4.606 2.79 7 3c2 .175 5.462 1.688 5 4c-1 5-17 4-21 4"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineSunrise(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M4 24h3m3-14l2 2m12-8v3M14 24c0-5.522 4.478-10 10-10s10 4.478 10 10a9.99 9.99 0 0 1-4.215 8.158M38 10l-2 2m8 12h-3m-3.019 13.982l-1.62-1.62"/><path d="M23.5 28c-3 0-9.5.2-9.5 3s4.606 2.79 7 3c2 .175 5.462 1.688 5 4c-1 5-17 4-21 4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M4 24h3m3-14l2 2m12-8v3M14 24c0-5.522 4.478-10 10-10s10 4.478 10 10a9.99 9.99 0 0 1-4.215 8.158M38 10l-2 2m8 12h-3m-3.019 13.982l-1.62-1.62"/><path d="M23.5 28c-3 0-9.5.2-9.5 3s4.606 2.79 7 3c2 .175 5.462 1.688 5 4c-1 5-17 4-21 4"/></g></svg>
</template>

CSS

.icon-sunrise {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M4%2024h3m3-14l2%202m12-8v3M14%2024c0-5.522%204.478-10%2010-10s10%204.478%2010%2010a9.99%209.99%200%200%201-4.215%208.158M38%2010l-2%202m8%2012h-3m-3.019%2013.982l-1.62-1.62%22%2F%3E%3Cpath%20d%3D%22M23.5%2028c-3%200-9.5.2-9.5%203s4.606%202.79%207%203c2%20.175%205.462%201.688%205%204c-1%205-17%204-21%204%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M4%2024h3m3-14l2%202m12-8v3M14%2024c0-5.522%204.478-10%2010-10s10%204.478%2010%2010a9.99%209.99%200%200%201-4.215%208.158M38%2010l-2%202m8%2012h-3m-3.019%2013.982l-1.62-1.62%22%2F%3E%3Cpath%20d%3D%22M23.5%2028c-3%200-9.5.2-9.5%203s4.606%202.79%207%203c2%20.175%205.462%201.688%205%204c-1%205-17%204-21%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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