Phototan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Phototan 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/345782.svg" alt="Phototan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345782.svg" alt="Phototan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345782.svg" alt="Phototan icon" :width="24" :height="24" />
CSS background
.icon-phototan {
background-image: url('https://proicons.com/icon/345782.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><path class="a" d="M30.17,38.39h4.11V42.5H30.17Zm-16.45,0h4.11V42.5H13.72Zm8.22-8.22h4.12v4.11H21.94Zm-8.22,0h4.11v4.11H13.72Zm16.45-8.23h4.11v4.12H30.17Zm-16.45,0h4.11v4.12H13.72Zm-8.22,0H9.61v4.12H5.5Zm32.89,0H42.5v4.12H38.39Zm0-8.22H42.5v4.11H38.39Zm-16.45,0h4.12v4.11H21.94ZM30.17,5.5h4.11V9.61H30.17Zm-8.23,0h4.12V9.61H21.94Zm-8.22,0h4.11V9.61H13.72ZM5.5,5.5H9.61V9.61H5.5Z"/></svg>
Copied!