Xnconvert Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Xnconvert 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/349919.svg" alt="Xnconvert icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349919.svg" alt="Xnconvert icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349919.svg" alt="Xnconvert icon" :width="24" :height="24" />
CSS background
.icon-xnconvert {
background-image: url('https://proicons.com/icon/349919.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><path class="c" d="M5.081,25.2104l6.5116-6.1395-3.1007-3.3488c-.9922-3.0388,2.6667-5.1473,4.8992-3.9689l2.9147,3.1007,4.7131-1.9845v-3.907c.8682-2.9767,5.2092-2.9147,6.2015-.062v3.907l4.465,1.8604,2.8527-2.7907c2.9767-1.7985,6.1395,1.8604,4.7131,4.5271l-2.6667,2.6667,6.1395,6.0155c1.0543.8682.9302,2.3566.2481,3.1007l-9.9844,9.9224c-4.4435,3.9959-12.5926,4.386-17.4259,0l-10.4801-9.7984c-.8062-.8682-.7442-2.4186,0-3.1007h-.0006Z"/><path class="c" d="M32.0021,24.6681c-4.8884-10.9141-16.0155-4.7887-16.2568,2.16-.2902,8.3752,12.4483,12.2781,16.3135,2.3874"/></svg>
Copied!