photo-auto-merge-outline from Material Symbols Light by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.

Name
photo-auto-merge-outline
Set
Material Symbols Light
Style
Outline
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="M8.846 16.77q-.69 0-1.153-.463t-.462-1.153V4.616q0-.691.462-1.154T8.846 3h6.01q-.123.244-.172.484q-.05.241-.088.516h-5.75q-.269 0-.442.173t-.173.442V14.97q0 .25.163.433q.164.183.414.183q1.067-1.089 2.436-1.683t2.872-.594q1.505 0 2.868.595t2.439 1.681q.256.006.414-.182T20 14.97V9.308q.275-.02.516-.097q.24-.078.484-.182v6.125q0 .69-.462 1.153t-1.153.462zm-2.688 4.378q-.672.08-1.194-.323q-.522-.404-.608-1.075l-1.24-9.714q-.087-.67.332-1.215t1.09-.606l.693-.073v1.005l-.539.062q-.269.039-.423.231q-.153.193-.115.462l1.196 9.714q.039.269.23.423q.193.153.462.115l10.835-1.385h1.45q.038.362-.227.626q-.266.265-.633.326zM17.27 6.827l1.468-4.116h.85l1.473 4.116h-.768l-.317-.87H18.33l-.279.87zm1.271-1.466h1.243l-.631-1.973zm-4.427 8.947q-1.124 0-2.157.365t-1.873 1.096h8.061q-.84-.73-1.873-1.096q-1.032-.365-2.157-.365m-.005-7.731q1.02 0 1.733.71t.714 1.728t-.71 1.733t-1.728.714t-1.733-.71t-.714-1.729t.71-1.733t1.728-.713m.005 1q-.595 0-1.019.424t-.424 1.018t.424 1.018t1.019.424t1.018-.424t.424-1.018t-.424-1.018t-1.018-.424"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPhotoAutoMergeOutline(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="M8.846 16.77q-.69 0-1.153-.463t-.462-1.153V4.616q0-.691.462-1.154T8.846 3h6.01q-.123.244-.172.484q-.05.241-.088.516h-5.75q-.269 0-.442.173t-.173.442V14.97q0 .25.163.433q.164.183.414.183q1.067-1.089 2.436-1.683t2.872-.594q1.505 0 2.868.595t2.439 1.681q.256.006.414-.182T20 14.97V9.308q.275-.02.516-.097q.24-.078.484-.182v6.125q0 .69-.462 1.153t-1.153.462zm-2.688 4.378q-.672.08-1.194-.323q-.522-.404-.608-1.075l-1.24-9.714q-.087-.67.332-1.215t1.09-.606l.693-.073v1.005l-.539.062q-.269.039-.423.231q-.153.193-.115.462l1.196 9.714q.039.269.23.423q.193.153.462.115l10.835-1.385h1.45q.038.362-.227.626q-.266.265-.633.326zM17.27 6.827l1.468-4.116h.85l1.473 4.116h-.768l-.317-.87H18.33l-.279.87zm1.271-1.466h1.243l-.631-1.973zm-4.427 8.947q-1.124 0-2.157.365t-1.873 1.096h8.061q-.84-.73-1.873-1.096q-1.032-.365-2.157-.365m-.005-7.731q1.02 0 1.733.71t.714 1.728t-.71 1.733t-1.728.714t-1.733-.71t-.714-1.729t.71-1.733t1.728-.713m.005 1q-.595 0-1.019.424t-.424 1.018t.424 1.018t1.019.424t1.018-.424t.424-1.018t-.424-1.018t-1.018-.424"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.846 16.77q-.69 0-1.153-.463t-.462-1.153V4.616q0-.691.462-1.154T8.846 3h6.01q-.123.244-.172.484q-.05.241-.088.516h-5.75q-.269 0-.442.173t-.173.442V14.97q0 .25.163.433q.164.183.414.183q1.067-1.089 2.436-1.683t2.872-.594q1.505 0 2.868.595t2.439 1.681q.256.006.414-.182T20 14.97V9.308q.275-.02.516-.097q.24-.078.484-.182v6.125q0 .69-.462 1.153t-1.153.462zm-2.688 4.378q-.672.08-1.194-.323q-.522-.404-.608-1.075l-1.24-9.714q-.087-.67.332-1.215t1.09-.606l.693-.073v1.005l-.539.062q-.269.039-.423.231q-.153.193-.115.462l1.196 9.714q.039.269.23.423q.193.153.462.115l10.835-1.385h1.45q.038.362-.227.626q-.266.265-.633.326zM17.27 6.827l1.468-4.116h.85l1.473 4.116h-.768l-.317-.87H18.33l-.279.87zm1.271-1.466h1.243l-.631-1.973zm-4.427 8.947q-1.124 0-2.157.365t-1.873 1.096h8.061q-.84-.73-1.873-1.096q-1.032-.365-2.157-.365m-.005-7.731q1.02 0 1.733.71t.714 1.728t-.71 1.733t-1.728.714t-1.733-.71t-.714-1.729t.71-1.733t1.728-.713m.005 1q-.595 0-1.019.424t-.424 1.018t.424 1.018t1.019.424t1.018-.424t.424-1.018t-.424-1.018t-1.018-.424"/></svg>
</template>

CSS

.icon-photo-auto-merge-outline {
  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%22M8.846%2016.77q-.69%200-1.153-.463t-.462-1.153V4.616q0-.691.462-1.154T8.846%203h6.01q-.123.244-.172.484q-.05.241-.088.516h-5.75q-.269%200-.442.173t-.173.442V14.97q0%20.25.163.433q.164.183.414.183q1.067-1.089%202.436-1.683t2.872-.594q1.505%200%202.868.595t2.439%201.681q.256.006.414-.182T20%2014.97V9.308q.275-.02.516-.097q.24-.078.484-.182v6.125q0%20.69-.462%201.153t-1.153.462zm-2.688%204.378q-.672.08-1.194-.323q-.522-.404-.608-1.075l-1.24-9.714q-.087-.67.332-1.215t1.09-.606l.693-.073v1.005l-.539.062q-.269.039-.423.231q-.153.193-.115.462l1.196%209.714q.039.269.23.423q.193.153.462.115l10.835-1.385h1.45q.038.362-.227.626q-.266.265-.633.326zM17.27%206.827l1.468-4.116h.85l1.473%204.116h-.768l-.317-.87H18.33l-.279.87zm1.271-1.466h1.243l-.631-1.973zm-4.427%208.947q-1.124%200-2.157.365t-1.873%201.096h8.061q-.84-.73-1.873-1.096q-1.032-.365-2.157-.365m-.005-7.731q1.02%200%201.733.71t.714%201.728t-.71%201.733t-1.728.714t-1.733-.71t-.714-1.729t.71-1.733t1.728-.713m.005%201q-.595%200-1.019.424t-.424%201.018t.424%201.018t1.019.424t1.018-.424t.424-1.018t-.424-1.018t-1.018-.424%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%22M8.846%2016.77q-.69%200-1.153-.463t-.462-1.153V4.616q0-.691.462-1.154T8.846%203h6.01q-.123.244-.172.484q-.05.241-.088.516h-5.75q-.269%200-.442.173t-.173.442V14.97q0%20.25.163.433q.164.183.414.183q1.067-1.089%202.436-1.683t2.872-.594q1.505%200%202.868.595t2.439%201.681q.256.006.414-.182T20%2014.97V9.308q.275-.02.516-.097q.24-.078.484-.182v6.125q0%20.69-.462%201.153t-1.153.462zm-2.688%204.378q-.672.08-1.194-.323q-.522-.404-.608-1.075l-1.24-9.714q-.087-.67.332-1.215t1.09-.606l.693-.073v1.005l-.539.062q-.269.039-.423.231q-.153.193-.115.462l1.196%209.714q.039.269.23.423q.193.153.462.115l10.835-1.385h1.45q.038.362-.227.626q-.266.265-.633.326zM17.27%206.827l1.468-4.116h.85l1.473%204.116h-.768l-.317-.87H18.33l-.279.87zm1.271-1.466h1.243l-.631-1.973zm-4.427%208.947q-1.124%200-2.157.365t-1.873%201.096h8.061q-.84-.73-1.873-1.096q-1.032-.365-2.157-.365m-.005-7.731q1.02%200%201.733.71t.714%201.728t-.71%201.733t-1.728.714t-1.733-.71t-.714-1.729t.71-1.733t1.728-.713m.005%201q-.595%200-1.019.424t-.424%201.018t.424%201.018t1.019.424t1.018-.424t.424-1.018t-.424-1.018t-1.018-.424%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-outline.svg?color=%231a73e8&size=48