Converter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Converter 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/323999.svg" alt="Converter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323999.svg" alt="Converter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323999.svg" alt="Converter icon" :width="24" :height="24" />
CSS background
.icon-converter {
background-image: url('https://proicons.com/icon/323999.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="d" points="5.5 5.5 5.5 42.5 42.5 42.5 5.5 5.5"/><polygon class="d" points="11.6195 36.3796 11.6195 20.2753 27.7238 36.3796 11.6195 36.3796"/><line class="d" x1="5.5" y1="15.9672" x2="7.2374" y2="15.9672"/><line class="d" x1="5.5" y1="22.2733" x2="7.2374" y2="22.2733"/><line class="d" x1="5.5" y1="28.5794" x2="7.2374" y2="28.5794"/><line class="d" x1="5.5" y1="34.8855" x2="7.2374" y2="34.8855"/><line class="d" x1="32.0328" y1="40.7626" x2="32.0328" y2="42.5"/><line class="d" x1="25.7267" y1="40.7626" x2="25.7267" y2="42.5"/><line class="d" x1="19.4206" y1="40.7626" x2="19.4206" y2="42.5"/><line class="d" x1="13.1145" y1="40.7626" x2="13.1145" y2="42.5"/><rect class="d" x="26.3536" y="8.4834" width="7.2393" height="21.1726" transform="translate(-4.7053 26.7797) rotate(-45)"/><path class="d" d="M20.3138,6.336h0c1.9977,0,3.6197,1.6219,3.6197,3.6197v2.5288h-7.2393v-2.5288c0-1.9977,1.6219-3.6197,3.6197-3.6197Z" transform="translate(-.7042 17.1202) rotate(-45)"/><path class="d" d="M41.0937,31.3074l-6.1943-2.1927,5.119-5.119,2.1927,6.1943c.2457.6942-.4232,1.3631-1.1174,1.1174Z"/></svg>
Copied!