Mode Dark Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Mode Dark 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/309787.svg" alt="Mode Dark Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309787.svg" alt="Mode Dark Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309787.svg" alt="Mode Dark Svg icon" :width="24" :height="24" />
CSS background
.icon-mode----dark---svg {
background-image: url('https://proicons.com/icon/309787.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"> <path d="M12 21C16.9706 21 21 16.9706 21 12C21 11.9156 20.9988 11.8316 20.9965 11.7477C19.8634 12.5371 18.4857 13 17 13C13.134 13 10 9.86601 10 6.00002C10 4.96731 10.2236 3.98683 10.6251 3.10437C6.30715 3.76627 3 7.49693 3 12C3 16.9706 7.02944 21 12 21Z" stroke="#292929" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!