sunset icon
sunset-duotone from Reicon by REICON · Duotone · Weather · MIT Free for personal and commercial use.
- Name
- sunset-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Weather
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All sunset icons →sunsetBootstrap IconssunsetCarbonsunsetEmoji One (Colored)sunsetElement PlussunsetFramework7 IconssunsetFeather IconssunsetFluent EmojisunsetFluent Emoji FlatsunsetFluent Emoji High ContrastsunsetHuge IconssunsetIconParksunsetIconPark OutlinesunsetIconPark SolidsunsetIconPark TwoTonesunsetKeyline IconssunsetLucidesunset-fillMingCute IconsunsetMyna UI IconssunsetNoto EmojisunsetOpenMojisunset-boldSolarsunsetTabler IconssunsetTwitter EmojisunsetUnicons
More weather icons from Reicon
Use the sunset icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M7.25 22a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75M12 1.25a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75M1.25 12a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m19 0a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m-2.333 3.25H2a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5z" clip-rule="evenodd"/><path d="M4.25 19a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75m1-7c0 1.178.302 2.286.833 3.25h11.834a6.75 6.75 0 0 0-5.167-9.96h-1.5a6.75 6.75 0 0 0-6 6.709" opacity=".5"/><path d="M11.47 12.841a.75.75 0 0 0 1.06 0l2-2a.75.75 0 0 0-1.06-1.06l-.72.719V5.29c-.447-.068-1.186-.028-1.5 0v5.21l-.72-.72a.75.75 0 1 0-1.06 1.061z"/><path d="M4.398 4.398a.75.75 0 0 1 1.061 0l.393.393a.75.75 0 0 1-1.06 1.06l-.394-.392a.75.75 0 0 1 0-1.06m15.202 0a.75.75 0 0 1 0 1.06l-.392.393a.75.75 0 0 1-1.06-1.06l.392-.393a.75.75 0 0 1 1.06 0" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSunsetDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M7.25 22a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75M12 1.25a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75M1.25 12a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m19 0a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m-2.333 3.25H2a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5z" clipRule="evenodd"/><path d="M4.25 19a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75m1-7c0 1.178.302 2.286.833 3.25h11.834a6.75 6.75 0 0 0-5.167-9.96h-1.5a6.75 6.75 0 0 0-6 6.709" opacity=".5"/><path d="M11.47 12.841a.75.75 0 0 0 1.06 0l2-2a.75.75 0 0 0-1.06-1.06l-.72.719V5.29c-.447-.068-1.186-.028-1.5 0v5.21l-.72-.72a.75.75 0 1 0-1.06 1.061z"/><path d="M4.398 4.398a.75.75 0 0 1 1.061 0l.393.393a.75.75 0 0 1-1.06 1.06l-.394-.392a.75.75 0 0 1 0-1.06m15.202 0a.75.75 0 0 1 0 1.06l-.392.393a.75.75 0 0 1-1.06-1.06l.392-.393a.75.75 0 0 1 1.06 0" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M7.25 22a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75M12 1.25a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75M1.25 12a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m19 0a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m-2.333 3.25H2a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5z" clip-rule="evenodd"/><path d="M4.25 19a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75m1-7c0 1.178.302 2.286.833 3.25h11.834a6.75 6.75 0 0 0-5.167-9.96h-1.5a6.75 6.75 0 0 0-6 6.709" opacity=".5"/><path d="M11.47 12.841a.75.75 0 0 0 1.06 0l2-2a.75.75 0 0 0-1.06-1.06l-.72.719V5.29c-.447-.068-1.186-.028-1.5 0v5.21l-.72-.72a.75.75 0 1 0-1.06 1.061z"/><path d="M4.398 4.398a.75.75 0 0 1 1.061 0l.393.393a.75.75 0 0 1-1.06 1.06l-.394-.392a.75.75 0 0 1 0-1.06m15.202 0a.75.75 0 0 1 0 1.06l-.392.393a.75.75 0 0 1-1.06-1.06l.392-.393a.75.75 0 0 1 1.06 0" opacity=".5"/></g></svg> </template>
CSS
.icon-sunset-duotone {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.25%2022a.75.75%200%200%201%20.75-.75h8a.75.75%200%200%201%200%201.5H8a.75.75%200%200%201-.75-.75M12%201.25a.75.75%200%200%201%20.75.75v1a.75.75%200%200%201-1.5%200V2a.75.75%200%200%201%20.75-.75M1.25%2012a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75m19%200a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5h-1a.75.75%200%200%201-.75-.75m-2.333%203.25H2a.75.75%200%200%200%200%201.5h20a.75.75%200%200%200%200-1.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4.25%2019a.75.75%200%200%201%20.75-.75h14a.75.75%200%200%201%200%201.5H5a.75.75%200%200%201-.75-.75m1-7c0%201.178.302%202.286.833%203.25h11.834a6.75%206.75%200%200%200-5.167-9.96h-1.5a6.75%206.75%200%200%200-6%206.709%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M11.47%2012.841a.75.75%200%200%200%201.06%200l2-2a.75.75%200%200%200-1.06-1.06l-.72.719V5.29c-.447-.068-1.186-.028-1.5%200v5.21l-.72-.72a.75.75%200%201%200-1.06%201.061z%22%2F%3E%3Cpath%20d%3D%22M4.398%204.398a.75.75%200%200%201%201.061%200l.393.393a.75.75%200%200%201-1.06%201.06l-.394-.392a.75.75%200%200%201%200-1.06m15.202%200a.75.75%200%200%201%200%201.06l-.392.393a.75.75%200%200%201-1.06-1.06l.392-.393a.75.75%200%200%201%201.06%200%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.25%2022a.75.75%200%200%201%20.75-.75h8a.75.75%200%200%201%200%201.5H8a.75.75%200%200%201-.75-.75M12%201.25a.75.75%200%200%201%20.75.75v1a.75.75%200%200%201-1.5%200V2a.75.75%200%200%201%20.75-.75M1.25%2012a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75m19%200a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5h-1a.75.75%200%200%201-.75-.75m-2.333%203.25H2a.75.75%200%200%200%200%201.5h20a.75.75%200%200%200%200-1.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4.25%2019a.75.75%200%200%201%20.75-.75h14a.75.75%200%200%201%200%201.5H5a.75.75%200%200%201-.75-.75m1-7c0%201.178.302%202.286.833%203.25h11.834a6.75%206.75%200%200%200-5.167-9.96h-1.5a6.75%206.75%200%200%200-6%206.709%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M11.47%2012.841a.75.75%200%200%200%201.06%200l2-2a.75.75%200%200%200-1.06-1.06l-.72.719V5.29c-.447-.068-1.186-.028-1.5%200v5.21l-.72-.72a.75.75%200%201%200-1.06%201.061z%22%2F%3E%3Cpath%20d%3D%22M4.398%204.398a.75.75%200%200%201%201.061%200l.393.393a.75.75%200%200%201-1.06%201.06l-.394-.392a.75.75%200%200%201%200-1.06m15.202%200a.75.75%200%200%201%200%201.06l-.392.393a.75.75%200%200%201-1.06-1.06l.392-.393a.75.75%200%200%201%201.06%200%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/sunset-duotone.svg?color=%231a73e8&size=48