sun one icon

sun-one from IconPark by ByteDance · Color · Weather · Apache-2.0 Free for personal and commercial use.

Name
sun-one
Set
IconPark
Style
Color
Category
Weather
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More weather icons from IconPark

Use the sun one icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" stroke-width="4" d="M24 37C31.1797 37 37 31.1797 37 24C37 16.8203 31.1797 11 24 11C16.8203 11 11 16.8203 11 24C11 31.1797 16.8203 37 24 37Z"/><path fill="#000" d="M24 6C25.3807 6 26.5 4.88071 26.5 3.5C26.5 2.11929 25.3807 1 24 1C22.6193 1 21.5 2.11929 21.5 3.5C21.5 4.88071 22.6193 6 24 6Z"/><path fill="#000" d="M38.5 12C39.8807 12 41 10.8807 41 9.5C41 8.11929 39.8807 7 38.5 7C37.1193 7 36 8.11929 36 9.5C36 10.8807 37.1193 12 38.5 12Z"/><path fill="#000" d="M44.5 26.5C45.8807 26.5 47 25.3807 47 24C47 22.6193 45.8807 21.5 44.5 21.5C43.1193 21.5 42 22.6193 42 24C42 25.3807 43.1193 26.5 44.5 26.5Z"/><path fill="#000" d="M38.5 41C39.8807 41 41 39.8807 41 38.5C41 37.1193 39.8807 36 38.5 36C37.1193 36 36 37.1193 36 38.5C36 39.8807 37.1193 41 38.5 41Z"/><path fill="#000" d="M24 47C25.3807 47 26.5 45.8807 26.5 44.5C26.5 43.1193 25.3807 42 24 42C22.6193 42 21.5 43.1193 21.5 44.5C21.5 45.8807 22.6193 47 24 47Z"/><path fill="#000" d="M9.5 41C10.8807 41 12 39.8807 12 38.5C12 37.1193 10.8807 36 9.5 36C8.11929 36 7 37.1193 7 38.5C7 39.8807 8.11929 41 9.5 41Z"/><path fill="#000" d="M3.5 26.5C4.88071 26.5 6 25.3807 6 24C6 22.6193 4.88071 21.5 3.5 21.5C2.11929 21.5 1 22.6193 1 24C1 25.3807 2.11929 26.5 3.5 26.5Z"/><path fill="#000" d="M9.5 12C10.8807 12 12 10.8807 12 9.5C12 8.11929 10.8807 7 9.5 7C8.11929 7 7 8.11929 7 9.5C7 10.8807 8.11929 12 9.5 12Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkSunOne(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 fill="#2F88FF" stroke="#000" strokeLinejoin="round" strokeWidth="4" d="M24 37C31.1797 37 37 31.1797 37 24C37 16.8203 31.1797 11 24 11C16.8203 11 11 16.8203 11 24C11 31.1797 16.8203 37 24 37Z"/><path fill="#000" d="M24 6C25.3807 6 26.5 4.88071 26.5 3.5C26.5 2.11929 25.3807 1 24 1C22.6193 1 21.5 2.11929 21.5 3.5C21.5 4.88071 22.6193 6 24 6Z"/><path fill="#000" d="M38.5 12C39.8807 12 41 10.8807 41 9.5C41 8.11929 39.8807 7 38.5 7C37.1193 7 36 8.11929 36 9.5C36 10.8807 37.1193 12 38.5 12Z"/><path fill="#000" d="M44.5 26.5C45.8807 26.5 47 25.3807 47 24C47 22.6193 45.8807 21.5 44.5 21.5C43.1193 21.5 42 22.6193 42 24C42 25.3807 43.1193 26.5 44.5 26.5Z"/><path fill="#000" d="M38.5 41C39.8807 41 41 39.8807 41 38.5C41 37.1193 39.8807 36 38.5 36C37.1193 36 36 37.1193 36 38.5C36 39.8807 37.1193 41 38.5 41Z"/><path fill="#000" d="M24 47C25.3807 47 26.5 45.8807 26.5 44.5C26.5 43.1193 25.3807 42 24 42C22.6193 42 21.5 43.1193 21.5 44.5C21.5 45.8807 22.6193 47 24 47Z"/><path fill="#000" d="M9.5 41C10.8807 41 12 39.8807 12 38.5C12 37.1193 10.8807 36 9.5 36C8.11929 36 7 37.1193 7 38.5C7 39.8807 8.11929 41 9.5 41Z"/><path fill="#000" d="M3.5 26.5C4.88071 26.5 6 25.3807 6 24C6 22.6193 4.88071 21.5 3.5 21.5C2.11929 21.5 1 22.6193 1 24C1 25.3807 2.11929 26.5 3.5 26.5Z"/><path fill="#000" d="M9.5 12C10.8807 12 12 10.8807 12 9.5C12 8.11929 10.8807 7 9.5 7C8.11929 7 7 8.11929 7 9.5C7 10.8807 8.11929 12 9.5 12Z"/></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 fill="#2F88FF" stroke="#000" stroke-linejoin="round" stroke-width="4" d="M24 37C31.1797 37 37 31.1797 37 24C37 16.8203 31.1797 11 24 11C16.8203 11 11 16.8203 11 24C11 31.1797 16.8203 37 24 37Z"/><path fill="#000" d="M24 6C25.3807 6 26.5 4.88071 26.5 3.5C26.5 2.11929 25.3807 1 24 1C22.6193 1 21.5 2.11929 21.5 3.5C21.5 4.88071 22.6193 6 24 6Z"/><path fill="#000" d="M38.5 12C39.8807 12 41 10.8807 41 9.5C41 8.11929 39.8807 7 38.5 7C37.1193 7 36 8.11929 36 9.5C36 10.8807 37.1193 12 38.5 12Z"/><path fill="#000" d="M44.5 26.5C45.8807 26.5 47 25.3807 47 24C47 22.6193 45.8807 21.5 44.5 21.5C43.1193 21.5 42 22.6193 42 24C42 25.3807 43.1193 26.5 44.5 26.5Z"/><path fill="#000" d="M38.5 41C39.8807 41 41 39.8807 41 38.5C41 37.1193 39.8807 36 38.5 36C37.1193 36 36 37.1193 36 38.5C36 39.8807 37.1193 41 38.5 41Z"/><path fill="#000" d="M24 47C25.3807 47 26.5 45.8807 26.5 44.5C26.5 43.1193 25.3807 42 24 42C22.6193 42 21.5 43.1193 21.5 44.5C21.5 45.8807 22.6193 47 24 47Z"/><path fill="#000" d="M9.5 41C10.8807 41 12 39.8807 12 38.5C12 37.1193 10.8807 36 9.5 36C8.11929 36 7 37.1193 7 38.5C7 39.8807 8.11929 41 9.5 41Z"/><path fill="#000" d="M3.5 26.5C4.88071 26.5 6 25.3807 6 24C6 22.6193 4.88071 21.5 3.5 21.5C2.11929 21.5 1 22.6193 1 24C1 25.3807 2.11929 26.5 3.5 26.5Z"/><path fill="#000" d="M9.5 12C10.8807 12 12 10.8807 12 9.5C12 8.11929 10.8807 7 9.5 7C8.11929 7 7 8.11929 7 9.5C7 10.8807 8.11929 12 9.5 12Z"/></g></svg>
</template>

CSS

.icon-sun-one {
  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%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%2037C31.1797%2037%2037%2031.1797%2037%2024C37%2016.8203%2031.1797%2011%2024%2011C16.8203%2011%2011%2016.8203%2011%2024C11%2031.1797%2016.8203%2037%2024%2037Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M24%206C25.3807%206%2026.5%204.88071%2026.5%203.5C26.5%202.11929%2025.3807%201%2024%201C22.6193%201%2021.5%202.11929%2021.5%203.5C21.5%204.88071%2022.6193%206%2024%206Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M38.5%2012C39.8807%2012%2041%2010.8807%2041%209.5C41%208.11929%2039.8807%207%2038.5%207C37.1193%207%2036%208.11929%2036%209.5C36%2010.8807%2037.1193%2012%2038.5%2012Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M44.5%2026.5C45.8807%2026.5%2047%2025.3807%2047%2024C47%2022.6193%2045.8807%2021.5%2044.5%2021.5C43.1193%2021.5%2042%2022.6193%2042%2024C42%2025.3807%2043.1193%2026.5%2044.5%2026.5Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M38.5%2041C39.8807%2041%2041%2039.8807%2041%2038.5C41%2037.1193%2039.8807%2036%2038.5%2036C37.1193%2036%2036%2037.1193%2036%2038.5C36%2039.8807%2037.1193%2041%2038.5%2041Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M24%2047C25.3807%2047%2026.5%2045.8807%2026.5%2044.5C26.5%2043.1193%2025.3807%2042%2024%2042C22.6193%2042%2021.5%2043.1193%2021.5%2044.5C21.5%2045.8807%2022.6193%2047%2024%2047Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M9.5%2041C10.8807%2041%2012%2039.8807%2012%2038.5C12%2037.1193%2010.8807%2036%209.5%2036C8.11929%2036%207%2037.1193%207%2038.5C7%2039.8807%208.11929%2041%209.5%2041Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M3.5%2026.5C4.88071%2026.5%206%2025.3807%206%2024C6%2022.6193%204.88071%2021.5%203.5%2021.5C2.11929%2021.5%201%2022.6193%201%2024C1%2025.3807%202.11929%2026.5%203.5%2026.5Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M9.5%2012C10.8807%2012%2012%2010.8807%2012%209.5C12%208.11929%2010.8807%207%209.5%207C8.11929%207%207%208.11929%207%209.5C7%2010.8807%208.11929%2012%209.5%2012Z%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%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%2037C31.1797%2037%2037%2031.1797%2037%2024C37%2016.8203%2031.1797%2011%2024%2011C16.8203%2011%2011%2016.8203%2011%2024C11%2031.1797%2016.8203%2037%2024%2037Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M24%206C25.3807%206%2026.5%204.88071%2026.5%203.5C26.5%202.11929%2025.3807%201%2024%201C22.6193%201%2021.5%202.11929%2021.5%203.5C21.5%204.88071%2022.6193%206%2024%206Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M38.5%2012C39.8807%2012%2041%2010.8807%2041%209.5C41%208.11929%2039.8807%207%2038.5%207C37.1193%207%2036%208.11929%2036%209.5C36%2010.8807%2037.1193%2012%2038.5%2012Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M44.5%2026.5C45.8807%2026.5%2047%2025.3807%2047%2024C47%2022.6193%2045.8807%2021.5%2044.5%2021.5C43.1193%2021.5%2042%2022.6193%2042%2024C42%2025.3807%2043.1193%2026.5%2044.5%2026.5Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M38.5%2041C39.8807%2041%2041%2039.8807%2041%2038.5C41%2037.1193%2039.8807%2036%2038.5%2036C37.1193%2036%2036%2037.1193%2036%2038.5C36%2039.8807%2037.1193%2041%2038.5%2041Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M24%2047C25.3807%2047%2026.5%2045.8807%2026.5%2044.5C26.5%2043.1193%2025.3807%2042%2024%2042C22.6193%2042%2021.5%2043.1193%2021.5%2044.5C21.5%2045.8807%2022.6193%2047%2024%2047Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M9.5%2041C10.8807%2041%2012%2039.8807%2012%2038.5C12%2037.1193%2010.8807%2036%209.5%2036C8.11929%2036%207%2037.1193%207%2038.5C7%2039.8807%208.11929%2041%209.5%2041Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M3.5%2026.5C4.88071%2026.5%206%2025.3807%206%2024C6%2022.6193%204.88071%2021.5%203.5%2021.5C2.11929%2021.5%201%2022.6193%201%2024C1%2025.3807%202.11929%2026.5%203.5%2026.5Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M9.5%2012C10.8807%2012%2012%2010.8807%2012%209.5C12%208.11929%2010.8807%207%209.5%207C8.11929%207%207%208.11929%207%209.5C7%2010.8807%208.11929%2012%209.5%2012Z%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/sun-one.svg?color=%231a73e8&size=48