sun 2 icon

sun-2-linear from Solar by 480 Design · Linear · Weather · CC-BY-4.0 Attribution required.

Name
sun-2-linear
Set
Solar
Style
Linear
Category
Weather
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More weather icons from Solar

Use the sun 2 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"><circle cx="12" cy="12" r="5"/><path stroke-linecap="round" d="M12 2V4"/><path stroke-linecap="round" d="M12 20V22"/><path stroke-linecap="round" d="M4 12L2 12"/><path stroke-linecap="round" d="M22 12L20 12"/><path stroke-linecap="round" d="M19.7778 4.22266L17.5558 6.25424"/><path stroke-linecap="round" d="M4.22217 4.22266L6.44418 6.25424"/><path stroke-linecap="round" d="M6.44434 17.5557L4.22211 19.7779"/><path stroke-linecap="round" d="M19.7778 19.7773L17.5558 17.5551"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarSun2Linear(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"><circle cx="12" cy="12" r="5"/><path strokeLinecap="round" d="M12 2V4"/><path strokeLinecap="round" d="M12 20V22"/><path strokeLinecap="round" d="M4 12L2 12"/><path strokeLinecap="round" d="M22 12L20 12"/><path strokeLinecap="round" d="M19.7778 4.22266L17.5558 6.25424"/><path strokeLinecap="round" d="M4.22217 4.22266L6.44418 6.25424"/><path strokeLinecap="round" d="M6.44434 17.5557L4.22211 19.7779"/><path strokeLinecap="round" d="M19.7778 19.7773L17.5558 17.5551"/></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"><circle cx="12" cy="12" r="5"/><path stroke-linecap="round" d="M12 2V4"/><path stroke-linecap="round" d="M12 20V22"/><path stroke-linecap="round" d="M4 12L2 12"/><path stroke-linecap="round" d="M22 12L20 12"/><path stroke-linecap="round" d="M19.7778 4.22266L17.5558 6.25424"/><path stroke-linecap="round" d="M4.22217 4.22266L6.44418 6.25424"/><path stroke-linecap="round" d="M6.44434 17.5557L4.22211 19.7779"/><path stroke-linecap="round" d="M19.7778 19.7773L17.5558 17.5551"/></g></svg>
</template>

CSS

.icon-sun-2-linear {
  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%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%225%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%202V4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2020V22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2012L2%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2012L20%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.7778%204.22266L17.5558%206.25424%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.22217%204.22266L6.44418%206.25424%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.44434%2017.5557L4.22211%2019.7779%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.7778%2019.7773L17.5558%2017.5551%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%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%225%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%202V4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2020V22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2012L2%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2012L20%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.7778%204.22266L17.5558%206.25424%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.22217%204.22266L6.44418%206.25424%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.44434%2017.5557L4.22211%2019.7779%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.7778%2019.7773L17.5558%2017.5551%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/sun-2-linear.svg?color=%231a73e8&size=48