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/308875.svg" alt="Mode Dark Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308875.svg" alt="Mode Dark Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308875.svg" alt="Mode Dark Svg icon" :width="24" :height="24" />
CSS background
.icon-mode----dark---svg {
background-image: url('https://proicons.com/icon/308875.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 fill-rule="evenodd" clip-rule="evenodd" d="M11.5353 3.5185C11.6874 3.18427 11.644 2.79359 11.4224 2.50082C11.2008 2.20806 10.8365 2.0603 10.4736 2.11594C5.67498 2.85152 2 6.99569 2 12C2 17.5229 6.47715 22 12 22C17.5228 22 22 17.5229 22 12C22 11.9065 21.9987 11.8132 21.9962 11.7203C21.986 11.3529 21.7752 11.0206 21.4471 10.855C21.119 10.6894 20.7265 10.7172 20.4249 10.9272C19.454 11.6036 18.2748 12 17 12C13.6863 12 11 9.31375 11 6.00004C11 5.11302 11.1918 4.27352 11.5353 3.5185Z" fill="#292929"/> </svg>
Copied!