Toneprint Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Toneprint 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/334097.svg" alt="Toneprint icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334097.svg" alt="Toneprint icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334097.svg" alt="Toneprint icon" :width="24" :height="24" />
CSS background
.icon-toneprint {
background-image: url('https://proicons.com/icon/334097.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="M24,2.5c11.8667,0,21.5,9.6333,21.5,21.5,0,11.8772-9.6333,21.5-21.5,21.5-11.8772,0-21.5-9.6228-21.5-21.5C2.5,12.1333,12.1228,2.5,24,2.5Z"/><circle class="b" cx="24" cy="24" r="16.5"/><line class="b" x1="24" y1="7.5" x2="24" y2="19.4639"/><line class="b" x1="15.0104" y1="37.8376" x2="15.0104" y2="10.1705"/><line class="b" x1="32.9936" y1="37.8287" x2="32.9936" y2="10.1795"/></svg>
Copied!