sun-fall-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
sun-fall-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the sun fall 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-3zM1 17h8.303L12 18.798L14.697 17H23v2h-7.697L12 21.202L8.697 19H1z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignSunFallFilled(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-3zM1 17h8.303L12 18.798L14.697 17H23v2h-7.697L12 21.202L8.697 19H1z"/></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-3zM1 17h8.303L12 18.798L14.697 17H23v2h-7.697L12 21.202L8.697 19H1z"/></svg>
</template>

CSS

.icon-sun-fall-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-3zM1%2017h8.303L12%2018.798L14.697%2017H23v2h-7.697L12%2021.202L8.697%2019H1z%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-3zM1%2017h8.303L12%2018.798L14.697%2017H23v2h-7.697L12%2021.202L8.697%2019H1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/sun-fall-filled.svg?color=%231a73e8&size=48