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

Name
sunset
Set
Framework7 Icons
Style
Outline
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.25c.394 0 .722-.153 1.18-.568l6.818-6.358c.371-.35.524-.7.524-1.158c0-.852-.612-1.464-1.486-1.464c-.437 0-.852.197-1.18.503l-2.73 2.753l-1.617 1.879l.262-3.3V8.344c0-1.07-.809-1.923-1.77-1.923c-.962 0-1.792.852-1.792 1.923v8.193l.262 3.3l-1.398-1.66l-2.95-2.972c-.305-.306-.742-.503-1.158-.503c-.874 0-1.485.612-1.485 1.464c0 .459.153.808.524 1.158l6.817 6.358c.459.415.765.568 1.18.568m11.253 5.987c.7.677 1.858.677 2.666-.11l3.801-3.801c.809-.809.787-1.945.088-2.622c-.655-.7-1.813-.721-2.622.087l-3.802 3.802c-.786.809-.808 1.988-.13 2.644m-25.17-.11c.808.787 1.966.81 2.644.11c.677-.677.677-1.835-.131-2.644l-3.802-3.802c-.809-.808-1.923-.764-2.622-.087c-.7.655-.7 1.813.109 2.622ZM1.9 51.956h52.198c1.049 0 1.901-.786 1.901-1.77c0-.961-.852-1.748-1.9-1.748H37.69a11.7 11.7 0 0 0 2.273-6.926c0-6.555-5.441-11.973-11.952-11.973c-6.533 0-11.952 5.418-11.952 11.973c0 2.6.83 4.982 2.273 6.926H1.9c-1.026-.001-1.9.786-1.9 1.747c0 .984.874 1.77 1.9 1.77m17.676-10.444c0-4.632 3.802-8.434 8.434-8.434s8.434 3.802 8.434 8.434a8.3 8.3 0 0 1-3.736 6.926H23.29a8.33 8.33 0 0 1-3.714-6.926M4.741 42.735h5.375c1.136 0 1.989-.809 1.967-1.77c-.022-.983-.83-1.792-1.967-1.792H4.741c-1.136 0-1.944.809-1.944 1.792c0 .961.808 1.77 1.944 1.77m41.164 0h5.376c1.114 0 1.944-.809 1.944-1.77c0-.983-.83-1.792-1.944-1.792h-5.376c-1.136 0-1.988.809-1.966 1.792c.022.961.83 1.77 1.966 1.77"/></svg>

React

import type { SVGProps } from "react";

export function F7Sunset(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.25c.394 0 .722-.153 1.18-.568l6.818-6.358c.371-.35.524-.7.524-1.158c0-.852-.612-1.464-1.486-1.464c-.437 0-.852.197-1.18.503l-2.73 2.753l-1.617 1.879l.262-3.3V8.344c0-1.07-.809-1.923-1.77-1.923c-.962 0-1.792.852-1.792 1.923v8.193l.262 3.3l-1.398-1.66l-2.95-2.972c-.305-.306-.742-.503-1.158-.503c-.874 0-1.485.612-1.485 1.464c0 .459.153.808.524 1.158l6.817 6.358c.459.415.765.568 1.18.568m11.253 5.987c.7.677 1.858.677 2.666-.11l3.801-3.801c.809-.809.787-1.945.088-2.622c-.655-.7-1.813-.721-2.622.087l-3.802 3.802c-.786.809-.808 1.988-.13 2.644m-25.17-.11c.808.787 1.966.81 2.644.11c.677-.677.677-1.835-.131-2.644l-3.802-3.802c-.809-.808-1.923-.764-2.622-.087c-.7.655-.7 1.813.109 2.622ZM1.9 51.956h52.198c1.049 0 1.901-.786 1.901-1.77c0-.961-.852-1.748-1.9-1.748H37.69a11.7 11.7 0 0 0 2.273-6.926c0-6.555-5.441-11.973-11.952-11.973c-6.533 0-11.952 5.418-11.952 11.973c0 2.6.83 4.982 2.273 6.926H1.9c-1.026-.001-1.9.786-1.9 1.747c0 .984.874 1.77 1.9 1.77m17.676-10.444c0-4.632 3.802-8.434 8.434-8.434s8.434 3.802 8.434 8.434a8.3 8.3 0 0 1-3.736 6.926H23.29a8.33 8.33 0 0 1-3.714-6.926M4.741 42.735h5.375c1.136 0 1.989-.809 1.967-1.77c-.022-.983-.83-1.792-1.967-1.792H4.741c-1.136 0-1.944.809-1.944 1.792c0 .961.808 1.77 1.944 1.77m41.164 0h5.376c1.114 0 1.944-.809 1.944-1.77c0-.983-.83-1.792-1.944-1.792h-5.376c-1.136 0-1.988.809-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.25c.394 0 .722-.153 1.18-.568l6.818-6.358c.371-.35.524-.7.524-1.158c0-.852-.612-1.464-1.486-1.464c-.437 0-.852.197-1.18.503l-2.73 2.753l-1.617 1.879l.262-3.3V8.344c0-1.07-.809-1.923-1.77-1.923c-.962 0-1.792.852-1.792 1.923v8.193l.262 3.3l-1.398-1.66l-2.95-2.972c-.305-.306-.742-.503-1.158-.503c-.874 0-1.485.612-1.485 1.464c0 .459.153.808.524 1.158l6.817 6.358c.459.415.765.568 1.18.568m11.253 5.987c.7.677 1.858.677 2.666-.11l3.801-3.801c.809-.809.787-1.945.088-2.622c-.655-.7-1.813-.721-2.622.087l-3.802 3.802c-.786.809-.808 1.988-.13 2.644m-25.17-.11c.808.787 1.966.81 2.644.11c.677-.677.677-1.835-.131-2.644l-3.802-3.802c-.809-.808-1.923-.764-2.622-.087c-.7.655-.7 1.813.109 2.622ZM1.9 51.956h52.198c1.049 0 1.901-.786 1.901-1.77c0-.961-.852-1.748-1.9-1.748H37.69a11.7 11.7 0 0 0 2.273-6.926c0-6.555-5.441-11.973-11.952-11.973c-6.533 0-11.952 5.418-11.952 11.973c0 2.6.83 4.982 2.273 6.926H1.9c-1.026-.001-1.9.786-1.9 1.747c0 .984.874 1.77 1.9 1.77m17.676-10.444c0-4.632 3.802-8.434 8.434-8.434s8.434 3.802 8.434 8.434a8.3 8.3 0 0 1-3.736 6.926H23.29a8.33 8.33 0 0 1-3.714-6.926M4.741 42.735h5.375c1.136 0 1.989-.809 1.967-1.77c-.022-.983-.83-1.792-1.967-1.792H4.741c-1.136 0-1.944.809-1.944 1.792c0 .961.808 1.77 1.944 1.77m41.164 0h5.376c1.114 0 1.944-.809 1.944-1.77c0-.983-.83-1.792-1.944-1.792h-5.376c-1.136 0-1.988.809-1.966 1.792c.022.961.83 1.77 1.966 1.77"/></svg>
</template>

CSS

.icon-sunset {
  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.25c.394%200%20.722-.153%201.18-.568l6.818-6.358c.371-.35.524-.7.524-1.158c0-.852-.612-1.464-1.486-1.464c-.437%200-.852.197-1.18.503l-2.73%202.753l-1.617%201.879l.262-3.3V8.344c0-1.07-.809-1.923-1.77-1.923c-.962%200-1.792.852-1.792%201.923v8.193l.262%203.3l-1.398-1.66l-2.95-2.972c-.305-.306-.742-.503-1.158-.503c-.874%200-1.485.612-1.485%201.464c0%20.459.153.808.524%201.158l6.817%206.358c.459.415.765.568%201.18.568m11.253%205.987c.7.677%201.858.677%202.666-.11l3.801-3.801c.809-.809.787-1.945.088-2.622c-.655-.7-1.813-.721-2.622.087l-3.802%203.802c-.786.809-.808%201.988-.13%202.644m-25.17-.11c.808.787%201.966.81%202.644.11c.677-.677.677-1.835-.131-2.644l-3.802-3.802c-.809-.808-1.923-.764-2.622-.087c-.7.655-.7%201.813.109%202.622ZM1.9%2051.956h52.198c1.049%200%201.901-.786%201.901-1.77c0-.961-.852-1.748-1.9-1.748H37.69a11.7%2011.7%200%200%200%202.273-6.926c0-6.555-5.441-11.973-11.952-11.973c-6.533%200-11.952%205.418-11.952%2011.973c0%202.6.83%204.982%202.273%206.926H1.9c-1.026-.001-1.9.786-1.9%201.747c0%20.984.874%201.77%201.9%201.77m17.676-10.444c0-4.632%203.802-8.434%208.434-8.434s8.434%203.802%208.434%208.434a8.3%208.3%200%200%201-3.736%206.926H23.29a8.33%208.33%200%200%201-3.714-6.926M4.741%2042.735h5.375c1.136%200%201.989-.809%201.967-1.77c-.022-.983-.83-1.792-1.967-1.792H4.741c-1.136%200-1.944.809-1.944%201.792c0%20.961.808%201.77%201.944%201.77m41.164%200h5.376c1.114%200%201.944-.809%201.944-1.77c0-.983-.83-1.792-1.944-1.792h-5.376c-1.136%200-1.988.809-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.25c.394%200%20.722-.153%201.18-.568l6.818-6.358c.371-.35.524-.7.524-1.158c0-.852-.612-1.464-1.486-1.464c-.437%200-.852.197-1.18.503l-2.73%202.753l-1.617%201.879l.262-3.3V8.344c0-1.07-.809-1.923-1.77-1.923c-.962%200-1.792.852-1.792%201.923v8.193l.262%203.3l-1.398-1.66l-2.95-2.972c-.305-.306-.742-.503-1.158-.503c-.874%200-1.485.612-1.485%201.464c0%20.459.153.808.524%201.158l6.817%206.358c.459.415.765.568%201.18.568m11.253%205.987c.7.677%201.858.677%202.666-.11l3.801-3.801c.809-.809.787-1.945.088-2.622c-.655-.7-1.813-.721-2.622.087l-3.802%203.802c-.786.809-.808%201.988-.13%202.644m-25.17-.11c.808.787%201.966.81%202.644.11c.677-.677.677-1.835-.131-2.644l-3.802-3.802c-.809-.808-1.923-.764-2.622-.087c-.7.655-.7%201.813.109%202.622ZM1.9%2051.956h52.198c1.049%200%201.901-.786%201.901-1.77c0-.961-.852-1.748-1.9-1.748H37.69a11.7%2011.7%200%200%200%202.273-6.926c0-6.555-5.441-11.973-11.952-11.973c-6.533%200-11.952%205.418-11.952%2011.973c0%202.6.83%204.982%202.273%206.926H1.9c-1.026-.001-1.9.786-1.9%201.747c0%20.984.874%201.77%201.9%201.77m17.676-10.444c0-4.632%203.802-8.434%208.434-8.434s8.434%203.802%208.434%208.434a8.3%208.3%200%200%201-3.736%206.926H23.29a8.33%208.33%200%200%201-3.714-6.926M4.741%2042.735h5.375c1.136%200%201.989-.809%201.967-1.77c-.022-.983-.83-1.792-1.967-1.792H4.741c-1.136%200-1.944.809-1.944%201.792c0%20.961.808%201.77%201.944%201.77m41.164%200h5.376c1.114%200%201.944-.809%201.944-1.77c0-.983-.83-1.792-1.944-1.792h-5.376c-1.136%200-1.988.809-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.svg?color=%231a73e8&size=48