Phonetrack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Phonetrack 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/345754.svg" alt="Phonetrack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345754.svg" alt="Phonetrack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345754.svg" alt="Phonetrack icon" :width="24" :height="24" />
CSS background
.icon-phonetrack {
background-image: url('https://proicons.com/icon/345754.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:#fff;}.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,29a.75.75,0,1,0,.75.75A.74.74,0,0,0,24,29Z"/><path class="b" d="M24,4.5A13.11,13.11,0,0,0,10.87,17.63c0,10.2,10.09,22.68,12.7,25.61a.1.1,0,0,0,.1.11.83.83,0,0,0,1.09-.11c2.5-3,12.37-15.41,12.37-25.61A13.11,13.11,0,0,0,24,4.5Zm6.16,25.35a2,2,0,0,1-2,2H19.84a2,2,0,0,1-2-2V11.06a2,2,0,0,1,2-2h8.32a2,2,0,0,1,2,2Z"/><line class="b" x1="17.84" y1="12.68" x2="30.16" y2="12.68"/><line class="b" x1="17.84" y1="27.14" x2="30.16" y2="27.14"/></svg>
Copied!