Photo Affix Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Photo Affix 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/345757.svg" alt="Photo Affix icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345757.svg" alt="Photo Affix icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345757.svg" alt="Photo Affix icon" :width="24" :height="24" />
CSS background
.icon-photo-affix {
background-image: url('https://proicons.com/icon/345757.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M20.2463,7.8156h-10.2563c-1.6569,0-3,1.3431-3,3v28.0201c0,1.6569,1.3431,3,3,3h28.0201c1.6569,0,3-1.3431,3-3V10.8156c0-1.6569-1.3431-3-3-3h-10.2563"/><path class="b" d="M41.0101,37.7226l-13.6509-11.1689"/><path class="b" d="M23.9848,32.246l11.6923,9.5897"/><path class="b" d="M12.2656,41.8358l14.4162-11.8462c.4593-.3744.7257-.9357.7251-1.5282v-2.0205s-.0376-11.5282-.0376-11.5282h6.8923L24.0053,3.8358l-10.2564,11.0769h6.8923l-.0004,11.5897-13.6509,11.1689"/></svg>
Copied!