photo auto merge icon
photo-auto-merge-rounded from Material Symbols Light by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- photo-auto-merge-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
Use the photo auto merge icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.33 5.958l-.197.62q-.05.113-.127.18t-.208.069q-.198 0-.31-.152t-.05-.344l1.214-3.346q.05-.131.14-.202q.089-.071.225-.071h.293q.136 0 .226.07q.089.072.139.203l1.214 3.36q.061.172-.038.327t-.297.155q-.117 0-.207-.061q-.09-.062-.14-.174l-.23-.634zM6.159 21.148q-.672.1-1.197-.313t-.605-1.085l-1.24-9.714q-.106-.665.31-1.2t1.113-.62l.692-.074v8.204q0 1.025.699 1.724t1.724.7h10.673q.039.367-.227.638q-.265.27-.633.313zm2.688-4.379q-.677 0-1.146-.469t-.47-1.146V4.616q0-.672.47-1.144T8.846 3h5.229q.285 0 .436.226t.07.51q-.202.76-.074 1.57q.128.811.5 1.502q-.203-.116-.436-.173q-.233-.058-.456-.058q-1.015 0-1.729.716t-.713 1.726q0 1.016.713 1.729t1.73.714q.98 0 1.682-.673t.748-1.654q0-.154-.038-.308l-.077-.308q.817.622 1.849.816q1.031.194 2.031-.07q.273-.055.481.084t.208.413v5.392q0 .677-.472 1.146q-.472.47-1.144.47zm-.038-1h10.615v-.185q-1.067-1.088-2.434-1.682t-2.873-.594q-1.512 0-2.876.594q-1.365.594-2.432 1.683zm9.734-10.407h1.243l-.631-1.974z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPhotoAutoMergeRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.33 5.958l-.197.62q-.05.113-.127.18t-.208.069q-.198 0-.31-.152t-.05-.344l1.214-3.346q.05-.131.14-.202q.089-.071.225-.071h.293q.136 0 .226.07q.089.072.139.203l1.214 3.36q.061.172-.038.327t-.297.155q-.117 0-.207-.061q-.09-.062-.14-.174l-.23-.634zM6.159 21.148q-.672.1-1.197-.313t-.605-1.085l-1.24-9.714q-.106-.665.31-1.2t1.113-.62l.692-.074v8.204q0 1.025.699 1.724t1.724.7h10.673q.039.367-.227.638q-.265.27-.633.313zm2.688-4.379q-.677 0-1.146-.469t-.47-1.146V4.616q0-.672.47-1.144T8.846 3h5.229q.285 0 .436.226t.07.51q-.202.76-.074 1.57q.128.811.5 1.502q-.203-.116-.436-.173q-.233-.058-.456-.058q-1.015 0-1.729.716t-.713 1.726q0 1.016.713 1.729t1.73.714q.98 0 1.682-.673t.748-1.654q0-.154-.038-.308l-.077-.308q.817.622 1.849.816q1.031.194 2.031-.07q.273-.055.481.084t.208.413v5.392q0 .677-.472 1.146q-.472.47-1.144.47zm-.038-1h10.615v-.185q-1.067-1.088-2.434-1.682t-2.873-.594q-1.512 0-2.876.594q-1.365.594-2.432 1.683zm9.734-10.407h1.243l-.631-1.974z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.33 5.958l-.197.62q-.05.113-.127.18t-.208.069q-.198 0-.31-.152t-.05-.344l1.214-3.346q.05-.131.14-.202q.089-.071.225-.071h.293q.136 0 .226.07q.089.072.139.203l1.214 3.36q.061.172-.038.327t-.297.155q-.117 0-.207-.061q-.09-.062-.14-.174l-.23-.634zM6.159 21.148q-.672.1-1.197-.313t-.605-1.085l-1.24-9.714q-.106-.665.31-1.2t1.113-.62l.692-.074v8.204q0 1.025.699 1.724t1.724.7h10.673q.039.367-.227.638q-.265.27-.633.313zm2.688-4.379q-.677 0-1.146-.469t-.47-1.146V4.616q0-.672.47-1.144T8.846 3h5.229q.285 0 .436.226t.07.51q-.202.76-.074 1.57q.128.811.5 1.502q-.203-.116-.436-.173q-.233-.058-.456-.058q-1.015 0-1.729.716t-.713 1.726q0 1.016.713 1.729t1.73.714q.98 0 1.682-.673t.748-1.654q0-.154-.038-.308l-.077-.308q.817.622 1.849.816q1.031.194 2.031-.07q.273-.055.481.084t.208.413v5.392q0 .677-.472 1.146q-.472.47-1.144.47zm-.038-1h10.615v-.185q-1.067-1.088-2.434-1.682t-2.873-.594q-1.512 0-2.876.594q-1.365.594-2.432 1.683zm9.734-10.407h1.243l-.631-1.974z"/></svg> </template>
CSS
.icon-photo-auto-merge-rounded {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.33%205.958l-.197.62q-.05.113-.127.18t-.208.069q-.198%200-.31-.152t-.05-.344l1.214-3.346q.05-.131.14-.202q.089-.071.225-.071h.293q.136%200%20.226.07q.089.072.139.203l1.214%203.36q.061.172-.038.327t-.297.155q-.117%200-.207-.061q-.09-.062-.14-.174l-.23-.634zM6.159%2021.148q-.672.1-1.197-.313t-.605-1.085l-1.24-9.714q-.106-.665.31-1.2t1.113-.62l.692-.074v8.204q0%201.025.699%201.724t1.724.7h10.673q.039.367-.227.638q-.265.27-.633.313zm2.688-4.379q-.677%200-1.146-.469t-.47-1.146V4.616q0-.672.47-1.144T8.846%203h5.229q.285%200%20.436.226t.07.51q-.202.76-.074%201.57q.128.811.5%201.502q-.203-.116-.436-.173q-.233-.058-.456-.058q-1.015%200-1.729.716t-.713%201.726q0%201.016.713%201.729t1.73.714q.98%200%201.682-.673t.748-1.654q0-.154-.038-.308l-.077-.308q.817.622%201.849.816q1.031.194%202.031-.07q.273-.055.481.084t.208.413v5.392q0%20.677-.472%201.146q-.472.47-1.144.47zm-.038-1h10.615v-.185q-1.067-1.088-2.434-1.682t-2.873-.594q-1.512%200-2.876.594q-1.365.594-2.432%201.683zm9.734-10.407h1.243l-.631-1.974z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.33%205.958l-.197.62q-.05.113-.127.18t-.208.069q-.198%200-.31-.152t-.05-.344l1.214-3.346q.05-.131.14-.202q.089-.071.225-.071h.293q.136%200%20.226.07q.089.072.139.203l1.214%203.36q.061.172-.038.327t-.297.155q-.117%200-.207-.061q-.09-.062-.14-.174l-.23-.634zM6.159%2021.148q-.672.1-1.197-.313t-.605-1.085l-1.24-9.714q-.106-.665.31-1.2t1.113-.62l.692-.074v8.204q0%201.025.699%201.724t1.724.7h10.673q.039.367-.227.638q-.265.27-.633.313zm2.688-4.379q-.677%200-1.146-.469t-.47-1.146V4.616q0-.672.47-1.144T8.846%203h5.229q.285%200%20.436.226t.07.51q-.202.76-.074%201.57q.128.811.5%201.502q-.203-.116-.436-.173q-.233-.058-.456-.058q-1.015%200-1.729.716t-.713%201.726q0%201.016.713%201.729t1.73.714q.98%200%201.682-.673t.748-1.654q0-.154-.038-.308l-.077-.308q.817.622%201.849.816q1.031.194%202.031-.07q.273-.055.481.084t.208.413v5.392q0%20.677-.472%201.146q-.472.47-1.144.47zm-.038-1h10.615v-.185q-1.067-1.088-2.434-1.682t-2.873-.594q-1.512%200-2.876.594q-1.365.594-2.432%201.683zm9.734-10.407h1.243l-.631-1.974z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/photo-auto-merge-rounded.svg?color=%231a73e8&size=48