Papers Please Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Papers Please 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/345510.svg" alt="Papers Please icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345510.svg" alt="Papers Please icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345510.svg" alt="Papers Please icon" :width="24" :height="24" />
CSS background
.icon-papers-please {
background-image: url('https://proicons.com/icon/345510.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="m24,36.6773l-1.9401-1.9401h-3.0937l1.1012-1.1012v-1.1274h-2.0712l-1.0225,1.0225v-2.6218h2.2548v-2.4121L3.5,12.5566h12.0578l2.6742,2.6742v2.8927l.9351.9351h2.4732"/><path class="b" d="m24,36.6773l1.9401-1.9401h3.0937s-1.1012-1.1012-1.1012-1.1012v-1.1274h2.0712s1.0225,1.0225,1.0225,1.0225v-2.6218s-2.2548,0-2.2548,0v-2.4121s15.7283-15.9406,15.7283-15.9406h-12.0578s-2.6742,2.6742-2.6742,2.6742v2.8927c-.3652.3652-.5699.5699-.9351.9351h-2.4732"/><polyline class="b" points="24.0688 21.3452 23.1519 22.2621 21.4965 22.2621 20.5796 21.3452 20.5796 26.0913 21.2356 27.6297 22.6837 28.8336 24.0688 29.2684"/><polyline class="b" points="24.0688 21.3452 24.9857 22.2621 26.6412 22.2621 27.558 21.3452 27.558 26.0913 26.902 27.6297 25.4539 28.8336 24.0688 29.2684"/><line class="b" x1="22.5332" y1="26.7393" x2="25.3982" y2="23.8743"/><path class="b" d="m21.6404,19.0587v-3.9279l1.0513-1.0513h.7908l2.7568-2.7568,2.0641,1.6915h-1.3927l-1.8333,1.8333"/><polyline class="b" points="25.6522 14.3374 27.8613 14.3374 26.3596 15.9402 26.3596 19.0587"/></svg>
Copied!