Material Photo Widget Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Material Photo Widget icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/343468.svg" alt="Material Photo Widget icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343468.svg" alt="Material Photo Widget icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343468.svg" alt="Material Photo Widget icon" :width="24" :height="24" />
CSS background
.icon-material-photo-widget {
background-image: url('https://proicons.com/icon/343468.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M24.354,28.401l.851-.85c1.384-1.384,2.34-1.745,4.085,0l2.279,2.278M15.643,28.465l2.346-2.345c1.383-1.384,2.34-1.745,4.084,0l7.35,7.35M28.356,20.182c0,.8638-.7002,1.564-1.564,1.564h-.001c-.8638,0-1.564-.7002-1.564-1.564-.0006-.8638.6992-1.5644,1.563-1.565h.001c.8638-.0006,1.5644.6992,1.565,1.563v.002ZM34.934,24l-5.467,9.47h-10.934l-5.467-9.47,5.467-9.47h10.934l5.467,9.47ZM39.203,39.203c-2.025,2.025-5.646.386-8.292,1.482s-4.047,4.815-6.911,4.815-4.265-3.719-6.911-4.815c-2.646-1.096-6.267.543-8.292-1.482-2.025-2.025-.386-5.646-1.482-8.292s-4.815-4.047-4.815-6.911,3.719-4.265,4.815-6.911-.543-6.267,1.482-8.292c2.025-2.025,5.646-.386,8.292-1.482,2.646-1.096,4.047-4.815,6.911-4.815s4.265,3.719,6.911,4.815,6.267-.543,8.292,1.482c2.025,2.025.386,5.646,1.482,8.292,1.096,2.646,4.815,4.047,4.815,6.911s-3.719,4.265-4.815,6.911c-1.096,2.646.543,6.267-1.482,8.292Z"/></svg>
Copied!