Mode Light Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Mode Light Svg icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307964.svg" alt="Mode Light Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307964.svg" alt="Mode Light Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307964.svg" alt="Mode Light Svg icon" :width="24" :height="24" />
CSS background
.icon-mode----light---svg {
background-image: url('https://proicons.com/icon/307964.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="12" cy="12" r="4" stroke="#4400FF" stroke-width="2" stroke-linejoin="round"/> <path d="M20 12H21" stroke="#292929" stroke-width="2" stroke-linecap="round"/> <path d="M3 12H4" stroke="#292929" stroke-width="2" stroke-linecap="round"/> <path d="M12 20L12 21" stroke="#292929" stroke-width="2" stroke-linecap="round"/> <path d="M12 3L12 4" stroke="#292929" stroke-width="2" stroke-linecap="round"/> <path d="M17.6569 17.6569L18.364 18.364" stroke="#292929" stroke-width="2" stroke-linecap="round"/> <path d="M5.63605 5.63605L6.34315 6.34315" stroke="#292929" stroke-width="2" stroke-linecap="round"/> <path d="M6.34314 17.6569L5.63603 18.364" stroke="#292929" stroke-width="2" stroke-linecap="round"/> <path d="M18.364 5.63605L17.6568 6.34315" stroke="#292929" stroke-width="2" stroke-linecap="round"/> </svg>
Copied!