sunset icon
sunset-line-duotone from Solar by 480 Design · Line Duotone · Weather · CC-BY-4.0 Attribution required.
- Name
- sunset-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Weather
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
sunsetBootstrap IconssunsetCarbonsunsetEmoji One (Colored)sunsetElement PlussunsetFramework7 IconssunsetFeather IconssunsetFluent EmojisunsetFluent Emoji FlatsunsetFluent Emoji High ContrastsunsetHuge IconssunsetIconParksunsetIconPark OutlinesunsetIconPark SolidsunsetIconPark TwoTonesunsetLucidesunset-fillMingCute IconsunsetMyna UI IconssunsetNoto EmojisunsetOpenMojisunsetTabler IconssunsetTwitter EmojisunsetUnicons
More weather icons from Solar
cloud-boldcloud-bolt-boldcloud-bolt-minimalistic-boldcloud-check-boldcloud-cross-boldcloud-download-boldcloud-minus-boldcloud-plus-boldcloud-rain-boldcloud-snowfall-boldcloud-snowfall-minimalistic-boldcloud-storm-boldcloud-sun-2-boldcloud-sun-boldcloud-upload-boldcloud-waterdrop-boldcloud-waterdrops-boldclouds-boldcloudy-moon-boldfog-boldmoon-boldmoon-fog-boldmoon-sleep-boldmoon-stars-bold
Use the sunset icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M8 22H16"/><path stroke-linecap="round" stroke-linejoin="round" d="M5 19H19" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M2 16H22"/><path d="M12 6C8.68629 6 6 8.68629 6 12C6 13.5217 6.56645 14.911 7.5 15.9687H16.5C17.4335 14.911 18 13.5217 18 12C18 8.68629 15.3137 6 12 6Z" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 6V13M10 11L12 13L14 11"/><path stroke-linecap="round" d="M12 2V3" opacity=".5"/><path stroke-linecap="round" d="M22 12L21 12" opacity=".5"/><path stroke-linecap="round" d="M3 12L2 12" opacity=".5"/><path stroke-linecap="round" d="M19.0708 4.92969L18.678 5.32252" opacity=".5"/><path stroke-linecap="round" d="M5.32178 5.32227L4.92894 4.92943" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarSunsetLineDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M8 22H16"/><path strokeLinecap="round" strokeLinejoin="round" d="M5 19H19" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M2 16H22"/><path d="M12 6C8.68629 6 6 8.68629 6 12C6 13.5217 6.56645 14.911 7.5 15.9687H16.5C17.4335 14.911 18 13.5217 18 12C18 8.68629 15.3137 6 12 6Z" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 6V13M10 11L12 13L14 11"/><path strokeLinecap="round" d="M12 2V3" opacity=".5"/><path strokeLinecap="round" d="M22 12L21 12" opacity=".5"/><path strokeLinecap="round" d="M3 12L2 12" opacity=".5"/><path strokeLinecap="round" d="M19.0708 4.92969L18.678 5.32252" opacity=".5"/><path strokeLinecap="round" d="M5.32178 5.32227L4.92894 4.92943" 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="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M8 22H16"/><path stroke-linecap="round" stroke-linejoin="round" d="M5 19H19" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M2 16H22"/><path d="M12 6C8.68629 6 6 8.68629 6 12C6 13.5217 6.56645 14.911 7.5 15.9687H16.5C17.4335 14.911 18 13.5217 18 12C18 8.68629 15.3137 6 12 6Z" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 6V13M10 11L12 13L14 11"/><path stroke-linecap="round" d="M12 2V3" opacity=".5"/><path stroke-linecap="round" d="M22 12L21 12" opacity=".5"/><path stroke-linecap="round" d="M3 12L2 12" opacity=".5"/><path stroke-linecap="round" d="M19.0708 4.92969L18.678 5.32252" opacity=".5"/><path stroke-linecap="round" d="M5.32178 5.32227L4.92894 4.92943" opacity=".5"/></g></svg> </template>
CSS
.icon-sunset-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2022H16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2019H19%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2016H22%22%2F%3E%3Cpath%20d%3D%22M12%206C8.68629%206%206%208.68629%206%2012C6%2013.5217%206.56645%2014.911%207.5%2015.9687H16.5C17.4335%2014.911%2018%2013.5217%2018%2012C18%208.68629%2015.3137%206%2012%206Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%206V13M10%2011L12%2013L14%2011%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%202V3%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2012L21%2012%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2012L2%2012%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.0708%204.92969L18.678%205.32252%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.32178%205.32227L4.92894%204.92943%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2022H16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2019H19%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2016H22%22%2F%3E%3Cpath%20d%3D%22M12%206C8.68629%206%206%208.68629%206%2012C6%2013.5217%206.56645%2014.911%207.5%2015.9687H16.5C17.4335%2014.911%2018%2013.5217%2018%2012C18%208.68629%2015.3137%206%2012%206Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%206V13M10%2011L12%2013L14%2011%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%202V3%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2012L21%2012%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2012L2%2012%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.0708%204.92969L18.678%205.32252%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.32178%205.32227L4.92894%204.92943%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/solar/sunset-line-duotone.svg?color=%231a73e8&size=48