My Passport Wireless Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Passport Wireless 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/329774.svg" alt="My Passport Wireless icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329774.svg" alt="My Passport Wireless icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329774.svg" alt="My Passport Wireless icon" :width="24" :height="24" />
CSS background
.icon-my-passport-wireless {
background-image: url('https://proicons.com/icon/329774.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m43.5,25.6362c0,5.3121-4.3146,9.6268-9.6267,9.6268H12.7035c-4.5276,0-8.2035-3.6759-8.2035-8.2035,0-2.2638.919-4.3146,2.4095-5.7939,1.4793-1.4905,3.5301-2.4095,5.7939-2.4095h.0112c1.8155-3.631,5.5698-6.119,9.9069-6.119,3.306,0,6.2758,1.4457,8.3043,3.7319.9302-.3025,1.9164-.4595,2.9474-.4595,2.6672,0,5.0879,1.087,6.8362,2.8465,1.7259,1.7483,2.7905,4.1241,2.7905,6.7802Z"/></svg>
Copied!