Tpmifi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tpmifi 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/334175.svg" alt="Tpmifi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334175.svg" alt="Tpmifi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334175.svg" alt="Tpmifi icon" :width="24" :height="24" />
CSS background
.icon-tpmifi {
background-image: url('https://proicons.com/icon/334175.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M7.9607,12.6183A20.0534,20.0534,0,0,1,24,4.5h0a20.053,20.053,0,0,1,16.0393,8.1019M13.7184,16.9037A12.9056,12.9056,0,0,1,24,11.5326,12.9057,12.9057,0,0,1,34.3063,16.92m-15.2415,4.03a6.1854,6.1854,0,0,1,9.87,0"/><polyline class="a" points="12.958 43.476 12.958 21.521 23.948 34.869 34.938 21.554 34.938 43.5"/></svg>
Copied!