photo auto merge icon
photo-auto-merge-outline-rounded from Material Symbols by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- photo-auto-merge-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
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="M9 17q-.825 0-1.412-.587T7 15V4q0-.825.588-1.412T9 2h4.875q.425 0 .713.288t.287.712t-.288.713t-.712.287H9v10.2q1.125-1.05 2.538-1.625T14.5 12q1.525 0 2.95.575T20 14.2q.025.025 0 0v-4.075q0-.425.288-.712T21 9.125t.713.288t.287.712V15q0 .825-.587 1.413T20 17zM19.1 5.4l-.275.775q-.05.15-.175.237t-.275.088q-.275 0-.425-.2t-.05-.45l1.425-4q.05-.15.188-.25t.312-.1h.35q.175 0 .313.1t.187.25L22.1 5.825q.1.25-.037.462t-.413.213q-.175 0-.312-.1t-.188-.25l-.25-.75zm.25-.75h1.3L20 2.6zM14.5 14q-.875 0-1.725.25T11.2 15h6.6q-.725-.5-1.575-.75T14.5 14m0-8.5q1.15 0 1.95.8t.8 1.95t-.8 1.95t-1.95.8t-1.95-.8t-.8-1.95t.8-1.95t1.95-.8m0 2q-.325 0-.537.213t-.213.537t.213.538T14.5 9t.538-.213t.212-.537t-.213-.537T14.5 7.5M5.55 21.975q-.825.1-1.487-.4T3.3 20.25L2 9.3q-.1-.825.413-1.463t1.337-.762h.05q.425-.075.763.225t.337.75q0 .375-.262.65T4 9.05h-.025L5.325 20l11.85-1.45q.425-.05.75.2t.375.675t-.2.738t-.675.362zM5.325 20"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPhotoAutoMergeOutlineRounded(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="M9 17q-.825 0-1.412-.587T7 15V4q0-.825.588-1.412T9 2h4.875q.425 0 .713.288t.287.712t-.288.713t-.712.287H9v10.2q1.125-1.05 2.538-1.625T14.5 12q1.525 0 2.95.575T20 14.2q.025.025 0 0v-4.075q0-.425.288-.712T21 9.125t.713.288t.287.712V15q0 .825-.587 1.413T20 17zM19.1 5.4l-.275.775q-.05.15-.175.237t-.275.088q-.275 0-.425-.2t-.05-.45l1.425-4q.05-.15.188-.25t.312-.1h.35q.175 0 .313.1t.187.25L22.1 5.825q.1.25-.037.462t-.413.213q-.175 0-.312-.1t-.188-.25l-.25-.75zm.25-.75h1.3L20 2.6zM14.5 14q-.875 0-1.725.25T11.2 15h6.6q-.725-.5-1.575-.75T14.5 14m0-8.5q1.15 0 1.95.8t.8 1.95t-.8 1.95t-1.95.8t-1.95-.8t-.8-1.95t.8-1.95t1.95-.8m0 2q-.325 0-.537.213t-.213.537t.213.538T14.5 9t.538-.213t.212-.537t-.213-.537T14.5 7.5M5.55 21.975q-.825.1-1.487-.4T3.3 20.25L2 9.3q-.1-.825.413-1.463t1.337-.762h.05q.425-.075.763.225t.337.75q0 .375-.262.65T4 9.05h-.025L5.325 20l11.85-1.45q.425-.05.75.2t.375.675t-.2.738t-.675.362zM5.325 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 17q-.825 0-1.412-.587T7 15V4q0-.825.588-1.412T9 2h4.875q.425 0 .713.288t.287.712t-.288.713t-.712.287H9v10.2q1.125-1.05 2.538-1.625T14.5 12q1.525 0 2.95.575T20 14.2q.025.025 0 0v-4.075q0-.425.288-.712T21 9.125t.713.288t.287.712V15q0 .825-.587 1.413T20 17zM19.1 5.4l-.275.775q-.05.15-.175.237t-.275.088q-.275 0-.425-.2t-.05-.45l1.425-4q.05-.15.188-.25t.312-.1h.35q.175 0 .313.1t.187.25L22.1 5.825q.1.25-.037.462t-.413.213q-.175 0-.312-.1t-.188-.25l-.25-.75zm.25-.75h1.3L20 2.6zM14.5 14q-.875 0-1.725.25T11.2 15h6.6q-.725-.5-1.575-.75T14.5 14m0-8.5q1.15 0 1.95.8t.8 1.95t-.8 1.95t-1.95.8t-1.95-.8t-.8-1.95t.8-1.95t1.95-.8m0 2q-.325 0-.537.213t-.213.537t.213.538T14.5 9t.538-.213t.212-.537t-.213-.537T14.5 7.5M5.55 21.975q-.825.1-1.487-.4T3.3 20.25L2 9.3q-.1-.825.413-1.463t1.337-.762h.05q.425-.075.763.225t.337.75q0 .375-.262.65T4 9.05h-.025L5.325 20l11.85-1.45q.425-.05.75.2t.375.675t-.2.738t-.675.362zM5.325 20"/></svg> </template>
CSS
.icon-photo-auto-merge-outline-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%22M9%2017q-.825%200-1.412-.587T7%2015V4q0-.825.588-1.412T9%202h4.875q.425%200%20.713.288t.287.712t-.288.713t-.712.287H9v10.2q1.125-1.05%202.538-1.625T14.5%2012q1.525%200%202.95.575T20%2014.2q.025.025%200%200v-4.075q0-.425.288-.712T21%209.125t.713.288t.287.712V15q0%20.825-.587%201.413T20%2017zM19.1%205.4l-.275.775q-.05.15-.175.237t-.275.088q-.275%200-.425-.2t-.05-.45l1.425-4q.05-.15.188-.25t.312-.1h.35q.175%200%20.313.1t.187.25L22.1%205.825q.1.25-.037.462t-.413.213q-.175%200-.312-.1t-.188-.25l-.25-.75zm.25-.75h1.3L20%202.6zM14.5%2014q-.875%200-1.725.25T11.2%2015h6.6q-.725-.5-1.575-.75T14.5%2014m0-8.5q1.15%200%201.95.8t.8%201.95t-.8%201.95t-1.95.8t-1.95-.8t-.8-1.95t.8-1.95t1.95-.8m0%202q-.325%200-.537.213t-.213.537t.213.538T14.5%209t.538-.213t.212-.537t-.213-.537T14.5%207.5M5.55%2021.975q-.825.1-1.487-.4T3.3%2020.25L2%209.3q-.1-.825.413-1.463t1.337-.762h.05q.425-.075.763.225t.337.75q0%20.375-.262.65T4%209.05h-.025L5.325%2020l11.85-1.45q.425-.05.75.2t.375.675t-.2.738t-.675.362zM5.325%2020%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%22M9%2017q-.825%200-1.412-.587T7%2015V4q0-.825.588-1.412T9%202h4.875q.425%200%20.713.288t.287.712t-.288.713t-.712.287H9v10.2q1.125-1.05%202.538-1.625T14.5%2012q1.525%200%202.95.575T20%2014.2q.025.025%200%200v-4.075q0-.425.288-.712T21%209.125t.713.288t.287.712V15q0%20.825-.587%201.413T20%2017zM19.1%205.4l-.275.775q-.05.15-.175.237t-.275.088q-.275%200-.425-.2t-.05-.45l1.425-4q.05-.15.188-.25t.312-.1h.35q.175%200%20.313.1t.187.25L22.1%205.825q.1.25-.037.462t-.413.213q-.175%200-.312-.1t-.188-.25l-.25-.75zm.25-.75h1.3L20%202.6zM14.5%2014q-.875%200-1.725.25T11.2%2015h6.6q-.725-.5-1.575-.75T14.5%2014m0-8.5q1.15%200%201.95.8t.8%201.95t-.8%201.95t-1.95.8t-1.95-.8t-.8-1.95t.8-1.95t1.95-.8m0%202q-.325%200-.537.213t-.213.537t.213.538T14.5%209t.538-.213t.212-.537t-.213-.537T14.5%207.5M5.55%2021.975q-.825.1-1.487-.4T3.3%2020.25L2%209.3q-.1-.825.413-1.463t1.337-.762h.05q.425-.075.763.225t.337.75q0%20.375-.262.65T4%209.05h-.025L5.325%2020l11.85-1.45q.425-.05.75.2t.375.675t-.2.738t-.675.362zM5.325%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/photo-auto-merge-outline-rounded.svg?color=%231a73e8&size=48