sun haze icon
sun-haze from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- sun-haze
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
Use the sun haze icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 10.234c1.055-.023 1.898-.89 1.898-2.109V2.359c0-1.218-.843-2.086-1.898-2.086s-1.898.868-1.898 2.086v5.766c0 1.219.843 2.133 1.898 2.11m12.094 4.993c.75.726 1.969.726 2.836-.118l4.078-4.078c.867-.867.844-2.086.117-2.836c-.726-.75-1.945-.75-2.812.117l-4.079 4.079c-.867.867-.89 2.109-.14 2.836M13.07 15.11c.868.844 2.133.868 2.836.118c.727-.75.727-1.97-.117-2.836l-4.078-4.078c-.89-.868-2.086-.844-2.812-.118c-.774.727-.774 1.969.093 2.836Zm-7.1 22.617h47.6c.82 0 1.477-.657 1.477-1.5c0-.844-.656-1.477-1.477-1.477H38.383a12.6 12.6 0 0 0 2.437-7.43c0-7.03-5.812-12.843-12.82-12.843c-6.984 0-12.82 5.812-12.82 12.843c0 2.766.914 5.344 2.437 7.43H5.97c-.82 0-1.477.633-1.477 1.477c0 .843.657 1.5 1.477 1.5M18.953 27.32c0-4.968 4.078-9.047 9.047-9.047s9.047 4.079 9.047 9.047a8.94 8.94 0 0 1-3.984 7.43H22.96a8.9 8.9 0 0 1-4.008-7.43M3.04 28.633h5.766c1.219 0 2.133-.867 2.11-1.922c-.024-1.031-.891-1.898-2.11-1.898H3.039c-1.195 0-2.086.867-2.086 1.898c0 1.055.89 1.922 2.086 1.922m44.156 0h5.766c1.219 0 2.086-.867 2.086-1.922c0-1.031-.867-1.875-2.086-1.898h-5.766c-1.218 0-2.132.867-2.109 1.898c.023 1.055.89 1.922 2.11 1.922M2.43 46.727h47.6c.844 0 1.477-.633 1.477-1.477s-.633-1.5-1.477-1.5H2.43c-.82 0-1.477.656-1.477 1.5s.657 1.477 1.477 1.477m3.539 9H53.57c.82 0 1.477-.633 1.477-1.477s-.656-1.477-1.477-1.477H5.97c-.82 0-1.477.633-1.477 1.477s.657 1.477 1.477 1.477"/></svg>
React
import type { SVGProps } from "react";
export function F7SunHaze(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 10.234c1.055-.023 1.898-.89 1.898-2.109V2.359c0-1.218-.843-2.086-1.898-2.086s-1.898.868-1.898 2.086v5.766c0 1.219.843 2.133 1.898 2.11m12.094 4.993c.75.726 1.969.726 2.836-.118l4.078-4.078c.867-.867.844-2.086.117-2.836c-.726-.75-1.945-.75-2.812.117l-4.079 4.079c-.867.867-.89 2.109-.14 2.836M13.07 15.11c.868.844 2.133.868 2.836.118c.727-.75.727-1.97-.117-2.836l-4.078-4.078c-.89-.868-2.086-.844-2.812-.118c-.774.727-.774 1.969.093 2.836Zm-7.1 22.617h47.6c.82 0 1.477-.657 1.477-1.5c0-.844-.656-1.477-1.477-1.477H38.383a12.6 12.6 0 0 0 2.437-7.43c0-7.03-5.812-12.843-12.82-12.843c-6.984 0-12.82 5.812-12.82 12.843c0 2.766.914 5.344 2.437 7.43H5.97c-.82 0-1.477.633-1.477 1.477c0 .843.657 1.5 1.477 1.5M18.953 27.32c0-4.968 4.078-9.047 9.047-9.047s9.047 4.079 9.047 9.047a8.94 8.94 0 0 1-3.984 7.43H22.96a8.9 8.9 0 0 1-4.008-7.43M3.04 28.633h5.766c1.219 0 2.133-.867 2.11-1.922c-.024-1.031-.891-1.898-2.11-1.898H3.039c-1.195 0-2.086.867-2.086 1.898c0 1.055.89 1.922 2.086 1.922m44.156 0h5.766c1.219 0 2.086-.867 2.086-1.922c0-1.031-.867-1.875-2.086-1.898h-5.766c-1.218 0-2.132.867-2.109 1.898c.023 1.055.89 1.922 2.11 1.922M2.43 46.727h47.6c.844 0 1.477-.633 1.477-1.477s-.633-1.5-1.477-1.5H2.43c-.82 0-1.477.656-1.477 1.5s.657 1.477 1.477 1.477m3.539 9H53.57c.82 0 1.477-.633 1.477-1.477s-.656-1.477-1.477-1.477H5.97c-.82 0-1.477.633-1.477 1.477s.657 1.477 1.477 1.477"/></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 10.234c1.055-.023 1.898-.89 1.898-2.109V2.359c0-1.218-.843-2.086-1.898-2.086s-1.898.868-1.898 2.086v5.766c0 1.219.843 2.133 1.898 2.11m12.094 4.993c.75.726 1.969.726 2.836-.118l4.078-4.078c.867-.867.844-2.086.117-2.836c-.726-.75-1.945-.75-2.812.117l-4.079 4.079c-.867.867-.89 2.109-.14 2.836M13.07 15.11c.868.844 2.133.868 2.836.118c.727-.75.727-1.97-.117-2.836l-4.078-4.078c-.89-.868-2.086-.844-2.812-.118c-.774.727-.774 1.969.093 2.836Zm-7.1 22.617h47.6c.82 0 1.477-.657 1.477-1.5c0-.844-.656-1.477-1.477-1.477H38.383a12.6 12.6 0 0 0 2.437-7.43c0-7.03-5.812-12.843-12.82-12.843c-6.984 0-12.82 5.812-12.82 12.843c0 2.766.914 5.344 2.437 7.43H5.97c-.82 0-1.477.633-1.477 1.477c0 .843.657 1.5 1.477 1.5M18.953 27.32c0-4.968 4.078-9.047 9.047-9.047s9.047 4.079 9.047 9.047a8.94 8.94 0 0 1-3.984 7.43H22.96a8.9 8.9 0 0 1-4.008-7.43M3.04 28.633h5.766c1.219 0 2.133-.867 2.11-1.922c-.024-1.031-.891-1.898-2.11-1.898H3.039c-1.195 0-2.086.867-2.086 1.898c0 1.055.89 1.922 2.086 1.922m44.156 0h5.766c1.219 0 2.086-.867 2.086-1.922c0-1.031-.867-1.875-2.086-1.898h-5.766c-1.218 0-2.132.867-2.109 1.898c.023 1.055.89 1.922 2.11 1.922M2.43 46.727h47.6c.844 0 1.477-.633 1.477-1.477s-.633-1.5-1.477-1.5H2.43c-.82 0-1.477.656-1.477 1.5s.657 1.477 1.477 1.477m3.539 9H53.57c.82 0 1.477-.633 1.477-1.477s-.656-1.477-1.477-1.477H5.97c-.82 0-1.477.633-1.477 1.477s.657 1.477 1.477 1.477"/></svg> </template>
CSS
.icon-sun-haze {
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%2010.234c1.055-.023%201.898-.89%201.898-2.109V2.359c0-1.218-.843-2.086-1.898-2.086s-1.898.868-1.898%202.086v5.766c0%201.219.843%202.133%201.898%202.11m12.094%204.993c.75.726%201.969.726%202.836-.118l4.078-4.078c.867-.867.844-2.086.117-2.836c-.726-.75-1.945-.75-2.812.117l-4.079%204.079c-.867.867-.89%202.109-.14%202.836M13.07%2015.11c.868.844%202.133.868%202.836.118c.727-.75.727-1.97-.117-2.836l-4.078-4.078c-.89-.868-2.086-.844-2.812-.118c-.774.727-.774%201.969.093%202.836Zm-7.1%2022.617h47.6c.82%200%201.477-.657%201.477-1.5c0-.844-.656-1.477-1.477-1.477H38.383a12.6%2012.6%200%200%200%202.437-7.43c0-7.03-5.812-12.843-12.82-12.843c-6.984%200-12.82%205.812-12.82%2012.843c0%202.766.914%205.344%202.437%207.43H5.97c-.82%200-1.477.633-1.477%201.477c0%20.843.657%201.5%201.477%201.5M18.953%2027.32c0-4.968%204.078-9.047%209.047-9.047s9.047%204.079%209.047%209.047a8.94%208.94%200%200%201-3.984%207.43H22.96a8.9%208.9%200%200%201-4.008-7.43M3.04%2028.633h5.766c1.219%200%202.133-.867%202.11-1.922c-.024-1.031-.891-1.898-2.11-1.898H3.039c-1.195%200-2.086.867-2.086%201.898c0%201.055.89%201.922%202.086%201.922m44.156%200h5.766c1.219%200%202.086-.867%202.086-1.922c0-1.031-.867-1.875-2.086-1.898h-5.766c-1.218%200-2.132.867-2.109%201.898c.023%201.055.89%201.922%202.11%201.922M2.43%2046.727h47.6c.844%200%201.477-.633%201.477-1.477s-.633-1.5-1.477-1.5H2.43c-.82%200-1.477.656-1.477%201.5s.657%201.477%201.477%201.477m3.539%209H53.57c.82%200%201.477-.633%201.477-1.477s-.656-1.477-1.477-1.477H5.97c-.82%200-1.477.633-1.477%201.477s.657%201.477%201.477%201.477%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%2010.234c1.055-.023%201.898-.89%201.898-2.109V2.359c0-1.218-.843-2.086-1.898-2.086s-1.898.868-1.898%202.086v5.766c0%201.219.843%202.133%201.898%202.11m12.094%204.993c.75.726%201.969.726%202.836-.118l4.078-4.078c.867-.867.844-2.086.117-2.836c-.726-.75-1.945-.75-2.812.117l-4.079%204.079c-.867.867-.89%202.109-.14%202.836M13.07%2015.11c.868.844%202.133.868%202.836.118c.727-.75.727-1.97-.117-2.836l-4.078-4.078c-.89-.868-2.086-.844-2.812-.118c-.774.727-.774%201.969.093%202.836Zm-7.1%2022.617h47.6c.82%200%201.477-.657%201.477-1.5c0-.844-.656-1.477-1.477-1.477H38.383a12.6%2012.6%200%200%200%202.437-7.43c0-7.03-5.812-12.843-12.82-12.843c-6.984%200-12.82%205.812-12.82%2012.843c0%202.766.914%205.344%202.437%207.43H5.97c-.82%200-1.477.633-1.477%201.477c0%20.843.657%201.5%201.477%201.5M18.953%2027.32c0-4.968%204.078-9.047%209.047-9.047s9.047%204.079%209.047%209.047a8.94%208.94%200%200%201-3.984%207.43H22.96a8.9%208.9%200%200%201-4.008-7.43M3.04%2028.633h5.766c1.219%200%202.133-.867%202.11-1.922c-.024-1.031-.891-1.898-2.11-1.898H3.039c-1.195%200-2.086.867-2.086%201.898c0%201.055.89%201.922%202.086%201.922m44.156%200h5.766c1.219%200%202.086-.867%202.086-1.922c0-1.031-.867-1.875-2.086-1.898h-5.766c-1.218%200-2.132.867-2.109%201.898c.023%201.055.89%201.922%202.11%201.922M2.43%2046.727h47.6c.844%200%201.477-.633%201.477-1.477s-.633-1.5-1.477-1.5H2.43c-.82%200-1.477.656-1.477%201.5s.657%201.477%201.477%201.477m3.539%209H53.57c.82%200%201.477-.633%201.477-1.477s-.656-1.477-1.477-1.477H5.97c-.82%200-1.477.633-1.477%201.477s.657%201.477%201.477%201.477%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/sun-haze.svg?color=%231a73e8&size=48