Pure Icon Changer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pure Icon Changer 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/346281.svg" alt="Pure Icon Changer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346281.svg" alt="Pure Icon Changer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346281.svg" alt="Pure Icon Changer icon" :width="24" :height="24" />
CSS background
.icon-pure-icon-changer {
background-image: url('https://proicons.com/icon/346281.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="19.5"/><line class="c" x1="4.5" y1="24" x2="4.5" y2="43.5"/><path class="c" d="m19.6919,24c-2.3793,0-4.3081-1.9288-4.3081-4.3081s1.9288-4.3081,4.3081-4.3081,4.3081,1.9288,4.3081,4.3081v4.3081h-4.3081Z"/><path class="c" d="m24,19.6919c0-2.3793,1.9288-4.3081,4.3081-4.3081s4.3081,1.9288,4.3081,4.3081-1.9288,4.3081-4.3081,4.3081h-4.3081v-4.3081Z"/><path class="c" d="m28.3081,24c2.3793,0,4.3081,1.9288,4.3081,4.3081s-1.9288,4.3081-4.3081,4.3081-4.3081-1.9288-4.3081-4.3081v-4.3081h4.3081Z"/><path class="c" d="m24,28.3081c0,2.3793-1.9288,4.3081-4.3081,4.3081s-4.3081-1.9288-4.3081-4.3081,1.9288-4.3081,4.3081-4.3081h4.3081v4.3081Z"/></svg>
Copied!