Turn Up Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Turn Up 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/334372.svg" alt="Turn Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334372.svg" alt="Turn Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334372.svg" alt="Turn Up icon" :width="24" :height="24" />
CSS background
.icon-turn-up {
background-image: url('https://proicons.com/icon/334372.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="M42.6495,24c-6.3966,0-3.9508,9.9996-7.9261,9.9996-3.9999,0-1.1525-9.9996-6.8472-9.9996-6.4593,0-3.2877,18.5-9.5589,18.5-7.4,0-2.1322-18.5-12.6678-18.5,10.5356,0,5.2678-18.5,12.6678-18.5,6.2712,0,3.0996,18.5,9.5589,18.5,5.6947,0,2.8474-9.9996,6.8472-9.9996,3.9753,0,1.5295,9.9996,7.9261,9.9996Z"/></svg>
Copied!