sun4 icon
sun4 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- sun4
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the sun4 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 8.5V3m0 18v-5.5M10 3h4m-4 18h4M8.97 10.25L4.21 7.5m15.58 9l-4.76-2.75M3.21 9.23l2-3.46m13.58 12.46l2-3.46M15.5 12a3.5 3.5 0 0 1-3.5 3.5a3.5 3.5 0 0 1 0-7a3.5 3.5 0 0 1 3.5 3.5m4.29-4.5l-4.76 2.75m-6.06 3.5L4.21 16.5m16.58-7.27l-2-3.46M5.21 18.23l-2-3.46"/></svg>
React
import type { SVGProps } from "react";
export function ReiconSun4(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M12 8.5V3m0 18v-5.5M10 3h4m-4 18h4M8.97 10.25L4.21 7.5m15.58 9l-4.76-2.75M3.21 9.23l2-3.46m13.58 12.46l2-3.46M15.5 12a3.5 3.5 0 0 1-3.5 3.5a3.5 3.5 0 0 1 0-7a3.5 3.5 0 0 1 3.5 3.5m4.29-4.5l-4.76 2.75m-6.06 3.5L4.21 16.5m16.58-7.27l-2-3.46M5.21 18.23l-2-3.46"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 8.5V3m0 18v-5.5M10 3h4m-4 18h4M8.97 10.25L4.21 7.5m15.58 9l-4.76-2.75M3.21 9.23l2-3.46m13.58 12.46l2-3.46M15.5 12a3.5 3.5 0 0 1-3.5 3.5a3.5 3.5 0 0 1 0-7a3.5 3.5 0 0 1 3.5 3.5m4.29-4.5l-4.76 2.75m-6.06 3.5L4.21 16.5m16.58-7.27l-2-3.46M5.21 18.23l-2-3.46"/></svg> </template>
CSS
.icon-sun4 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%208.5V3m0%2018v-5.5M10%203h4m-4%2018h4M8.97%2010.25L4.21%207.5m15.58%209l-4.76-2.75M3.21%209.23l2-3.46m13.58%2012.46l2-3.46M15.5%2012a3.5%203.5%200%200%201-3.5%203.5a3.5%203.5%200%200%201%200-7a3.5%203.5%200%200%201%203.5%203.5m4.29-4.5l-4.76%202.75m-6.06%203.5L4.21%2016.5m16.58-7.27l-2-3.46M5.21%2018.23l-2-3.46%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%208.5V3m0%2018v-5.5M10%203h4m-4%2018h4M8.97%2010.25L4.21%207.5m15.58%209l-4.76-2.75M3.21%209.23l2-3.46m13.58%2012.46l2-3.46M15.5%2012a3.5%203.5%200%200%201-3.5%203.5a3.5%203.5%200%200%201%200-7a3.5%203.5%200%200%201%203.5%203.5m4.29-4.5l-4.76%202.75m-6.06%203.5L4.21%2016.5m16.58-7.27l-2-3.46M5.21%2018.23l-2-3.46%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/sun4.svg?color=%231a73e8&size=48