Sbb Freesurf Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sbb Freesurf 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/332433.svg" alt="Sbb Freesurf icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332433.svg" alt="Sbb Freesurf icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332433.svg" alt="Sbb Freesurf icon" :width="24" :height="24" />
CSS background
.icon-sbb-freesurf {
background-image: url('https://proicons.com/icon/332433.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><path class="a" d="M26.8706,6.0412l2.8647,2.8677-2.8677,2.8676m-5.7382,0L18.2647,8.9089l2.8677-2.8677"/><line class="a" x1="18.2647" y1="8.9089" x2="29.7353" y2="8.9089"/><line class="a" x1="24" y1="6.0412" x2="24" y2="11.7765"/><circle class="a" cx="24" cy="24" r="21.5"/><line class="a" x1="4.4207" y1="15.3178" x2="43.5793" y2="15.3178"/><path class="a" d="M25.8476,33.5922a3.68,3.68,0,1,0-3.6952,0"/><path class="a" d="M27.7974,36.9821a7.59,7.59,0,1,0-7.6457-.03"/><path class="a" d="M29.7737,40.3566a11.5,11.5,0,1,0-11.5474,0"/><circle class="a" cx="24" cy="30.4089" r="1.2486"/><line class="a" x1="24" y1="31.6574" x2="24" y2="41.9089"/></svg>
Copied!