Unavailable Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Unavailable 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/308943.svg" alt="Unavailable Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308943.svg" alt="Unavailable Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308943.svg" alt="Unavailable Svg icon" :width="24" :height="24" />
CSS background
.icon-unavailable---svg {
background-image: url('https://proicons.com/icon/308943.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="M7.50347 5.38215C8.78508 4.50942 10.3325 4 12 4C16.4183 4 20 7.58172 20 12C20 13.6675 19.4906 15.2149 18.6179 16.4965L7.50347 5.38215ZM5.38215 7.50347C4.50942 8.78508 4 10.3325 4 12C4 16.4183 7.58172 20 12 20C13.6675 20 15.2149 19.4906 16.4965 18.6179L5.38215 7.50347ZM12 2C9.23885 2 6.73748 3.12038 4.92893 4.92893C3.12038 6.73748 2 9.23885 2 12C2 17.5228 6.47715 22 12 22C14.7611 22 17.2625 20.8796 19.0711 19.0711C20.8796 17.2625 22 14.7611 22 12C22 6.47715 17.5228 2 12 2Z" fill="#292929"/> </svg>
Copied!