sun 02 icon
sun-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- sun-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
sun-01sun-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 02 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 d="M17 12a5 5 0 1 1-10 0a5 5 0 0 1 10 0Z"/><path stroke-linecap="round" d="M12 2c-.377.333-.905 1.2 0 2m0 16c.377.333.906 1.2 0 2m7.5-17.497c-.532-.033-1.575.22-1.496 1.495M5.496 17.5c.033.532-.22 1.575-1.496 1.496M5.003 4.5c-.033.532.22 1.576 1.497 1.497M18 17.503c.532-.032 1.575.208 1.496 1.414M22 12c-.333-.377-1.2-.905-2 0m-16-.5c-.333.377-1.2.906-2 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSun02(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 d="M17 12a5 5 0 1 1-10 0a5 5 0 0 1 10 0Z"/><path strokeLinecap="round" d="M12 2c-.377.333-.905 1.2 0 2m0 16c.377.333.906 1.2 0 2m7.5-17.497c-.532-.033-1.575.22-1.496 1.495M5.496 17.5c.033.532-.22 1.575-1.496 1.496M5.003 4.5c-.033.532.22 1.576 1.497 1.497M18 17.503c.532-.032 1.575.208 1.496 1.414M22 12c-.333-.377-1.2-.905-2 0m-16-.5c-.333.377-1.2.906-2 0"/></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 d="M17 12a5 5 0 1 1-10 0a5 5 0 0 1 10 0Z"/><path stroke-linecap="round" d="M12 2c-.377.333-.905 1.2 0 2m0 16c.377.333.906 1.2 0 2m7.5-17.497c-.532-.033-1.575.22-1.496 1.495M5.496 17.5c.033.532-.22 1.575-1.496 1.496M5.003 4.5c-.033.532.22 1.576 1.497 1.497M18 17.503c.532-.032 1.575.208 1.496 1.414M22 12c-.333-.377-1.2-.905-2 0m-16-.5c-.333.377-1.2.906-2 0"/></g></svg> </template>
CSS
.icon-sun-02 {
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%20d%3D%22M17%2012a5%205%200%201%201-10%200a5%205%200%200%201%2010%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%202c-.377.333-.905%201.2%200%202m0%2016c.377.333.906%201.2%200%202m7.5-17.497c-.532-.033-1.575.22-1.496%201.495M5.496%2017.5c.033.532-.22%201.575-1.496%201.496M5.003%204.5c-.033.532.22%201.576%201.497%201.497M18%2017.503c.532-.032%201.575.208%201.496%201.414M22%2012c-.333-.377-1.2-.905-2%200m-16-.5c-.333.377-1.2.906-2%200%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%20d%3D%22M17%2012a5%205%200%201%201-10%200a5%205%200%200%201%2010%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%202c-.377.333-.905%201.2%200%202m0%2016c.377.333.906%201.2%200%202m7.5-17.497c-.532-.033-1.575.22-1.496%201.495M5.496%2017.5c.033.532-.22%201.575-1.496%201.496M5.003%204.5c-.033.532.22%201.576%201.497%201.497M18%2017.503c.532-.032%201.575.208%201.496%201.414M22%2012c-.333-.377-1.2-.905-2%200m-16-.5c-.333.377-1.2.906-2%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/sun-02.svg?color=%231a73e8&size=48