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

Name
sunset-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 sunset 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.394 0 .722-.153 1.18-.568l6.818-6.358c.371-.35.524-.7.524-1.158c0-.853-.612-1.464-1.486-1.464c-.437 0-.852.196-1.18.502l-2.73 2.753l-1.617 1.88l.262-3.3V8.316c0-1.071-.809-1.923-1.77-1.923c-.962 0-1.792.852-1.792 1.923v8.193l.262 3.3l-1.398-1.661l-2.95-2.972c-.305-.306-.742-.502-1.158-.502c-.874 0-1.485.612-1.485 1.464c0 .458.153.808.524 1.158l6.817 6.358c.459.415.765.568 1.18.568m11.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 F7SunsetFill(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.394 0 .722-.153 1.18-.568l6.818-6.358c.371-.35.524-.7.524-1.158c0-.853-.612-1.464-1.486-1.464c-.437 0-.852.196-1.18.502l-2.73 2.753l-1.617 1.88l.262-3.3V8.316c0-1.071-.809-1.923-1.77-1.923c-.962 0-1.792.852-1.792 1.923v8.193l.262 3.3l-1.398-1.661l-2.95-2.972c-.305-.306-.742-.502-1.158-.502c-.874 0-1.485.612-1.485 1.464c0 .458.153.808.524 1.158l6.817 6.358c.459.415.765.568 1.18.568m11.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.394 0 .722-.153 1.18-.568l6.818-6.358c.371-.35.524-.7.524-1.158c0-.853-.612-1.464-1.486-1.464c-.437 0-.852.196-1.18.502l-2.73 2.753l-1.617 1.88l.262-3.3V8.316c0-1.071-.809-1.923-1.77-1.923c-.962 0-1.792.852-1.792 1.923v8.193l.262 3.3l-1.398-1.661l-2.95-2.972c-.305-.306-.742-.502-1.158-.502c-.874 0-1.485.612-1.485 1.464c0 .458.153.808.524 1.158l6.817 6.358c.459.415.765.568 1.18.568m11.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-sunset-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.394%200%20.722-.153%201.18-.568l6.818-6.358c.371-.35.524-.7.524-1.158c0-.853-.612-1.464-1.486-1.464c-.437%200-.852.196-1.18.502l-2.73%202.753l-1.617%201.88l.262-3.3V8.316c0-1.071-.809-1.923-1.77-1.923c-.962%200-1.792.852-1.792%201.923v8.193l.262%203.3l-1.398-1.661l-2.95-2.972c-.305-.306-.742-.502-1.158-.502c-.874%200-1.485.612-1.485%201.464c0%20.458.153.808.524%201.158l6.817%206.358c.459.415.765.568%201.18.568m11.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.394%200%20.722-.153%201.18-.568l6.818-6.358c.371-.35.524-.7.524-1.158c0-.853-.612-1.464-1.486-1.464c-.437%200-.852.196-1.18.502l-2.73%202.753l-1.617%201.88l.262-3.3V8.316c0-1.071-.809-1.923-1.77-1.923c-.962%200-1.792.852-1.792%201.923v8.193l.262%203.3l-1.398-1.661l-2.95-2.972c-.305-.306-.742-.502-1.158-.502c-.874%200-1.485.612-1.485%201.464c0%20.458.153.808.524%201.158l6.817%206.358c.459.415.765.568%201.18.568m11.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/sunset-fill.svg?color=%231a73e8&size=48