Compare Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Compare Svg 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/308908.svg" alt="Compare Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308908.svg" alt="Compare Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308908.svg" alt="Compare Svg icon" :width="24" :height="24" />
CSS background
.icon-compare---svg {
background-image: url('https://proicons.com/icon/308908.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M13 1.99976C13 1.44747 12.5523 0.999756 12 0.999756C11.4477 0.999756 11 1.44747 11 1.99976V2.99976H6C4.34315 2.99976 3 4.3429 3 5.99976V17.9998C3 19.6566 4.34315 20.9998 6 20.9998H11V21.9998C11 22.552 11.4477 22.9998 12 22.9998C12.5523 22.9998 13 22.552 13 21.9998V20.9998C13.5523 20.9998 14 20.552 14 19.9998C14 19.4475 13.5523 18.9998 13 18.9998V4.99976C13.5523 4.99976 14 4.55204 14 3.99976C14 3.44747 13.5523 2.99976 13 2.99976V1.99976ZM17 2.99976C16.4477 2.99976 16 3.44747 16 3.99976C16 4.55204 16.4477 4.99976 17 4.99976H18C18.5523 4.99976 19 5.44747 19 5.99976V6.99976C19 7.55204 19.4477 7.99976 20 7.99976C20.5523 7.99976 21 7.55204 21 6.99976V5.99976C21 4.3429 19.6569 2.99976 18 2.99976H17ZM21 10.9998C21 10.4475 20.5523 9.99976 20 9.99976C19.4477 9.99976 19 10.4475 19 10.9998V12.9998C19 13.552 19.4477 13.9998 20 13.9998C20.5523 13.9998 21 13.552 21 12.9998V10.9998ZM21 16.9998C21 16.4475 20.5523 15.9998 20 15.9998C19.4477 15.9998 19 16.4475 19 16.9998V17.9998C19 18.552 18.5523 18.9998 18 18.9998H17C16.4477 18.9998 16 19.4475 16 19.9998C16 20.552 16.4477 20.9998 17 20.9998H18C19.6569 20.9998 21 19.6566 21 17.9998V16.9998Z" fill="#292929"/> </g> <defs> <clipPath id="clip0"> <rect width="24" height="24" fill="white" transform="translate(0 -0.000244141)"/> </clipPath> </defs> </svg>
Copied!