sunrise icon
sunrise from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- sunrise
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
sunriseBootstrap IconssunriseCarbonsunriseEmoji One (Colored)sunriseFeather IconssunriseFluent EmojisunriseFluent Emoji FlatsunriseFluent Emoji High ContrastsunriseHuge IconssunriseLucidesunrise-fillMingCute IconsunriseNoto EmojisunriseOpenMojisunriseSimple Iconssunrise-boldSolarsunriseTabler IconssunriseTwitter Emoji
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.25c.962 0 1.77-.874 1.77-1.944v-8.172l-.262-3.3l1.617 1.858l2.732 2.753c.327.306.742.502 1.18.502c.873 0 1.485-.59 1.485-1.463c0-.46-.153-.809-.524-1.158L29.19 6.989c-.46-.415-.787-.568-1.18-.568c-.415 0-.721.153-1.18.568l-6.817 6.337c-.371.35-.524.699-.524 1.157c0 .874.611 1.464 1.485 1.464c.415 0 .852-.196 1.158-.502l2.95-2.972l1.398-1.638l-.262 3.299v8.172c0 1.07.83 1.944 1.792 1.944m11.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-22.526 0c.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.622l3.802 3.802c.808.786 1.966.808 2.644.109M1.9 51.955h52.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 0-1.9.787-1.9 1.748c0 .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 F7Sunrise(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.962 0 1.77-.874 1.77-1.944v-8.172l-.262-3.3l1.617 1.858l2.732 2.753c.327.306.742.502 1.18.502c.873 0 1.485-.59 1.485-1.463c0-.46-.153-.809-.524-1.158L29.19 6.989c-.46-.415-.787-.568-1.18-.568c-.415 0-.721.153-1.18.568l-6.817 6.337c-.371.35-.524.699-.524 1.157c0 .874.611 1.464 1.485 1.464c.415 0 .852-.196 1.158-.502l2.95-2.972l1.398-1.638l-.262 3.299v8.172c0 1.07.83 1.944 1.792 1.944m11.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-22.526 0c.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.622l3.802 3.802c.808.786 1.966.808 2.644.109M1.9 51.955h52.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 0-1.9.787-1.9 1.748c0 .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.962 0 1.77-.874 1.77-1.944v-8.172l-.262-3.3l1.617 1.858l2.732 2.753c.327.306.742.502 1.18.502c.873 0 1.485-.59 1.485-1.463c0-.46-.153-.809-.524-1.158L29.19 6.989c-.46-.415-.787-.568-1.18-.568c-.415 0-.721.153-1.18.568l-6.817 6.337c-.371.35-.524.699-.524 1.157c0 .874.611 1.464 1.485 1.464c.415 0 .852-.196 1.158-.502l2.95-2.972l1.398-1.638l-.262 3.299v8.172c0 1.07.83 1.944 1.792 1.944m11.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-22.526 0c.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.622l3.802 3.802c.808.786 1.966.808 2.644.109M1.9 51.955h52.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 0-1.9.787-1.9 1.748c0 .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-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.01%2024.25c.962%200%201.77-.874%201.77-1.944v-8.172l-.262-3.3l1.617%201.858l2.732%202.753c.327.306.742.502%201.18.502c.873%200%201.485-.59%201.485-1.463c0-.46-.153-.809-.524-1.158L29.19%206.989c-.46-.415-.787-.568-1.18-.568c-.415%200-.721.153-1.18.568l-6.817%206.337c-.371.35-.524.699-.524%201.157c0%20.874.611%201.464%201.485%201.464c.415%200%20.852-.196%201.158-.502l2.95-2.972l1.398-1.638l-.262%203.299v8.172c0%201.07.83%201.944%201.792%201.944m11.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-22.526%200c.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.622l3.802%203.802c.808.786%201.966.808%202.644.109M1.9%2051.955h52.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%200-1.9.787-1.9%201.748c0%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.962%200%201.77-.874%201.77-1.944v-8.172l-.262-3.3l1.617%201.858l2.732%202.753c.327.306.742.502%201.18.502c.873%200%201.485-.59%201.485-1.463c0-.46-.153-.809-.524-1.158L29.19%206.989c-.46-.415-.787-.568-1.18-.568c-.415%200-.721.153-1.18.568l-6.817%206.337c-.371.35-.524.699-.524%201.157c0%20.874.611%201.464%201.485%201.464c.415%200%20.852-.196%201.158-.502l2.95-2.972l1.398-1.638l-.262%203.299v8.172c0%201.07.83%201.944%201.792%201.944m11.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-22.526%200c.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.622l3.802%203.802c.808.786%201.966.808%202.644.109M1.9%2051.955h52.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%200-1.9.787-1.9%201.748c0%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/sunrise.svg?color=%231a73e8&size=48