Panera Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Panera 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/345493.svg" alt="Panera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345493.svg" alt="Panera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345493.svg" alt="Panera icon" :width="24" :height="24" />
CSS background
.icon-panera {
background-image: url('https://proicons.com/icon/345493.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><path class="c" d="M16.1731,12.5527c.2852-4.9918,8.0933-4.2029,12.2427,2.2675,3.4561,5.3915,9.1882,5.6007,13.5749,1.062"/><path class="c" d="M41.6605,19.2932c-4.1832,4.8746-10.2004,5.1804-13.4407,2.4739-3.9965-3.337-4.0462-10.3758-9.0437-9.5371"/><path class="c" d="M42.2937,12.5949c-4.793,2.9157-8.3129,2.6887-12.5645-2.4589-4.4374-5.3737-11.3825-5.6195-15.3227-3.0565-3.7263,2.4242-5.8972,6.9807-4.6569,11.814,1.1398,4.4412,7.4029,5.3493,4.1278,8.3964-3.0396,2.8266-6.0604.8819-8.1712,4.7536"/><path class="c" d="M13.5379,14.3792c-1.2477,3.3398-1.4091,8.7322,3.6512,11.1901.9381.4559,2.214.4972,3.1315,0,2.0686-1.1192,3.2929-3.2478,3.594-4.4609"/><path class="c" d="M22.9099,23.4604c-.1088,2.063.7167,2.8285,2.5668,3.0264M12.8249,20.0644c-3.9833-1.3687-3.4458-8.7341-.0159-11.7268M20.391,41.605c-4.7123,1.198-8.1074-1.9626-7.3334-3.3717.1572-.2791.4091-.4928.7102-.6023,1.2543-.4653,2.5649-1.2046,2.3641-2.2975-.1829-1.0001-.8781-1.2327-1.5977-.8068-.3799.2242-.7017.4541-.9194.6942-1.8556-.5835-2.8013-.3312-4.2263.8593"/><path class="c" d="M13.4497,33.8466c1.0554-2.245,3.5996-4.2451,6.6552-5.081-2.3782.1595-3.5377,2.1286-3.776,4.3764M16.8701,37.2661c.0901.2314.1898.4525.2993.6633M19.4566,30.5312c-.5038,2.5668-.3368,4.3961,1.3603,6.2855"/><path class="c" d="M26.4298,31.99c-.394-.6623-.7974-.9625-1.1717-1.8997-.2749-.6905-.6877-1.047-1.5123-1.5048-.4128-.2308-.9456-.2167-1.198-.106-.3443.5441-.7149,1.0882-.788,1.6333-.0657.4869-.2974.85.4175,1.4344.4756.3884,1.0169,1.0038,1.0235,1.5545l.0253,1.8819c.0131,1.0432,1.5714-.3621,1.6783,2.8088.0188.5835,1.0282.682,1.4757.2721-3.7807,3.5903-11.3646,5.9806-14.407,3.2638M35.6667,39.0326c-1.7965.5938-3.306.9381-4.9581.5235M37.6772,34.7594c-1.0141-3.1315-2.3078-2.3754-3.9317-3.3539-1.9654-1.183-1.4382,1.3275-.6698,1.8209,1.0667.6848,1.5217,2.0451.9353,3.0208-1.3369,2.2206-5.1054,2.7431-6.7424,1.5386-.4259-1.5095-.4437-2.73-.1782-4.7235l1.2046-.7852.2993-1.2355c.2252-.9325,1.7825-.8819,2.9645-.5254"/><path class="c" d="M30.9516,31.8577c-.5873.7149-.9597,1.5986-1.0704,2.7112"/></svg>
Copied!