Photok Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Photok 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/345769.svg" alt="Photok icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345769.svg" alt="Photok icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345769.svg" alt="Photok icon" :width="24" :height="24" />
CSS background
.icon-photok {
background-image: url('https://proicons.com/icon/345769.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><rect class="a" x="7.06" y="5.5" width="37" height="37" rx="3"/><circle class="a" cx="25.56" cy="24" r="3"/><path class="a" d="M32.18,27.53a7.52,7.52,0,0,0,0-7.06l6.5-6.5a2.18,2.18,0,1,0-3.09-3.09l-6.51,6.5a7.5,7.5,0,0,0-7,0l-6.5-6.5A2.18,2.18,0,0,0,12.44,14l6.5,6.5a7.52,7.52,0,0,0,0,7.06L12.44,34a2.18,2.18,0,1,0,3.09,3.09l6.5-6.5a7.5,7.5,0,0,0,7,0l6.51,6.5A2.18,2.18,0,1,0,38.68,34Z"/><rect class="a" x="37.98" y="19.86" width="3.31" height="8.27" rx="1.65"/><path class="a" d="M4.94,13.09H7.06a0,0,0,0,1,0,0v9.13a0,0,0,0,1,0,0H4.94a1,1,0,0,1-1-1V14.09A1,1,0,0,1,4.94,13.09Z"/><path class="a" d="M4.94,25.79H7.06a0,0,0,0,1,0,0v9.13a0,0,0,0,1,0,0H4.94a1,1,0,0,1-1-1V26.79a1,1,0,0,1,1-1Z"/></svg>
Copied!