sunset icon
sunset from Unicons by Iconscout · Line · Weather · Apache-2.0 Free for personal and commercial use.
- Name
- sunset
- Set
- Unicons
- Style
- Line
- Category
- Weather
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
sunsetBootstrap IconssunsetCarbonsunsetEmoji One (Colored)sunsetFramework7 IconssunsetFeather IconssunsetFluent EmojisunsetFluent Emoji FlatsunsetFluent Emoji High ContrastsunsetHuge IconssunsetLucidesunset-fillMingCute IconsunsetNoto EmojisunsetOpenMojisunset-boldSolarsunsetTabler IconssunsetTwitter Emoji
More weather icons from Unicons
celsiuscloudcloud-drizzlecloud-hailcloud-meatballcloud-mooncloud-moon-hailcloud-moon-meatballcloud-moon-raincloud-moon-showerscloud-moon-tearcloud-raincloud-rain-suncloud-showerscloud-showers-altcloud-showers-heavycloud-suncloud-sun-hailcloud-sun-meatballcloud-sun-raincloud-sun-rain-altcloud-sun-tearcloud-windclouds
Use the sunset icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.66 8.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41a1 1 0 0 0 .66.29M12 6a1 1 0 0 0 1-1V4a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1m-8 6H3a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2m1.64-3.95a1 1 0 0 0 .7.29a1 1 0 0 0 .71-.29a1 1 0 0 0 0-1.41l-.71-.71a1 1 0 0 0-1.41 1.41ZM21 12h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2m-10 7H8a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2m7-4h-.88a5.4 5.4 0 0 0 .38-2a5.5 5.5 0 0 0-11 0a5.4 5.4 0 0 0 .38 2H6a1 1 0 0 0 0 2h12a1 1 0 0 0 0-2m-3.15 0h-5.7a3.44 3.44 0 0 1-.65-2a3.5 3.5 0 0 1 7 0a3.44 3.44 0 0 1-.65 2M16 19h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2"/></svg>
React
import type { SVGProps } from "react";
export function UilSunset(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.66 8.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41a1 1 0 0 0 .66.29M12 6a1 1 0 0 0 1-1V4a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1m-8 6H3a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2m1.64-3.95a1 1 0 0 0 .7.29a1 1 0 0 0 .71-.29a1 1 0 0 0 0-1.41l-.71-.71a1 1 0 0 0-1.41 1.41ZM21 12h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2m-10 7H8a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2m7-4h-.88a5.4 5.4 0 0 0 .38-2a5.5 5.5 0 0 0-11 0a5.4 5.4 0 0 0 .38 2H6a1 1 0 0 0 0 2h12a1 1 0 0 0 0-2m-3.15 0h-5.7a3.44 3.44 0 0 1-.65-2a3.5 3.5 0 0 1 7 0a3.44 3.44 0 0 1-.65 2M16 19h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.66 8.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41a1 1 0 0 0 .66.29M12 6a1 1 0 0 0 1-1V4a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1m-8 6H3a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2m1.64-3.95a1 1 0 0 0 .7.29a1 1 0 0 0 .71-.29a1 1 0 0 0 0-1.41l-.71-.71a1 1 0 0 0-1.41 1.41ZM21 12h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2m-10 7H8a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2m7-4h-.88a5.4 5.4 0 0 0 .38-2a5.5 5.5 0 0 0-11 0a5.4 5.4 0 0 0 .38 2H6a1 1 0 0 0 0 2h12a1 1 0 0 0 0-2m-3.15 0h-5.7a3.44 3.44 0 0 1-.65-2a3.5 3.5 0 0 1 7 0a3.44 3.44 0 0 1-.65 2M16 19h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.66%208.34a1%201%200%200%200%20.7-.29l.71-.71a1%201%200%201%200-1.41-1.41l-.66.71a1%201%200%200%200%200%201.41a1%201%200%200%200%20.66.29M12%206a1%201%200%200%200%201-1V4a1%201%200%200%200-2%200v1a1%201%200%200%200%201%201m-8%206H3a1%201%200%200%200%200%202h1a1%201%200%200%200%200-2m1.64-3.95a1%201%200%200%200%20.7.29a1%201%200%200%200%20.71-.29a1%201%200%200%200%200-1.41l-.71-.71a1%201%200%200%200-1.41%201.41ZM21%2012h-1a1%201%200%200%200%200%202h1a1%201%200%200%200%200-2m-10%207H8a1%201%200%200%200%200%202h3a1%201%200%200%200%200-2m7-4h-.88a5.4%205.4%200%200%200%20.38-2a5.5%205.5%200%200%200-11%200a5.4%205.4%200%200%200%20.38%202H6a1%201%200%200%200%200%202h12a1%201%200%200%200%200-2m-3.15%200h-5.7a3.44%203.44%200%200%201-.65-2a3.5%203.5%200%200%201%207%200a3.44%203.44%200%200%201-.65%202M16%2019h-1a1%201%200%200%200%200%202h1a1%201%200%200%200%200-2%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.66%208.34a1%201%200%200%200%20.7-.29l.71-.71a1%201%200%201%200-1.41-1.41l-.66.71a1%201%200%200%200%200%201.41a1%201%200%200%200%20.66.29M12%206a1%201%200%200%200%201-1V4a1%201%200%200%200-2%200v1a1%201%200%200%200%201%201m-8%206H3a1%201%200%200%200%200%202h1a1%201%200%200%200%200-2m1.64-3.95a1%201%200%200%200%20.7.29a1%201%200%200%200%20.71-.29a1%201%200%200%200%200-1.41l-.71-.71a1%201%200%200%200-1.41%201.41ZM21%2012h-1a1%201%200%200%200%200%202h1a1%201%200%200%200%200-2m-10%207H8a1%201%200%200%200%200%202h3a1%201%200%200%200%200-2m7-4h-.88a5.4%205.4%200%200%200%20.38-2a5.5%205.5%200%200%200-11%200a5.4%205.4%200%200%200%20.38%202H6a1%201%200%200%200%200%202h12a1%201%200%200%200%200-2m-3.15%200h-5.7a3.44%203.44%200%200%201-.65-2a3.5%203.5%200%200%201%207%200a3.44%203.44%200%200%201-.65%202M16%2019h-1a1%201%200%200%200%200%202h1a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/sunset.svg?color=%231a73e8&size=48