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/309551.svg" alt="Unavailable Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309551.svg" alt="Unavailable Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309551.svg" alt="Unavailable Svg icon" :width="24" :height="24" />
CSS background
.icon-unavailable---svg {
background-image: url('https://proicons.com/icon/309551.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"> <g clip-path="url(#clip0)"> <path d="M12 19.9999C7.58172 19.9999 4 16.4182 4 11.9999H2C2 17.5228 6.47715 21.9999 12 21.9999V19.9999ZM12 3.99994C16.4183 3.99994 20 7.58166 20 11.9999H22C22 6.47709 17.5228 1.99994 12 1.99994V3.99994ZM4 11.9999C4 9.79052 4.89434 7.79189 6.34315 6.34308L4.92893 4.92887C3.12038 6.73742 2 9.23879 2 11.9999H4ZM6.34315 6.34308C7.79196 4.89427 9.79058 3.99994 12 3.99994V1.99994C9.23885 1.99994 6.73748 3.12032 4.92893 4.92887L6.34315 6.34308ZM4.92893 6.34308L17.6569 19.071L19.0711 17.6568L6.34315 4.92887L4.92893 6.34308ZM20 11.9999C20 14.2094 19.1057 16.208 17.6569 17.6568L19.0711 19.071C20.8796 17.2625 22 14.7611 22 11.9999H20ZM17.6569 17.6568C16.208 19.1056 14.2094 19.9999 12 19.9999V21.9999C14.7611 21.9999 17.2625 20.8796 19.0711 19.071L17.6569 17.6568Z" fill="#292929"/> </g> <defs> <clipPath id="clip0"> <rect width="24" height="24" fill="white"/> </clipPath> </defs> </svg>
Copied!