Ves Image And Photo Compare Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ves Image And Photo Compare icon is commonly used in media galleries, CMS editors and image pickers. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/334700.svg" alt="Ves Image And Photo Compare icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334700.svg" alt="Ves Image And Photo Compare icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334700.svg" alt="Ves Image And Photo Compare icon" :width="24" :height="24" />
CSS background
.icon-ves-image-and-photo-compare {
background-image: url('https://proicons.com/icon/334700.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="f" d="m27.436,7.303h11.2425c.9826,0,1.7792.7966,1.7792,1.7792v29.357c0,.9826-.7966,1.7901-1.7792,1.7799h-11.273v-16.5107l9.1622,11.0054.0005-23.9693h-9.162v-3.4281"/><path id="d" class="f" d="m20.5335,23.6579l-9.1988,11.056h9.1988v-11.056Z"/><path id="e" class="f" d="m20.6633,43.5v-3.2809h-11.3418c-.9826,0-1.7792-.7973-1.7792-1.7799V9.0822c0-.9826.7966-1.77,1.7792-1.7799h11.3418v-2.8022l2.8182.001v38.999h-2.8182Z"/></g></svg>
Copied!