Meet Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Meet Mobile 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/329023.svg" alt="Meet Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329023.svg" alt="Meet Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329023.svg" alt="Meet Mobile icon" :width="24" :height="24" />
CSS background
.icon-meet-mobile {
background-image: url('https://proicons.com/icon/329023.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><circle class="c" cx="35.2915" cy="19.3569" r="5.156"/><path class="c" d="m6.175,34.2015c.7821.2031,1.6025.3112,2.4481.3112,3.3834,0,6.3596-1.7324,8.0983-4.3562,1.7387,2.6238,4.7149,4.3562,8.0983,4.3562,3.5261,0,6.6038-1.8855,8.3053-4.697,1.7014,2.8115,4.7792,4.697,8.3053,4.697.7103,0,1.4028-.0763,2.0697-.221h0S16.5473,13.4873,16.5473,13.4873l-10.8338,7.289c-1.2583.8466-1.5921,2.553-.7455,3.8114s2.553,1.5921,3.8114.7455l6.8252-4.592,4.1993,3.3711-13.6288,10.0892Z"/></svg>
Copied!