Bob World Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bob World 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/322824.svg" alt="Bob World icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322824.svg" alt="Bob World icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322824.svg" alt="Bob World icon" :width="24" :height="24" />
CSS background
.icon-bob-world {
background-image: url('https://proicons.com/icon/322824.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="a" points="19.59 29.161 17.809 36.171 16.029 29.161 14.249 36.171 12.468 29.161"/><path class="a" d="M22.5867,36.1707h0a1.7717,1.7717,0,0,1-1.78-1.7525V33.2791a1.7718,1.7718,0,0,1,1.78-1.7525h0a1.7718,1.7718,0,0,1,1.78,1.7525v1.1391A1.7717,1.7717,0,0,1,22.5867,36.1707Z"/><path class="a" d="M26.376,33.2791a1.7718,1.7718,0,0,1,1.78-1.7525h0"/><line class="a" x1="26.376" y1="31.5266" x2="26.376" y2="36.1707"/><line class="a" x1="30.0013" y1="29.1608" x2="30.0013" y2="36.1707"/><path class="a" d="M35.5316,33.2791a1.7718,1.7718,0,0,0-1.78-1.7525h0a1.7718,1.7718,0,0,0-1.78,1.7525v1.1391a1.7717,1.7717,0,0,0,1.78,1.7525h0a1.7717,1.7717,0,0,0,1.78-1.7525"/><line class="a" x1="35.5316" y1="36.1707" x2="35.5316" y2="29.1608"/><path class="a" d="M25,26.5168h0a3.6381,3.6381,0,0,1-3.5812-3.6719V20.4582A3.6382,3.6382,0,0,1,25,16.7862h0a3.6382,3.6382,0,0,1,3.5812,3.672v2.3867A3.6381,3.6381,0,0,1,25,26.5168Z"/><path class="a" d="M10.9977,20.4582a3.6382,3.6382,0,0,1,3.5812-3.672h0a3.6381,3.6381,0,0,1,3.5812,3.672v2.3867a3.638,3.638,0,0,1-3.5812,3.6719h0a3.6381,3.6381,0,0,1-3.5812-3.6719"/><line class="a" x1="10.9977" y1="26.5168" x2="10.9977" y2="11.8291"/><path class="a" d="M31.84,20.4582a3.6381,3.6381,0,0,1,3.5812-3.672h0a3.6381,3.6381,0,0,1,3.5811,3.672v2.3867a3.638,3.638,0,0,1-3.5811,3.6719h0A3.638,3.638,0,0,1,31.84,22.8449"/><line class="a" x1="31.8399" y1="26.5168" x2="31.8399" y2="11.8291"/><circle class="a" cx="24" cy="24" r="21.5"/></svg>
Copied!