Changer 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Changer 2 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/341840.svg" alt="Changer 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341840.svg" alt="Changer 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341840.svg" alt="Changer 2 icon" :width="24" :height="24" />
CSS background
.icon-changer-2 {
background-image: url('https://proicons.com/icon/341840.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="M24,5.5C13.783,5.5,5.5,13.7827,5.5,24s8.2827,18.5,18.5,18.5h14.379c2.216,0,4-1.784,4-4l.1211-14.5c0-10.217-8.2827-18.5-18.5-18.5h0Z"/><path class="b" d="M24.5,14c1.3807.0001,2.4999,1.1193,2.5,2.5v15c-.0001,1.3807-1.1193,2.4999-2.5,2.5-5.4932,0-10-4.5068-10-10s4.5068-10,10-10Z"/></svg>
Copied!