Highly Available Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Highly Available 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/320159.svg" alt="Highly Available icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320159.svg" alt="Highly Available icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320159.svg" alt="Highly Available icon" :width="24" :height="24" />
CSS background
.icon-highly-available {
background-image: url('https://proicons.com/icon/320159.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="highly-available_00000025426922156796266320000001757460216515883179_" d="M16,31.36C7.53,31.36,0.64,24.47,0.64,16 c0-4.019,1.514-7.768,4.281-10.64H3V4.64h3.36V8H5.64V5.655C2.876,8.418,1.36,12.074,1.36,16c0,8.072,6.567,14.64,14.64,14.64 c8.072,0,14.64-6.567,14.64-14.64S24.073,1.36,16,1.36c-2.741,0-5.413,0.762-7.728,2.204L7.891,2.952 C10.32,1.439,13.125,0.64,16,0.64c8.47,0,15.36,6.89,15.36,15.36S24.47,31.36,16,31.36z M16.36,25h-0.72v-2h0.72V25z M20.188,23.974 l-1-1.731l0.623-0.359l1,1.731L20.188,23.974z M11.812,23.974l-0.623-0.359l1-1.731l0.623,0.359L11.812,23.974z M8.386,20.812 l-0.36-0.623l1.732-1l0.36,0.623L8.386,20.812z M23.614,20.812l-1.731-1l0.359-0.623l1.731,1L23.614,20.812z M16,18.36 c-1.301,0-2.36-1.059-2.36-2.36s1.059-2.36,2.36-2.36c1.302,0,2.36,1.059,2.36,2.36C18.36,17.302,17.302,18.36,16,18.36z M16,14.36 c-0.904,0-1.64,0.736-1.64,1.64c0,0.904,0.736,1.64,1.64,1.64c0.904,0,1.64-0.735,1.64-1.64S16.904,14.36,16,14.36z M25,16.36h-2 v-0.72h2V16.36z M9,16.36H7v-0.72h2V16.36z M9.758,12.812l-1.732-1l0.36-0.624l1.732,1L9.758,12.812z M22.242,12.812l-0.359-0.623 l1.731-1l0.359,0.623L22.242,12.812z M19.812,10.118l-0.623-0.36l1-1.732l0.623,0.36L19.812,10.118z M12.188,10.118l-1-1.732 l0.624-0.36l1,1.732L12.188,10.118z M16.36,9h-0.72V7h0.72V9z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!