sun 01 icon
sun-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- sun-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
sun-02sun-03sun-cloud-01sun-cloud-02sun-cloud-angled-rain-01sun-cloud-angled-rain-02sun-cloud-angled-rain-zap-01sun-cloud-angled-rain-zap-02sun-cloud-angled-zap-01sun-cloud-angled-zap-02sun-cloud-big-rain-01sun-cloud-big-rain-02sun-cloud-fast-wind-01sun-cloud-fast-wind-02sun-cloud-hailstone-01sun-cloud-hailstone-02sun-cloud-little-rain-01sun-cloud-little-rain-02sun-cloud-little-snow-01sun-cloud-little-snow-02sun-cloud-mid-rain-01sun-cloud-mid-rain-02sun-cloud-mid-snow-01sun-cloud-mid-snow-02
Use the sun 01 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="M17 12a5 5 0 1 1-10.001 0a5 5 0 0 1 10 0m-4.874-8.75H12m.124 17.5H12m8.751-8.625V12m-17.5.125V12m15.025-6.099l-.088-.088M5.9 18.275l-.089-.088m12.287.089l.088-.089M5.724 5.901l.089-.088M12.25 3.25a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m0 17.5a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m8.5-8.5a.25.25 0 1 1 0-.5a.25.25 0 0 1 0 .5m-17.5 0a.25.25 0 1 1 0-.5a.25.25 0 0 1 0 .5m15.114-6.26a.25.25 0 1 1-.354-.354a.25.25 0 0 1 .354.353M5.989 18.362a.25.25 0 1 1-.354-.353a.25.25 0 0 1 .354.353m12.021.001a.25.25 0 1 1 .354-.354a.25.25 0 0 1-.354.354M5.636 5.99a.25.25 0 1 1 .353-.354a.25.25 0 0 1-.353.354"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSun01(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="M17 12a5 5 0 1 1-10.001 0a5 5 0 0 1 10 0m-4.874-8.75H12m.124 17.5H12m8.751-8.625V12m-17.5.125V12m15.025-6.099l-.088-.088M5.9 18.275l-.089-.088m12.287.089l.088-.089M5.724 5.901l.089-.088M12.25 3.25a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m0 17.5a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m8.5-8.5a.25.25 0 1 1 0-.5a.25.25 0 0 1 0 .5m-17.5 0a.25.25 0 1 1 0-.5a.25.25 0 0 1 0 .5m15.114-6.26a.25.25 0 1 1-.354-.354a.25.25 0 0 1 .354.353M5.989 18.362a.25.25 0 1 1-.354-.353a.25.25 0 0 1 .354.353m12.021.001a.25.25 0 1 1 .354-.354a.25.25 0 0 1-.354.354M5.636 5.99a.25.25 0 1 1 .353-.354a.25.25 0 0 1-.353.354"/></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="M17 12a5 5 0 1 1-10.001 0a5 5 0 0 1 10 0m-4.874-8.75H12m.124 17.5H12m8.751-8.625V12m-17.5.125V12m15.025-6.099l-.088-.088M5.9 18.275l-.089-.088m12.287.089l.088-.089M5.724 5.901l.089-.088M12.25 3.25a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m0 17.5a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m8.5-8.5a.25.25 0 1 1 0-.5a.25.25 0 0 1 0 .5m-17.5 0a.25.25 0 1 1 0-.5a.25.25 0 0 1 0 .5m15.114-6.26a.25.25 0 1 1-.354-.354a.25.25 0 0 1 .354.353M5.989 18.362a.25.25 0 1 1-.354-.353a.25.25 0 0 1 .354.353m12.021.001a.25.25 0 1 1 .354-.354a.25.25 0 0 1-.354.354M5.636 5.99a.25.25 0 1 1 .353-.354a.25.25 0 0 1-.353.354"/></svg> </template>
CSS
.icon-sun-01 {
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%22M17%2012a5%205%200%201%201-10.001%200a5%205%200%200%201%2010%200m-4.874-8.75H12m.124%2017.5H12m8.751-8.625V12m-17.5.125V12m15.025-6.099l-.088-.088M5.9%2018.275l-.089-.088m12.287.089l.088-.089M5.724%205.901l.089-.088M12.25%203.25a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m0%2017.5a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m8.5-8.5a.25.25%200%201%201%200-.5a.25.25%200%200%201%200%20.5m-17.5%200a.25.25%200%201%201%200-.5a.25.25%200%200%201%200%20.5m15.114-6.26a.25.25%200%201%201-.354-.354a.25.25%200%200%201%20.354.353M5.989%2018.362a.25.25%200%201%201-.354-.353a.25.25%200%200%201%20.354.353m12.021.001a.25.25%200%201%201%20.354-.354a.25.25%200%200%201-.354.354M5.636%205.99a.25.25%200%201%201%20.353-.354a.25.25%200%200%201-.353.354%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%22M17%2012a5%205%200%201%201-10.001%200a5%205%200%200%201%2010%200m-4.874-8.75H12m.124%2017.5H12m8.751-8.625V12m-17.5.125V12m15.025-6.099l-.088-.088M5.9%2018.275l-.089-.088m12.287.089l.088-.089M5.724%205.901l.089-.088M12.25%203.25a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m0%2017.5a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m8.5-8.5a.25.25%200%201%201%200-.5a.25.25%200%200%201%200%20.5m-17.5%200a.25.25%200%201%201%200-.5a.25.25%200%200%201%200%20.5m15.114-6.26a.25.25%200%201%201-.354-.354a.25.25%200%200%201%20.354.353M5.989%2018.362a.25.25%200%201%201-.354-.353a.25.25%200%200%201%20.354.353m12.021.001a.25.25%200%201%201%20.354-.354a.25.25%200%200%201-.354.354M5.636%205.99a.25.25%200%201%201%20.353-.354a.25.25%200%200%201-.353.354%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/sun-01.svg?color=%231a73e8&size=48