photo auto merge icon
photo-auto-merge from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- photo-auto-merge
- Set
- Material Symbols Light
- Style
- Regular
- 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="M6.158 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 3h6.01q-.2.404-.297.827t-.097.871q0 .529.143 1.077t.403 1.033q-.204-.116-.437-.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.592.452 1.292.672q.7.219 1.425.219q.48 0 .945-.09q.465-.091.907-.291v6.125q0 .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.683zm8.463-8.942l1.468-4.115h.85l1.473 4.115h-.768l-.317-.87h-1.646l-.279.87zm1.271-1.465h1.243l-.631-1.974z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPhotoAutoMerge(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="M6.158 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 3h6.01q-.2.404-.297.827t-.097.871q0 .529.143 1.077t.403 1.033q-.204-.116-.437-.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.592.452 1.292.672q.7.219 1.425.219q.48 0 .945-.09q.465-.091.907-.291v6.125q0 .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.683zm8.463-8.942l1.468-4.115h.85l1.473 4.115h-.768l-.317-.87h-1.646l-.279.87zm1.271-1.465h1.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="M6.158 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 3h6.01q-.2.404-.297.827t-.097.871q0 .529.143 1.077t.403 1.033q-.204-.116-.437-.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.592.452 1.292.672q.7.219 1.425.219q.48 0 .945-.09q.465-.091.907-.291v6.125q0 .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.683zm8.463-8.942l1.468-4.115h.85l1.473 4.115h-.768l-.317-.87h-1.646l-.279.87zm1.271-1.465h1.243l-.631-1.974z"/></svg> </template>
CSS
.icon-photo-auto-merge {
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%22M6.158%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%203h6.01q-.2.404-.297.827t-.097.871q0%20.529.143%201.077t.403%201.033q-.204-.116-.437-.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.592.452%201.292.672q.7.219%201.425.219q.48%200%20.945-.09q.465-.091.907-.291v6.125q0%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.683zm8.463-8.942l1.468-4.115h.85l1.473%204.115h-.768l-.317-.87h-1.646l-.279.87zm1.271-1.465h1.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%22M6.158%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%203h6.01q-.2.404-.297.827t-.097.871q0%20.529.143%201.077t.403%201.033q-.204-.116-.437-.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.592.452%201.292.672q.7.219%201.425.219q.48%200%20.945-.09q.465-.091.907-.291v6.125q0%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.683zm8.463-8.942l1.468-4.115h.85l1.473%204.115h-.768l-.317-.87h-1.646l-.279.87zm1.271-1.465h1.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.svg?color=%231a73e8&size=48