Jodel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jodel 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/327705.svg" alt="Jodel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327705.svg" alt="Jodel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327705.svg" alt="Jodel icon" :width="24" :height="24" />
CSS background
.icon-jodel {
background-image: url('https://proicons.com/icon/327705.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M9.4134,35.2897c-.0113-2.8503-.4707-4.4885-4.7971-4.5216-.0697-.0006-.1255-.0638-.115-.1327.7218-4.7031,2.2233-7.2955,4.464-10.3702.0171-.0235.0249-.0525.0212-.0812-.5908-4.7569-1.5778-10.779-.2474-11.7171,1.3304-.938,7.4244,3.3463,11.1374,5.4611.0225.0128.0483.017.0738.013,2.9182-.4554,4.9344-.4138,8.2688.0015.0246.0031.0495-.0016.071-.0139,4.26-2.4439,11.0642-5.8469,12.0241-4.9979.9592.8482.0065,6.496-1.085,11.6253-.007.0331.0011.0675.0219.0942,2.3573,3.0299,3.6119,5.8221,4.2476,10.0704.0104.0688-.0453.1313-.1148.1318-4.1312.0243-4.8244,1.1878-4.84,4.4368-.0003.0631-.0529.1156-.1159.1164-5.0582.0652-7.1087,4.3897-14.597,4.257-7.4868-.1327-9.3718-4.1943-14.3017-4.257-.0631-.0008-.1157-.0527-.116-.1158Z"/><circle class="b" cx="18.5075" cy="25.1631" r="1.9967"/><circle class="b" cx="29.6737" cy="25.1631" r="1.9967"/></svg>
Copied!