sun rising icon
sun-rising-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- sun-rising-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
Related icons in TDesign Icons
Use the sun rising icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 3v3h-2V3zm7.485 3.928L18.364 9.05L16.95 7.636l2.121-2.122zM4.93 5.514l2.12 2.122L5.636 9.05L3.515 6.929zM6 15v-1a6 6 0 0 1 12 0v1zm-5-2h3v2H1zm19 0h3v2h-3zm-8 2.798L15.303 18H23v2h-8.303L12 18.202L9.303 20H1v-2h7.697z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignSunRisingFilled(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="M13 3v3h-2V3zm7.485 3.928L18.364 9.05L16.95 7.636l2.121-2.122zM4.93 5.514l2.12 2.122L5.636 9.05L3.515 6.929zM6 15v-1a6 6 0 0 1 12 0v1zm-5-2h3v2H1zm19 0h3v2h-3zm-8 2.798L15.303 18H23v2h-8.303L12 18.202L9.303 20H1v-2h7.697z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 3v3h-2V3zm7.485 3.928L18.364 9.05L16.95 7.636l2.121-2.122zM4.93 5.514l2.12 2.122L5.636 9.05L3.515 6.929zM6 15v-1a6 6 0 0 1 12 0v1zm-5-2h3v2H1zm19 0h3v2h-3zm-8 2.798L15.303 18H23v2h-8.303L12 18.202L9.303 20H1v-2h7.697z"/></svg> </template>
CSS
.icon-sun-rising-filled {
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%22M13%203v3h-2V3zm7.485%203.928L18.364%209.05L16.95%207.636l2.121-2.122zM4.93%205.514l2.12%202.122L5.636%209.05L3.515%206.929zM6%2015v-1a6%206%200%200%201%2012%200v1zm-5-2h3v2H1zm19%200h3v2h-3zm-8%202.798L15.303%2018H23v2h-8.303L12%2018.202L9.303%2020H1v-2h7.697z%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%22M13%203v3h-2V3zm7.485%203.928L18.364%209.05L16.95%207.636l2.121-2.122zM4.93%205.514l2.12%202.122L5.636%209.05L3.515%206.929zM6%2015v-1a6%206%200%200%201%2012%200v1zm-5-2h3v2H1zm19%200h3v2h-3zm-8%202.798L15.303%2018H23v2h-8.303L12%2018.202L9.303%2020H1v-2h7.697z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/sun-rising-filled.svg?color=%231a73e8&size=48