Arx Control Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Arx Control 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/322068.svg" alt="Arx Control icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322068.svg" alt="Arx Control icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322068.svg" alt="Arx Control icon" :width="24" :height="24" />
CSS background
.icon-arx-control {
background-image: url('https://proicons.com/icon/322068.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="M34.7558,34.7558v3.7057a3.9845,3.9845,0,0,0,3.4917,4.02A3.8728,3.8728,0,0,0,42.5,38.6279V23.57a3.4419,3.4419,0,0,0-3.4419-3.4419H24.1664a3.9845,3.9845,0,0,0-4.02,3.4917A3.8728,3.8728,0,0,0,24,27.8721h3.8721A6.8837,6.8837,0,0,1,34.7558,34.7558Z"/><path class="a" d="M24,42.5a18.5,18.5,0,0,1,0-37H38.6279a3.8721,3.8721,0,1,1,0,7.7442H24a10.7558,10.7558,0,0,0,0,21.5116h.86a3.8721,3.8721,0,1,1,0,7.7442Z"/></svg>
Copied!