Scb Anywhere Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Scb Anywhere 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/347016.svg" alt="Scb Anywhere icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347016.svg" alt="Scb Anywhere icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347016.svg" alt="Scb Anywhere icon" :width="24" :height="24" />
CSS background
.icon-scb-anywhere {
background-image: url('https://proicons.com/icon/347016.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M9.391,5.5h29.219c2.232,0,4.03,1.784,4.03,4v29c0,2.216-1.798,4-4.03,4H9.39c-2.232,0-4.03-1.784-4.03-4V9.5c0-2.216,1.798-4,4.03-4"/><path class="b" d="M23.942,12.155c-11.88,7.8-8.113,18.99-.753,14.41v4.101h-4.48c-4.602-2.065-5.07-1.281-5.702-3.997.875-3.516,1.607-6.702,2.64-10.582,3.231-3.134,5.706-5.101,8.353-7.244,2.647,2.143,5.122,4.11,8.353,7.244,1.033,3.88,1.765,7.066,2.64,10.582-.631,2.716-1.1,1.932-5.701,3.997h-4.482v-4.101c7.36,4.58,11.128-6.61-.811-14.41-11.938,7.8-8.17,18.99-.81,14.41l-.001,4.101h-4.48c-4.602-2.065-5.07-1.281-5.702-3.997.875-3.516,1.607-6.702,2.64-10.582,3.231-3.134,5.706-5.101,8.295-7.244M22.1,39.646v-5.843l3.79,5.843v-5.843M31.892,33.803l-1.895,2.922-1.894-2.922M29.997,39.646v-2.921M19.265,37.71h-2.535M16.103,39.646l1.894-5.843,1.895,5.843"/></svg>
Copied!