Wingstop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wingstop 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/349751.svg" alt="Wingstop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349751.svg" alt="Wingstop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349751.svg" alt="Wingstop icon" :width="24" :height="24" />
CSS background
.icon-wingstop {
background-image: url('https://proicons.com/icon/349751.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M3,19.2895h14.1268v.2127c.0851.5529.5813,1.4488,1.7722,2.0274"/><path class="d" d="M18.6601,22.6339c.5866-2.407,2.7508-4.1869,5.3399-4.1869s4.7533,1.78,5.3399,4.1869"/><path class="d" d="M19.1355,26.5073c.9102,1.7496,2.7508,2.943,4.8645,2.943s3.9543-1.1934,4.8645-2.943"/><path class="d" d="M12.6166,29.3867l1.0296.7558s3.5515-1.2547,5.7207-.8507l.8081,1.3185,1.5312-.2765.8507,1.1484,1.4431-.8294v-1.2021"/><line class="d" x1="5.1184" y1="21.2247" x2="16.0352" y2="21.2247"/><line class="d" x1="7.5853" y1="22.9828" x2="17.0692" y2="22.9828"/><polyline class="d" points="24 18.4429 24 17.3684 22.5923 16.5178 21.7984 17.4804 20.1254 17.1699 19.4307 18.7011 17.0692 19.2895"/><path class="d" d="M45,19.2895h-14.1268v.2127c-.0851.5529-.5813,1.4488-1.7722,2.0274"/><path class="d" d="M24,22.1037c4.9793,0,11.8637,1.6588,14.3731,4.3809l-2.3606,3.3176c-3.9555-2.6796-7.4373-3.8067-12.0125-3.8067s-8.057,1.1271-12.0125,3.8067l-2.3606-3.3176c2.5094-2.7221,9.3938-4.3809,14.3731-4.3809Z"/><path class="d" d="M35.3834,29.3867l-1.0296.7558s-3.5515-1.2547-5.7207-.8507l-.8081,1.3185-1.5312-.2765-.8507,1.1484-1.4431-.8294"/><line class="d" x1="42.8816" y1="21.2247" x2="31.9648" y2="21.2247"/><line class="d" x1="40.4147" y1="22.9828" x2="30.9308" y2="22.9828"/><polyline class="d" points="24 17.3684 25.4077 16.5178 26.2016 17.4804 27.8746 17.1699 28.5693 18.7011 30.9308 19.2895"/></svg>
Copied!