Stadtradeln Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stadtradeln 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/347832.svg" alt="Stadtradeln icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347832.svg" alt="Stadtradeln icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347832.svg" alt="Stadtradeln icon" :width="24" :height="24" />
CSS background
.icon-stadtradeln {
background-image: url('https://proicons.com/icon/347832.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="M24,46.2713c11.8742,0,21.5-9.6258,21.5-21.5S35.8742,3.2713,24,3.2713,2.5,12.8971,2.5,24.7713s9.6258,21.5,21.5,21.5Z"/><path class="b" d="M17.0989,21.7599s3.2646-4.2135,5.8534-4.7647c1.3794-.1623,3.3317.0451,4.5788.9954,1.2471.9502-.1364,3.5988-1.6978,4.6538-1.7969,1.2141-3.6981,2.3281-5.4729,3.0406-1.523.6114-.7659.5125-.29,1.0538,1.4089,1.6027,2.823,2.5011,4.7587,4.5579.8104,1.0016,2.4014,2.6196,2.702,2.823,3.3597,2.2724,8.4925,1.5072,9.7997-3.428,1.2577-5.869-4.8949-7.0325-5.404-7.0977-6.8217-1.2236-11.8565,10.1631-16.9632,10.1631-1.7668,0-3.7636-.8744-4.329-3.0653-.5654-2.1909.6981-4.4486,2.8616-5.1114"/><path class="b" d="M20.6337,14.3945c-.0438.8079-.9007,1.5773-2.1161,1.5113-1.2154-.0659-1.9841-.9232-1.9404-1.7313.0438-.808.9009-1.5773,2.1162-1.5114,1.2153.0659,1.9841.9233,1.9403,1.7314Z"/></svg>
Copied!