Jo Austria Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jo Austria 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/342257.svg" alt="Jo Austria icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342257.svg" alt="Jo Austria icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342257.svg" alt="Jo Austria icon" :width="24" :height="24" />
CSS background
.icon-jo-austria {
background-image: url('https://proicons.com/icon/342257.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="h" d="M34.66,42.67c-.08.05-.17.1-.26.15-3.09,1.71-6.63,2.68-10.4,2.68-11.87,0-21.5-9.63-21.5-21.5S12.13,2.5,24,2.5s21.5,9.63,21.5,21.5c0,3.95-1.06,7.65-2.92,10.83l.55,8.52-8.47-.68Z"/><circle id="c" class="h" cx="29.0227" cy="25.0324" r="6.6986"/><circle id="d" class="h" cx="32.4311" cy="14.3114" r="2.5323"/><circle id="e" class="h" cx="25.6143" cy="14.3114" r="2.5323"/><circle id="f" class="h" cx="17.8186" cy="14.3114" r="2.5323"/><path id="g" class="h" d="M15.0817,18.558h5.1571v13.3773c.0236.2355.1586,1.8583-1.0671,3.1221-.996,1.0269-1.9907,1.1635-2.5459,1.1635h-4.347l.4347-5.0166c.585.5166,1.3268.6472,1.832.3484.2592-.1532.4838-.3785.4838-.9813l.0525-12.0133Z"/><path class="h" d="M29.0227,26.8913c1.4025,0,2.0948-.3047,3.6274-1.8589.0907,1.9502-.9755,4.0857-3.6274,4.0857s-3.7181-2.1355-3.6274-4.0857c1.5326,1.5542,2.2249,1.8589,3.6274,1.8589Z"/></svg>
Copied!