Papa Johns Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Papa Johns 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/345500.svg" alt="Papa Johns icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345500.svg" alt="Papa Johns icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345500.svg" alt="Papa Johns icon" :width="24" :height="24" />
CSS background
.icon-papa-johns {
background-image: url('https://proicons.com/icon/345500.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="M13.0538,26.7179c1.5219-4.6894,4.5031-13.118,4.5031-13.118l4.5294,13.1533"/><path class="b" d="M14.3148,22.9415l6.4441-.0461"/><path class="b" d="M33.5385,26.6591l4.6694-10.8627,3.8502,11.0936"/><path class="b" d="M34.9801,23.3086l5.8144-.0637"/><path class="b" d="M5.5372,26.5937l.0452-9.7287.4894-.3118c.8362-.5327,1.7179-1.0524,2.7005-1.1847.4913-.0662.9977-.0366,1.4717.1084.4741.145.9141.4064,1.2567.7647.5564.5819.8332,1.4027.8176,2.2076-.0156.805-.3091,1.5911-.7628,2.2562-.9165,1.3434-2.4245,2.1666-3.9558,2.7143-.67.2397-1.3554.4365-2.0506.5888"/><path class="b" d="M26.1614,26.8899l-.0139-13.4268c.3969-.0135.7943-.0135,1.1912,0,.8357.0284,1.6764.1181,2.472.3753.7956.2573,1.5482.6911,2.0918,1.3265.4119.4814.695,1.0704.823,1.6909.128.6205.1015,1.2711-.0675,1.8818-.3379,1.2212-1.253,2.2547-2.3955,2.8026-.6894.3306-1.4522.4926-2.2158.5331-.6328.0335-1.27-.0149-1.8905-.1436"/><path class="b" d="M7.9769,29.5924v3.7154c0,.684-.5545,1.2385-1.2385,1.2385s-1.2385-.5545-1.2385-1.2385v-.4113"/><polyline class="b" points="30.5856 34.5462 30.5856 29.5924 33.8675 34.5462 33.8675 29.5924"/><line class="b" x1="21.958" y1="29.5924" x2="21.958" y2="34.5462"/><line class="b" x1="25.2399" y1="29.5924" x2="25.2399" y2="34.5462"/><line class="b" x1="21.958" y1="32.06" x2="25.2399" y2="32.06"/><path class="b" d="M39.3162,34.0038c.3038.3955.6847.5428,1.2146.5428h.7334c.6825,0,1.2358-.5533,1.2358-1.2358v-.0053c0-.6825-.5533-1.2358-1.2358-1.2358h-.809c-.6833,0-1.2371-.5539-1.2371-1.2371h0c0-.6848.5551-1.2398,1.2398-1.2398h.7294c.5299,0,.9108.1473,1.2146.5428"/><path class="b" d="M14.9658,34.547c-.9063,0-1.6409-.7347-1.6409-1.6409v-1.6719c0-.9063.7347-1.6409,1.6409-1.6409s1.6409.7347,1.6409,1.6409v1.6719c0,.9063-.7347,1.6409-1.6409,1.6409Z"/></svg>
Copied!