Tuner Pitched Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tuner Pitched 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/348914.svg" alt="Tuner Pitched icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348914.svg" alt="Tuner Pitched icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348914.svg" alt="Tuner Pitched icon" :width="24" :height="24" />
CSS background
.icon-tuner-pitched {
background-image: url('https://proicons.com/icon/348914.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M10.2705,22.313c.0995-3.2947,1.3879-6.3414,3.63-8.584,1.8288-1.8284,4.2022-3.0317,6.826-3.461M37.7325,27.304c-.4333,2.6134-1.6349,4.9767-3.457,6.799-2.2357,2.2357-5.271,3.5236-8.555,3.63M5.5025,21.446c.2077-4.3158,1.9343-8.2923,4.879-11.237,2.5308-2.5313,5.8343-4.1724,9.479-4.709M42.4975,28.171c-.5407,3.6337-2.1797,6.9267-4.704,9.451h0c-2.9367,2.937-6.8998,4.6627-11.203,4.878M11.1825,38.404c.5524.5567,1.4515.5602,2.0082.0078.0026-.0026.0052-.0052.0078-.0078l5.668-5.668.1.1c2.15.19,5.069,2.139,9.627-2.17l12.85-12.85c.5564-.5527.5595-1.4517.0068-2.0082-.0023-.0023-.0045-.0046-.0068-.0068l-1.713-1.712c-.5527-.5564-1.4517-.5595-2.0082-.0068-.0023.0023-.0046.0045-.0068.0068l-13.955,13.954-3.8-3.8,13.956-13.953c.5564-.5527.5595-1.4517.0068-2.0082-.0023-.0023-.0045-.0046-.0068-.0068l-1.713-1.712c-.5527-.5564-1.4517-.5595-2.0082-.0068-.0023.0023-.0046.0045-.0068.0068l-12.85,12.847c-4.31,4.558-2.36,7.478-2.171,9.626l.1.101-5.667,5.67c-.5564.5527-.5595,1.4517-.0068,2.0082.0023.0023.0045.0046.0068.0068l1.582,1.582Z"/></svg>
Copied!