sun-dim from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
sun-dim
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the sun dim 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="M16.992 12a5 5 0 1 1-10 0a5 5 0 0 1 10 0m-4.875-8.75h-.125m.124 17.5h-.124m8.75-8.625V12m-17.5.125V12m15.025-6.1l-.088-.087M5.893 18.275l-.089-.088m12.287.088l.088-.088M5.717 5.901l.088-.088m6.437-2.563a.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.98 18.362a.25.25 0 1 1-.353-.353a.25.25 0 0 1 .353.353m12.022 0a.25.25 0 1 1 .353-.353a.25.25 0 0 1-.353.354M5.628 5.99a.25.25 0 1 1 .354-.354a.25.25 0 0 1-.354.354"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSunDim(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="M16.992 12a5 5 0 1 1-10 0a5 5 0 0 1 10 0m-4.875-8.75h-.125m.124 17.5h-.124m8.75-8.625V12m-17.5.125V12m15.025-6.1l-.088-.087M5.893 18.275l-.089-.088m12.287.088l.088-.088M5.717 5.901l.088-.088m6.437-2.563a.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.98 18.362a.25.25 0 1 1-.353-.353a.25.25 0 0 1 .353.353m12.022 0a.25.25 0 1 1 .353-.353a.25.25 0 0 1-.353.354M5.628 5.99a.25.25 0 1 1 .354-.354a.25.25 0 0 1-.354.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="M16.992 12a5 5 0 1 1-10 0a5 5 0 0 1 10 0m-4.875-8.75h-.125m.124 17.5h-.124m8.75-8.625V12m-17.5.125V12m15.025-6.1l-.088-.087M5.893 18.275l-.089-.088m12.287.088l.088-.088M5.717 5.901l.088-.088m6.437-2.563a.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.98 18.362a.25.25 0 1 1-.353-.353a.25.25 0 0 1 .353.353m12.022 0a.25.25 0 1 1 .353-.353a.25.25 0 0 1-.353.354M5.628 5.99a.25.25 0 1 1 .354-.354a.25.25 0 0 1-.354.354"/></svg>
</template>

CSS

.icon-sun-dim {
  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%22M16.992%2012a5%205%200%201%201-10%200a5%205%200%200%201%2010%200m-4.875-8.75h-.125m.124%2017.5h-.124m8.75-8.625V12m-17.5.125V12m15.025-6.1l-.088-.087M5.893%2018.275l-.089-.088m12.287.088l.088-.088M5.717%205.901l.088-.088m6.437-2.563a.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.98%2018.362a.25.25%200%201%201-.353-.353a.25.25%200%200%201%20.353.353m12.022%200a.25.25%200%201%201%20.353-.353a.25.25%200%200%201-.353.354M5.628%205.99a.25.25%200%201%201%20.354-.354a.25.25%200%200%201-.354.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%22M16.992%2012a5%205%200%201%201-10%200a5%205%200%200%201%2010%200m-4.875-8.75h-.125m.124%2017.5h-.124m8.75-8.625V12m-17.5.125V12m15.025-6.1l-.088-.087M5.893%2018.275l-.089-.088m12.287.088l.088-.088M5.717%205.901l.088-.088m6.437-2.563a.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.98%2018.362a.25.25%200%201%201-.353-.353a.25.25%200%200%201%20.353.353m12.022%200a.25.25%200%201%201%20.353-.353a.25.25%200%200%201-.353.354M5.628%205.99a.25.25%200%201%201%20.354-.354a.25.25%200%200%201-.354.354%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Sun Dim stroke icon — Huge Icons · IconsDB