Simple Photo Widget Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Simple 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/332762.svg" alt="Simple Photo Widget icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332762.svg" alt="Simple Photo Widget icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332762.svg" alt="Simple Photo Widget icon" :width="24" :height="24" />
CSS background
.icon-simple-photo-widget {
background-image: url('https://proicons.com/icon/332762.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M35.2154,31.2942c.3854.7469-.0755,1.4223-.8144,1.4223H13.9288c-1.3865,0-1.4104-.9535-.8701-1.7878l4.1874-6.4956c.5204-.8105,1.3547-.7548,2.2328,0l2.5029,2.1652c.727.6277,1.7322.6714,2.1453,0l4.0166-6.5751c.298-.4847.9734-.5761,1.3508.151l5.7209,11.1201ZM19.161,17.9016c0,1.8804-1.5244,3.4047-3.4047,3.4047s-3.4047-1.5244-3.4047-3.4047,1.5244-3.4047,3.4047-3.4047,3.4047,1.5244,3.4047,3.4047ZM41.7468,34.25l-17.7468,10.25-17.7468-10.25V13.75L24,3.5l17.7468,10.25v20.5Z"/></svg>
Copied!