Threema Work Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Threema Work 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/348493.svg" alt="Threema Work icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348493.svg" alt="Threema Work icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348493.svg" alt="Threema Work icon" :width="24" :height="24" />
CSS background
.icon-threema-work {
background-image: url('https://proicons.com/icon/348493.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m24,4.5c-10.08,0-18.26,6.32-18.26,14.11.1214,3.8435,1.9831,7.4235,5.06,9.73l-3.46,6.66,10.2-3.21c2.0978.6171,4.2733.9303,6.46.93,10.08,0,18.26-6.31,18.26-14.1s-8.18-14.12-18.26-14.12Z"/><path class="c" d="m24,8.65c2.7614,0,5,2.2386,5,5v4.15h.71c.5139.0251.9249.4361.95.95h0v7.25c-.0251.5139-.4361.9249-.95.95h-11.4c-.5139-.0251-.9249-.4361-.95-.95h0v-7.27c.0251-.5139.4361-.9249.95-.95h.69v-4.15c.011-2.7536,2.2464-4.98,5-4.98Z"/><circle class="c" cx="13.63" cy="40.6" r="2.9"/><circle class="c" cx="24" cy="40.6" r="2.9"/><circle class="c" cx="34.37" cy="40.6" r="2.9"/><line class="c" x1="19.02" y1="17.78" x2="28.98" y2="17.78"/><polyline class="c" points="26.5703 19.7446 25.2902 24.8652 24.01 19.7446 22.7298 24.8652 21.4497 19.7446"/></svg>
Copied!