Comparify Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Comparify 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/338515.svg" alt="Comparify icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338515.svg" alt="Comparify icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338515.svg" alt="Comparify icon" :width="24" :height="24" />
CSS background
.icon-comparify {
background-image: url('https://proicons.com/icon/338515.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="29.548" cy="18.452" r="12.952"/><line class="c" x1="20.39" y1="27.61" x2="18.883" y2="29.118"/><polygon class="c" points="18.883 32.888 9.271 42.5 5.5 38.729 15.112 29.117 18.883 29.118 18.883 32.888"/><g id="b"><path class="c" d="M26.89,14.453h1.619c1.4806,0,2.681,1.2029,2.681,2.6867s-1.2003,2.6867-2.681,2.6867l2.681,2.6245"/><line class="c" x1="28.51" y1="14.453" x2="32.19" y2="14.453"/><line class="c" x1="26.89" y1="17.153" x2="32.19" y2="17.153"/></g></svg>
Copied!