Papertag Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Papertag 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/330952.svg" alt="Papertag icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330952.svg" alt="Papertag icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330952.svg" alt="Papertag icon" :width="24" :height="24" />
CSS background
.icon-papertag {
background-image: url('https://proicons.com/icon/330952.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M13.8154,7.4929a1.0848,1.0848,0,0,0-1.0571.9554l-.5877,5.6049H6.4538a.953.953,0,0,0-.9538.9553v5.3446a.953.953,0,0,0,.9538.9554h4.9579l-.564,5.383H6.4538a.953.953,0,0,0-.9538.9554v5.3446a.953.953,0,0,0,.9538.9553h3.635l-.5876,5.6049a.8451.8451,0,0,0,.8593.9554H17.04a1.0879,1.0879,0,0,0,1.06-.9554l.5876-5.6049h8.5428l-.5876,5.6049a.8451.8451,0,0,0,.8593.9554h6.6824a1.0848,1.0848,0,0,0,1.0571-.9554l.5877-5.6049h5.7168a.953.953,0,0,0,.9538-.9553V27.6469a.953.953,0,0,0-.9538-.9554H36.5883l.564-5.383h4.3939a.953.953,0,0,0,.9538-.9554V15.0085a.953.953,0,0,0-.9538-.9553h-3.635l.5876-5.6049a.8451.8451,0,0,0-.8593-.9554H30.96a1.0879,1.0879,0,0,0-1.06.9554l-.5876,5.6049H20.77l.5876-5.6049a.8451.8451,0,0,0-.8593-.9554Zm6.1952,13.8156h8.5428l-.564,5.383H19.4466Z"/></svg>
Copied!