Rainbow Six Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rainbow Six 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/331894.svg" alt="Rainbow Six Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331894.svg" alt="Rainbow Six Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331894.svg" alt="Rainbow Six Mobile icon" :width="24" :height="24" />
CSS background
.icon-rainbow-six-mobile {
background-image: url('https://proicons.com/icon/331894.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><polyline class="c" points="16.5968 19.8561 8.7507 15.3563 11.594 35.9113 18.2122 39.9841 18.0647 33.5247"/><path class="c" d="M31.4032,17.4071c0-1.5598-2.2316-2.8243-4.9844-2.8243-1.5154,0-2.8729.3832-3.7871.9879l.0004.0006v-5.2939c0-.428.6124-.775,1.3678-.775s1.3678.347,1.3678.775v2.351h6.0354v-3.9336c0-2.3168-3.3145-4.1949-7.4032-4.1949s-7.4032,1.8781-7.4032,4.1949v22.3223c0,2.3168,3.3145,4.1949,7.4032,4.1949s7.4032-1.8781,7.4032-4.1949v-13.6101"/><polyline class="c" points="31.4032 19.8561 39.2493 15.3563 36.406 35.9113 29.7878 39.9841 29.9353 33.5247"/><polyline class="c" points="27.1434 34.8153 24 43.5 20.8566 34.8153"/><path class="c" d="M25.1196,23.3499v2.0538c0,.3797-.2508.7136-.6154.8195l-1.2207.3544"/><path class="c" d="M27.6562,20.6095l-4.3727,1.0932v-.5756h-1.5749c-.169,0-.3061.137-.3061.3061v9.841c0,.169.137.3061.3061.3061h1.2689c.169,0,.3061-.137.3061-.3061v-7.4653l4.5106-1.1277c.1266-.0316.2153-.1454.2153-.2758v-1.5201c0-.185-.1738-.3207-.3533-.2758Z"/></svg>
Copied!