sunny icon
sunny from IconPark Outline by ByteDance · Outline · Weather · Apache-2.0 Free for personal and commercial use.
- Name
- sunny
- Set
- IconPark Outline
- Style
- Outline
- Category
- Weather
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More weather icons from IconPark Outline
Use the sunny icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M30.783 24.565a6.783 6.783 0 1 0-6.683-7.947"/><path fill="currentColor" d="M33 7a2 2 0 1 0 0-4a2 2 0 0 0 0 4m9 5a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4M22 10a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M9.455 39.994A13.95 13.95 0 0 1 4 28.885C4 21.217 10.105 15 17.636 15c6.297 0 11.598 4.346 13.166 10.253a8.9 8.9 0 0 1 4.107-.996c5.02 0 9.091 4.144 9.091 9.256c0 3.796-2.244 7.059-5.455 8.487"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M22.243 24.757a6 6 0 0 0-8.485 8.485"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineSunny(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M30.783 24.565a6.783 6.783 0 1 0-6.683-7.947"/><path fill="currentColor" d="M33 7a2 2 0 1 0 0-4a2 2 0 0 0 0 4m9 5a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4M22 10a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M9.455 39.994A13.95 13.95 0 0 1 4 28.885C4 21.217 10.105 15 17.636 15c6.297 0 11.598 4.346 13.166 10.253a8.9 8.9 0 0 1 4.107-.996c5.02 0 9.091 4.144 9.091 9.256c0 3.796-2.244 7.059-5.455 8.487"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M22.243 24.757a6 6 0 0 0-8.485 8.485"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M30.783 24.565a6.783 6.783 0 1 0-6.683-7.947"/><path fill="currentColor" d="M33 7a2 2 0 1 0 0-4a2 2 0 0 0 0 4m9 5a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4M22 10a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M9.455 39.994A13.95 13.95 0 0 1 4 28.885C4 21.217 10.105 15 17.636 15c6.297 0 11.598 4.346 13.166 10.253a8.9 8.9 0 0 1 4.107-.996c5.02 0 9.091 4.144 9.091 9.256c0 3.796-2.244 7.059-5.455 8.487"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M22.243 24.757a6 6 0 0 0-8.485 8.485"/></g></svg> </template>
CSS
.icon-sunny {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M30.783%2024.565a6.783%206.783%200%201%200-6.683-7.947%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M33%207a2%202%200%201%200%200-4a2%202%200%200%200%200%204m9%205a2%202%200%201%200%200-4a2%202%200%200%200%200%204m2%209a2%202%200%201%200%200-4a2%202%200%200%200%200%204M22%2010a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M9.455%2039.994A13.95%2013.95%200%200%201%204%2028.885C4%2021.217%2010.105%2015%2017.636%2015c6.297%200%2011.598%204.346%2013.166%2010.253a8.9%208.9%200%200%201%204.107-.996c5.02%200%209.091%204.144%209.091%209.256c0%203.796-2.244%207.059-5.455%208.487%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M22.243%2024.757a6%206%200%200%200-8.485%208.485%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M30.783%2024.565a6.783%206.783%200%201%200-6.683-7.947%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M33%207a2%202%200%201%200%200-4a2%202%200%200%200%200%204m9%205a2%202%200%201%200%200-4a2%202%200%200%200%200%204m2%209a2%202%200%201%200%200-4a2%202%200%200%200%200%204M22%2010a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M9.455%2039.994A13.95%2013.95%200%200%201%204%2028.885C4%2021.217%2010.105%2015%2017.636%2015c6.297%200%2011.598%204.346%2013.166%2010.253a8.9%208.9%200%200%201%204.107-.996c5.02%200%209.091%204.144%209.091%209.256c0%203.796-2.244%207.059-5.455%208.487%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M22.243%2024.757a6%206%200%200%200-8.485%208.485%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/sunny.svg?color=%231a73e8&size=48