Popeyes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Popeyes 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/346060.svg" alt="Popeyes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346060.svg" alt="Popeyes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346060.svg" alt="Popeyes icon" :width="24" :height="24" />
CSS background
.icon-popeyes {
background-image: url('https://proicons.com/icon/346060.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="31.6252" y1="9.5702" x2="31.4622" y2="8.6739"/><path class="c" d="M40.4047,28.2835c0-5.4048-6.4098-15.7257-6.4098-15.7257,2.7025-.2037,1.5345-2.2814.2309-3.0555,0,0,1.3851-.7741,1.9148-1.1,0,0-1.6296-.6111-2.2815-.774,0,0,.5296-1.1815.6519-2.6074,0,0-1.7111.9778-3.6259,1.5888-.8963-1.6704-2.037-2.4851-4.5222-1.1-1.4667-1.7518-3.4629-1.0592-3.4629.8148s1.1,3.7888,4.5493,2.7703c.8284,10.1443-.6383,17.6405-4.3727,17.6405-4.6716,0,.6518-8.148-2.879-12.2221-2.6116-3.0134-8.7456-2.0606-12.6023,2.9333l3.5308,4.1283s2.1185-2.8247,3.7481-.9234c3.0273,3.5317.9235,3.8024.9235,8.9628,0,5.5762,4.3954,9.1777,9.7713,9.9453l.794,3.9404h2.1728l.7856-3.8987c5.7527-.7567,11.0834-5.5287,11.0834-11.3178Z"/></svg>
Copied!