photo prints icon
photo-prints from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- photo-prints
- 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 prints icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.121 14.077q1.7 0 2.888-1.175t1.312-2.825q-1.7 0-2.912 1.175t-1.288 2.825m0 0q-.075-1.65-1.287-2.825T9.92 10.077q.125 1.65 1.313 2.825t2.887 1.175m0-3q.425 0 .713-.287t.287-.713v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.598l-.25-.098l.25-.099q.425-.173.497-.604q.073-.432-.147-.801q-.205-.356-.571-.437t-.779.087l-.25.1v-.25q0-.425-.287-.712t-.713-.288t-.712.288t-.288.712v.25l-.25-.1q-.413-.17-.779-.088q-.365.082-.57.438q-.22.37-.148.8q.072.432.497.605l.25.099l-.25.098q-.425.173-.5.598t.15.8q.2.35.588.425t.762-.075l.25-.1v.25q0 .425.288.713t.712.287m0-2q-.425 0-.712-.287t-.288-.713t.288-.712t.712-.288t.713.288t.287.712t-.287.713t-.713.287m-7.94 11.74q-.672.087-1.2-.324t-.608-1.074L3.144 9.706q-.08-.672.333-1.216t1.084-.606l.977-.073v7.035q0 1.491 1.062 2.553t2.554 1.062h9.185q.003.35-.245.615t-.61.32zm2.973-4.355q-.69 0-1.153-.463t-.462-1.153V4.616q0-.691.462-1.153T9.154 3h10.23q.691 0 1.153.463T21 4.616v10.23q0 .69-.463 1.153t-1.153.463z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPhotoPrints(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="M14.121 14.077q1.7 0 2.888-1.175t1.312-2.825q-1.7 0-2.912 1.175t-1.288 2.825m0 0q-.075-1.65-1.287-2.825T9.92 10.077q.125 1.65 1.313 2.825t2.887 1.175m0-3q.425 0 .713-.287t.287-.713v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.598l-.25-.098l.25-.099q.425-.173.497-.604q.073-.432-.147-.801q-.205-.356-.571-.437t-.779.087l-.25.1v-.25q0-.425-.287-.712t-.713-.288t-.712.288t-.288.712v.25l-.25-.1q-.413-.17-.779-.088q-.365.082-.57.438q-.22.37-.148.8q.072.432.497.605l.25.099l-.25.098q-.425.173-.5.598t.15.8q.2.35.588.425t.762-.075l.25-.1v.25q0 .425.288.713t.712.287m0-2q-.425 0-.712-.287t-.288-.713t.288-.712t.712-.288t.713.288t.287.712t-.287.713t-.713.287m-7.94 11.74q-.672.087-1.2-.324t-.608-1.074L3.144 9.706q-.08-.672.333-1.216t1.084-.606l.977-.073v7.035q0 1.491 1.062 2.553t2.554 1.062h9.185q.003.35-.245.615t-.61.32zm2.973-4.355q-.69 0-1.153-.463t-.462-1.153V4.616q0-.691.462-1.153T9.154 3h10.23q.691 0 1.153.463T21 4.616v10.23q0 .69-.463 1.153t-1.153.463z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.121 14.077q1.7 0 2.888-1.175t1.312-2.825q-1.7 0-2.912 1.175t-1.288 2.825m0 0q-.075-1.65-1.287-2.825T9.92 10.077q.125 1.65 1.313 2.825t2.887 1.175m0-3q.425 0 .713-.287t.287-.713v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.598l-.25-.098l.25-.099q.425-.173.497-.604q.073-.432-.147-.801q-.205-.356-.571-.437t-.779.087l-.25.1v-.25q0-.425-.287-.712t-.713-.288t-.712.288t-.288.712v.25l-.25-.1q-.413-.17-.779-.088q-.365.082-.57.438q-.22.37-.148.8q.072.432.497.605l.25.099l-.25.098q-.425.173-.5.598t.15.8q.2.35.588.425t.762-.075l.25-.1v.25q0 .425.288.713t.712.287m0-2q-.425 0-.712-.287t-.288-.713t.288-.712t.712-.288t.713.288t.287.712t-.287.713t-.713.287m-7.94 11.74q-.672.087-1.2-.324t-.608-1.074L3.144 9.706q-.08-.672.333-1.216t1.084-.606l.977-.073v7.035q0 1.491 1.062 2.553t2.554 1.062h9.185q.003.35-.245.615t-.61.32zm2.973-4.355q-.69 0-1.153-.463t-.462-1.153V4.616q0-.691.462-1.153T9.154 3h10.23q.691 0 1.153.463T21 4.616v10.23q0 .69-.463 1.153t-1.153.463z"/></svg> </template>
CSS
.icon-photo-prints {
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%22M14.121%2014.077q1.7%200%202.888-1.175t1.312-2.825q-1.7%200-2.912%201.175t-1.288%202.825m0%200q-.075-1.65-1.287-2.825T9.92%2010.077q.125%201.65%201.313%202.825t2.887%201.175m0-3q.425%200%20.713-.287t.287-.713v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.598l-.25-.098l.25-.099q.425-.173.497-.604q.073-.432-.147-.801q-.205-.356-.571-.437t-.779.087l-.25.1v-.25q0-.425-.287-.712t-.713-.288t-.712.288t-.288.712v.25l-.25-.1q-.413-.17-.779-.088q-.365.082-.57.438q-.22.37-.148.8q.072.432.497.605l.25.099l-.25.098q-.425.173-.5.598t.15.8q.2.35.588.425t.762-.075l.25-.1v.25q0%20.425.288.713t.712.287m0-2q-.425%200-.712-.287t-.288-.713t.288-.712t.712-.288t.713.288t.287.712t-.287.713t-.713.287m-7.94%2011.74q-.672.087-1.2-.324t-.608-1.074L3.144%209.706q-.08-.672.333-1.216t1.084-.606l.977-.073v7.035q0%201.491%201.062%202.553t2.554%201.062h9.185q.003.35-.245.615t-.61.32zm2.973-4.355q-.69%200-1.153-.463t-.462-1.153V4.616q0-.691.462-1.153T9.154%203h10.23q.691%200%201.153.463T21%204.616v10.23q0%20.69-.463%201.153t-1.153.463z%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%22M14.121%2014.077q1.7%200%202.888-1.175t1.312-2.825q-1.7%200-2.912%201.175t-1.288%202.825m0%200q-.075-1.65-1.287-2.825T9.92%2010.077q.125%201.65%201.313%202.825t2.887%201.175m0-3q.425%200%20.713-.287t.287-.713v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.598l-.25-.098l.25-.099q.425-.173.497-.604q.073-.432-.147-.801q-.205-.356-.571-.437t-.779.087l-.25.1v-.25q0-.425-.287-.712t-.713-.288t-.712.288t-.288.712v.25l-.25-.1q-.413-.17-.779-.088q-.365.082-.57.438q-.22.37-.148.8q.072.432.497.605l.25.099l-.25.098q-.425.173-.5.598t.15.8q.2.35.588.425t.762-.075l.25-.1v.25q0%20.425.288.713t.712.287m0-2q-.425%200-.712-.287t-.288-.713t.288-.712t.712-.288t.713.288t.287.712t-.287.713t-.713.287m-7.94%2011.74q-.672.087-1.2-.324t-.608-1.074L3.144%209.706q-.08-.672.333-1.216t1.084-.606l.977-.073v7.035q0%201.491%201.062%202.553t2.554%201.062h9.185q.003.35-.245.615t-.61.32zm2.973-4.355q-.69%200-1.153-.463t-.462-1.153V4.616q0-.691.462-1.153T9.154%203h10.23q.691%200%201.153.463T21%204.616v10.23q0%20.69-.463%201.153t-1.153.463z%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-prints.svg?color=%231a73e8&size=48