Photopills Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Photopills 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/345775.svg" alt="Photopills icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345775.svg" alt="Photopills icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345775.svg" alt="Photopills icon" :width="24" :height="24" />
CSS background
.icon-photopills {
background-image: url('https://proicons.com/icon/345775.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="a" points="5.5 5.5 24.055 5.5 24.055 5.5 24.055 24.055 24.055 24.055 5.5 24.055 5.5 24.055 5.5 5.5 5.5 5.5"/><path class="a" d="M24.0545,5.5V24.0548h9.83A8.5967,8.5967,0,0,0,42.5,15.4387V14.1166a8.5968,8.5968,0,0,0-8.6151-8.6161Z"/><path class="a" d="M5.5,24.0545v9.83A8.5967,8.5967,0,0,0,14.1161,42.5h1.3222a8.5968,8.5968,0,0,0,8.616-8.6151v-9.83Z"/></svg>
Copied!