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/309855.svg" alt="Unavailable Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309855.svg" alt="Unavailable Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309855.svg" alt="Unavailable Svg icon" :width="24" :height="24" />
CSS background
.icon-unavailable---svg {
background-image: url('https://proicons.com/icon/309855.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 20.5C7.30558 20.5 3.5 16.6944 3.5 12H2.5C2.5 17.2467 6.75329 21.5 12 21.5V20.5ZM12 3.5C16.6944 3.5 20.5 7.30558 20.5 12H21.5C21.5 6.75329 17.2467 2.5 12 2.5V3.5ZM3.5 12C3.5 9.65265 4.45085 7.52834 5.98959 5.98959L5.28249 5.28249C3.56387 7.0011 2.5 9.37679 2.5 12H3.5ZM5.98959 5.98959C7.52834 4.45085 9.65265 3.5 12 3.5V2.5C9.37679 2.5 7.0011 3.56387 5.28249 5.28249L5.98959 5.98959ZM5.28249 5.98959L18.0104 18.7175L18.7175 18.0104L5.98959 5.28249L5.28249 5.98959ZM20.5 12C20.5 14.3473 19.5492 16.4717 18.0104 18.0104L18.7175 18.7175C20.4361 16.9989 21.5 14.6232 21.5 12H20.5ZM18.0104 18.0104C16.4717 19.5492 14.3473 20.5 12 20.5V21.5C14.6232 21.5 16.9989 20.4361 18.7175 18.7175L18.0104 18.0104Z" fill="#292929"/> </svg>
Copied!