Teampulse Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Teampulse 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/333726.svg" alt="Teampulse icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333726.svg" alt="Teampulse icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333726.svg" alt="Teampulse icon" :width="24" :height="24" />
CSS background
.icon-teampulse {
background-image: url('https://proicons.com/icon/333726.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M8.6778,19.2069l-4.1778-4.2666h5.6889l4.3555,4.2666h-5.8666Z"/><path class="c" d="M18.2773,28.6291v-5.5111l4.4444,4.2666v5.3333l-4.4444-4.0887Z"/><path class="c" d="M13.6555,14.9404l9.0666,9.1554v-4.6222h12.0001c3.7315,0,4.9113,4.2086,3.4355,6.729-1.4758,2.5204-8.1305,3.3954-8.1305-2.0179h-4.8161c0,10.7827,12.4619,10.6417,16.3199,5.403,3.8581-5.2383,2.0836-14.5581-5.6534-14.5581l-22.2221-.0892Z"/></svg>
Copied!