Wireless Modem Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Wireless Modem 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/321001.svg" alt="Wireless Modem icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321001.svg" alt="Wireless Modem icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321001.svg" alt="Wireless Modem icon" :width="24" :height="24" />
CSS background
.icon-wireless-modem {
background-image: url('https://proicons.com/icon/321001.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 24.1.2, 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="wireless--modem_1_" d="M6,25c0,0.552-0.448,1-1,1s-1-0.448-1-1s0.448-1,1-1S6,24.448,6,25z M9,24c-0.552,0-1,0.448-1,1 s0.448,1,1,1s1-0.448,1-1S9.552,24,9,24z M13,24c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S13.552,24,13,24z M31,31.36H1 c-0.199,0-0.36-0.161-0.36-0.36V19c0-0.199,0.161-0.36,0.36-0.36h21.64V10h0.721v8.64H31c0.199,0,0.36,0.161,0.36,0.36v12 C31.36,31.199,31.199,31.36,31,31.36z M1.36,30.64h29.28V19.36H1.36V30.64z M26.443,8.611c-1.926-1.613-4.963-1.613-6.887-0.002 l-0.463-0.553c1.093-0.913,2.479-1.416,3.905-1.416c1.427,0,2.814,0.504,3.907,1.419L26.443,8.611z M28.561,6.474 c-1.533-1.363-3.509-2.114-5.562-2.114s-4.026,0.75-5.559,2.111l-0.479-0.538c1.664-1.479,3.809-2.293,6.037-2.293 c2.23,0,4.376,0.815,6.041,2.295L28.561,6.474z M30.682,4.341c-2.103-1.922-4.831-2.981-7.683-2.981s-5.579,1.058-7.681,2.979 l-0.485-0.531C17.067,1.766,19.967,0.641,23,0.641s5.934,1.125,8.169,3.17L30.682,4.341z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!