Obb Scotty Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Obb Scotty 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/345058.svg" alt="Obb Scotty icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345058.svg" alt="Obb Scotty icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345058.svg" alt="Obb Scotty icon" :width="24" :height="24" />
CSS background
.icon-obb-scotty {
background-image: url('https://proicons.com/icon/345058.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="26.9329" y="32.0773" width="2.5408" height="2.3706"/><rect class="a" x="40.9591" y="32.0773" width="2.5408" height="2.3706"/><path class="a" d="M35.2165,13.5521c-2.9527,0-8.2836.4587-8.2836,1.6593V32.0773H43.5V15.2114C43.5,14.0108,38.13,13.5521,35.2165,13.5521Zm.0128,2.7776a22.4183,22.4183,0,0,1,6.087.6111.48.48,0,0,1,.3325.4619v8.4931a.4866.4866,0,0,1-.4866.4866H29.2962a.4866.4866,0,0,1-.4865-.4866v-8.493a.48.48,0,0,1,.3325-.462,22.4224,22.4224,0,0,1,6.087-.6111ZM30.0216,27.6929a1.2484,1.2484,0,0,1,0,2.4958h0A1.23,1.23,0,0,1,28.81,28.9408h0A1.23,1.23,0,0,1,30.0216,27.6929Zm10.4155,0a1.2484,1.2484,0,0,1,0,2.4958h0a1.23,1.23,0,0,1-1.212-1.2479h0A1.23,1.23,0,0,1,40.4371,27.6929Z"/><circle class="a" cx="9.1442" cy="27.1866" r="1.3242"/><circle class="a" cx="18.3321" cy="27.1866" r="1.3242"/><path class="a" d="M5.6171,16.4328V28.5516a2.8871,2.8871,0,0,0,2.8807,2.8807H18.9786a2.8869,2.8869,0,0,0,2.8806-2.8807V16.4328a2.8869,2.8869,0,0,0-2.8806-2.8807H8.4978A2.8871,2.8871,0,0,0,5.6171,16.4328Z"/><line class="a" x1="8.4978" y1="31.4605" x2="4.5" y2="34.4479"/><line class="a" x1="18.9786" y1="31.4605" x2="22.9763" y2="34.4479"/><rect class="a" x="7.776" y="16.2477" width="11.9244" height="6.2761"/></svg>
Copied!