Merge Photos Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Merge Photos 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/329092.svg" alt="Merge Photos icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329092.svg" alt="Merge Photos icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329092.svg" alt="Merge Photos icon" :width="24" :height="24" />
CSS background
.icon-merge-photos {
background-image: url('https://proicons.com/icon/329092.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m19.8334,20.5034v6.8256l-15.3334,5.8916V14.7794l15.3334,5.724Z"/><path class="c" d="m28.1666,20.9992v6.2108l15.3334,5.8916V14.8984l-15.3334,6.1008Z"/><path class="c" d="m31.7349,17.9458v12.1333h-15.4699v-12.1582c5.1513.0524,10.3146.0248,15.4699.0248h0Z"/></svg>
Copied!