Arbys Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Arbys 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/336557.svg" alt="Arbys icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336557.svg" alt="Arbys icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336557.svg" alt="Arbys icon" :width="24" :height="24" />
CSS background
.icon-arbys {
background-image: url('https://proicons.com/icon/336557.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M23.76,38.6c-4.49-2.2-14.36-4.73-14.36,0S18,43.5,23.76,43.5c8.48,0,14.84-2.2,14.84-5.38S33,32.32,33,32.32V15.92c0-6-3.1-11.42-6.77-11.42s.24,4.61.4,6.07c.1.94,0,1.76-1.26,1.76-2.29,0-3.13-5.06-5.09-5.06S13.8,12,13.8,30.61"/></svg>
Copied!