Operate Offline Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Operate Offline 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/320463.svg" alt="Operate Offline icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320463.svg" alt="Operate Offline icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320463.svg" alt="Operate Offline icon" :width="24" :height="24" />
CSS background
.icon-operate-offline {
background-image: url('https://proicons.com/icon/320463.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="operate-offline_00000097490490114466390560000010606146677865945272_" d="M16,31.36C7.53,31.36,0.64,24.47,0.64,16 c0-2.275,0.484-4.46,1.439-6.5C1.81,9.251,1.64,8.895,1.64,8.5c0-0.75,0.61-1.36,1.36-1.36c0.142,0,0.279,0.021,0.407,0.062 C6.286,3.087,10.97,0.64,16,0.64c8.47,0,15.36,6.89,15.36,15.36c0,2.275-0.484,4.461-1.439,6.5c0.27,0.248,0.439,0.604,0.439,1 c0,0.75-0.61,1.36-1.36,1.36c-0.142,0-0.278-0.022-0.407-0.062C25.714,28.913,21.029,31.36,16,31.36z M2.719,9.831 C1.817,11.768,1.36,13.841,1.36,16c0,8.072,6.567,14.64,14.64,14.64c4.784,0,9.241-2.323,11.987-6.232 c-0.216-0.241-0.348-0.56-0.348-0.907c0-0.119,0.016-0.234,0.044-0.344l-3.764-2.172c-1.659,2.627-4.589,4.376-7.92,4.376V24.64 c3.064,0,5.762-1.604,7.296-4.016L8.344,11.998C7.716,13.195,7.36,14.557,7.36,16c0,1.874,0.584,3.644,1.691,5.137 c0.177-0.085,0.376-0.133,0.585-0.133c0.75,0,1.36,0.61,1.36,1.36s-0.61,1.36-1.36,1.36s-1.36-0.61-1.36-1.36 c0-0.279,0.084-0.539,0.229-0.756C7.301,19.998,6.64,18.019,6.64,16c0-1.574,0.39-3.059,1.08-4.362L3.956,9.467 C3.646,9.772,3.162,9.924,2.719,9.831z M29,22.86c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64 S29.353,22.86,29,22.86z M9.636,21.725c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64 S9.989,21.725,9.636,21.725z M24.28,20.361l3.765,2.172c0.308-0.306,0.794-0.453,1.235-0.364c0.903-1.936,1.36-4.009,1.36-6.169 c0-8.073-6.567-14.64-14.64-14.64c-4.785,0-9.242,2.324-11.987,6.233C4.229,7.834,4.36,8.152,4.36,8.5 c0,0.119-0.015,0.233-0.044,0.343l3.765,2.172C9.74,8.388,12.67,6.64,16,6.64v0.72c-3.064,0-5.761,1.604-7.295,4.015l14.952,8.626 c0.628-1.196,0.983-2.559,0.983-4.001c0-1.875-0.583-3.644-1.69-5.136c-0.178,0.084-0.376,0.132-0.585,0.132 c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36c0,0.279-0.085,0.54-0.23,0.755 c1.205,1.61,1.866,3.589,1.866,5.608C25.36,17.574,24.97,19.058,24.28,20.361z M22.364,8.996c-0.353,0-0.64,0.287-0.64,0.64 s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S22.717,8.996,22.364,8.996z M3,7.86c-0.353,0-0.64,0.287-0.64,0.64S2.647,9.14,3,9.14 S3.64,8.853,3.64,8.5S3.353,7.86,3,7.86z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!