sunrise-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
sunrise-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Use the sunrise icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28.01 24.222c.962 0 1.77-.874 1.77-1.945v-8.171l-.262-3.3l1.617 1.858l2.732 2.753c.327.306.742.502 1.18.502c.873 0 1.485-.59 1.485-1.464c0-.459-.153-.808-.524-1.158L29.19 6.961c-.46-.415-.787-.568-1.18-.568c-.415 0-.721.153-1.18.568l-6.817 6.336c-.371.35-.524.7-.524 1.158c0 .874.611 1.464 1.485 1.464c.415 0 .852-.197 1.158-.502l2.95-2.972l1.398-1.639l-.262 3.3v8.171c0 1.07.83 1.945 1.792 1.945m11.253 5.986c.7.678 1.858.678 2.666-.109l3.801-3.802c.809-.808.787-1.944.088-2.621c-.655-.7-1.813-.721-2.622.087l-3.802 3.802c-.786.808-.808 1.988-.13 2.643m-25.17-.109c.808.787 1.966.809 2.644.11c.677-.678.677-1.836-.131-2.644l-3.802-3.802c-.809-.808-1.923-.765-2.622-.087c-.7.655-.7 1.813.109 2.622ZM1.9 51.992h52.198c1.049 0 1.901-.786 1.901-1.77c0-.96-.852-1.747-1.9-1.747H37.471c1.485-1.967 2.381-4.392 2.381-7.014c0-6.467-5.375-11.864-11.842-11.864S16.169 34.994 16.169 41.46c0 2.622.895 5.047 2.36 7.014H1.9c-1.026.001-1.9.786-1.9 1.749c0 .983.874 1.77 1.9 1.77m2.84-9.286h5.375c1.136 0 1.989-.808 1.967-1.77c-.022-.983-.83-1.791-1.967-1.791H4.741c-1.136 0-1.944.808-1.944 1.792c0 .961.808 1.77 1.944 1.77m41.164 0h5.376c1.114 0 1.944-.808 1.944-1.77c0-.983-.83-1.791-1.944-1.791h-5.376c-1.136 0-1.988.808-1.966 1.792c.022.961.83 1.77 1.966 1.77"/></svg>

React

import type { SVGProps } from "react";

export function F7SunriseFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28.01 24.222c.962 0 1.77-.874 1.77-1.945v-8.171l-.262-3.3l1.617 1.858l2.732 2.753c.327.306.742.502 1.18.502c.873 0 1.485-.59 1.485-1.464c0-.459-.153-.808-.524-1.158L29.19 6.961c-.46-.415-.787-.568-1.18-.568c-.415 0-.721.153-1.18.568l-6.817 6.336c-.371.35-.524.7-.524 1.158c0 .874.611 1.464 1.485 1.464c.415 0 .852-.197 1.158-.502l2.95-2.972l1.398-1.639l-.262 3.3v8.171c0 1.07.83 1.945 1.792 1.945m11.253 5.986c.7.678 1.858.678 2.666-.109l3.801-3.802c.809-.808.787-1.944.088-2.621c-.655-.7-1.813-.721-2.622.087l-3.802 3.802c-.786.808-.808 1.988-.13 2.643m-25.17-.109c.808.787 1.966.809 2.644.11c.677-.678.677-1.836-.131-2.644l-3.802-3.802c-.809-.808-1.923-.765-2.622-.087c-.7.655-.7 1.813.109 2.622ZM1.9 51.992h52.198c1.049 0 1.901-.786 1.901-1.77c0-.96-.852-1.747-1.9-1.747H37.471c1.485-1.967 2.381-4.392 2.381-7.014c0-6.467-5.375-11.864-11.842-11.864S16.169 34.994 16.169 41.46c0 2.622.895 5.047 2.36 7.014H1.9c-1.026.001-1.9.786-1.9 1.749c0 .983.874 1.77 1.9 1.77m2.84-9.286h5.375c1.136 0 1.989-.808 1.967-1.77c-.022-.983-.83-1.791-1.967-1.791H4.741c-1.136 0-1.944.808-1.944 1.792c0 .961.808 1.77 1.944 1.77m41.164 0h5.376c1.114 0 1.944-.808 1.944-1.77c0-.983-.83-1.791-1.944-1.791h-5.376c-1.136 0-1.988.808-1.966 1.792c.022.961.83 1.77 1.966 1.77"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28.01 24.222c.962 0 1.77-.874 1.77-1.945v-8.171l-.262-3.3l1.617 1.858l2.732 2.753c.327.306.742.502 1.18.502c.873 0 1.485-.59 1.485-1.464c0-.459-.153-.808-.524-1.158L29.19 6.961c-.46-.415-.787-.568-1.18-.568c-.415 0-.721.153-1.18.568l-6.817 6.336c-.371.35-.524.7-.524 1.158c0 .874.611 1.464 1.485 1.464c.415 0 .852-.197 1.158-.502l2.95-2.972l1.398-1.639l-.262 3.3v8.171c0 1.07.83 1.945 1.792 1.945m11.253 5.986c.7.678 1.858.678 2.666-.109l3.801-3.802c.809-.808.787-1.944.088-2.621c-.655-.7-1.813-.721-2.622.087l-3.802 3.802c-.786.808-.808 1.988-.13 2.643m-25.17-.109c.808.787 1.966.809 2.644.11c.677-.678.677-1.836-.131-2.644l-3.802-3.802c-.809-.808-1.923-.765-2.622-.087c-.7.655-.7 1.813.109 2.622ZM1.9 51.992h52.198c1.049 0 1.901-.786 1.901-1.77c0-.96-.852-1.747-1.9-1.747H37.471c1.485-1.967 2.381-4.392 2.381-7.014c0-6.467-5.375-11.864-11.842-11.864S16.169 34.994 16.169 41.46c0 2.622.895 5.047 2.36 7.014H1.9c-1.026.001-1.9.786-1.9 1.749c0 .983.874 1.77 1.9 1.77m2.84-9.286h5.375c1.136 0 1.989-.808 1.967-1.77c-.022-.983-.83-1.791-1.967-1.791H4.741c-1.136 0-1.944.808-1.944 1.792c0 .961.808 1.77 1.944 1.77m41.164 0h5.376c1.114 0 1.944-.808 1.944-1.77c0-.983-.83-1.791-1.944-1.791h-5.376c-1.136 0-1.988.808-1.966 1.792c.022.961.83 1.77 1.966 1.77"/></svg>
</template>

CSS

.icon-sunrise-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.01%2024.222c.962%200%201.77-.874%201.77-1.945v-8.171l-.262-3.3l1.617%201.858l2.732%202.753c.327.306.742.502%201.18.502c.873%200%201.485-.59%201.485-1.464c0-.459-.153-.808-.524-1.158L29.19%206.961c-.46-.415-.787-.568-1.18-.568c-.415%200-.721.153-1.18.568l-6.817%206.336c-.371.35-.524.7-.524%201.158c0%20.874.611%201.464%201.485%201.464c.415%200%20.852-.197%201.158-.502l2.95-2.972l1.398-1.639l-.262%203.3v8.171c0%201.07.83%201.945%201.792%201.945m11.253%205.986c.7.678%201.858.678%202.666-.109l3.801-3.802c.809-.808.787-1.944.088-2.621c-.655-.7-1.813-.721-2.622.087l-3.802%203.802c-.786.808-.808%201.988-.13%202.643m-25.17-.109c.808.787%201.966.809%202.644.11c.677-.678.677-1.836-.131-2.644l-3.802-3.802c-.809-.808-1.923-.765-2.622-.087c-.7.655-.7%201.813.109%202.622ZM1.9%2051.992h52.198c1.049%200%201.901-.786%201.901-1.77c0-.96-.852-1.747-1.9-1.747H37.471c1.485-1.967%202.381-4.392%202.381-7.014c0-6.467-5.375-11.864-11.842-11.864S16.169%2034.994%2016.169%2041.46c0%202.622.895%205.047%202.36%207.014H1.9c-1.026.001-1.9.786-1.9%201.749c0%20.983.874%201.77%201.9%201.77m2.84-9.286h5.375c1.136%200%201.989-.808%201.967-1.77c-.022-.983-.83-1.791-1.967-1.791H4.741c-1.136%200-1.944.808-1.944%201.792c0%20.961.808%201.77%201.944%201.77m41.164%200h5.376c1.114%200%201.944-.808%201.944-1.77c0-.983-.83-1.791-1.944-1.791h-5.376c-1.136%200-1.988.808-1.966%201.792c.022.961.83%201.77%201.966%201.77%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.01%2024.222c.962%200%201.77-.874%201.77-1.945v-8.171l-.262-3.3l1.617%201.858l2.732%202.753c.327.306.742.502%201.18.502c.873%200%201.485-.59%201.485-1.464c0-.459-.153-.808-.524-1.158L29.19%206.961c-.46-.415-.787-.568-1.18-.568c-.415%200-.721.153-1.18.568l-6.817%206.336c-.371.35-.524.7-.524%201.158c0%20.874.611%201.464%201.485%201.464c.415%200%20.852-.197%201.158-.502l2.95-2.972l1.398-1.639l-.262%203.3v8.171c0%201.07.83%201.945%201.792%201.945m11.253%205.986c.7.678%201.858.678%202.666-.109l3.801-3.802c.809-.808.787-1.944.088-2.621c-.655-.7-1.813-.721-2.622.087l-3.802%203.802c-.786.808-.808%201.988-.13%202.643m-25.17-.109c.808.787%201.966.809%202.644.11c.677-.678.677-1.836-.131-2.644l-3.802-3.802c-.809-.808-1.923-.765-2.622-.087c-.7.655-.7%201.813.109%202.622ZM1.9%2051.992h52.198c1.049%200%201.901-.786%201.901-1.77c0-.96-.852-1.747-1.9-1.747H37.471c1.485-1.967%202.381-4.392%202.381-7.014c0-6.467-5.375-11.864-11.842-11.864S16.169%2034.994%2016.169%2041.46c0%202.622.895%205.047%202.36%207.014H1.9c-1.026.001-1.9.786-1.9%201.749c0%20.983.874%201.77%201.9%201.77m2.84-9.286h5.375c1.136%200%201.989-.808%201.967-1.77c-.022-.983-.83-1.791-1.967-1.791H4.741c-1.136%200-1.944.808-1.944%201.792c0%20.961.808%201.77%201.944%201.77m41.164%200h5.376c1.114%200%201.944-.808%201.944-1.77c0-.983-.83-1.791-1.944-1.791h-5.376c-1.136%200-1.988.808-1.966%201.792c.022.961.83%201.77%201.966%201.77%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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