Chickfila Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chickfila 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/338199.svg" alt="Chickfila icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338199.svg" alt="Chickfila icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338199.svg" alt="Chickfila icon" :width="24" :height="24" />
CSS background
.icon-chickfila {
background-image: url('https://proicons.com/icon/338199.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="i" d="M5.9512,41.7053c7.0276-31.6382,29.3939-25.3491,21.5263-7.2363-6.0308,13.884-18.6273,7.8529-9.3136-3.6296"/><path id="c" class="i" d="M31.4038,26.5935l-.5479,5.8667c.971-.8412,2.1182-1.4131,3.3785-1.8719,4.7906-1.7438-.6096-3.4638-2.8306-3.9948Z"/><path id="d" class="i" d="M14.2832,15.6135c-2.4923-2.7369-6.4235-.8453-3.036,2.9447,2.6183,2.9295,6.1795,.5073,3.036-2.9447Z"/><path id="e" class="i" d="M20.5379,11.8926c-2.5502-5.7261-8.1612-4.1023-5.159,2.648,2.1564,4.8487,7.7933,3.267,5.159-2.648Z"/><path id="f" class="i" d="M29.4406,12.1209c-1.3296,7.3828-8.4623,6.3991-7.0537-1.3468,1.553-8.54,8.3222-5.6972,7.0537,1.3468Z"/><path id="g" class="i" d="M32.6821,11.6187c-7.6847,6.0706-1.1623,13.0564,6.1178,6.7341,6.828-5.9297,1.984-13.1341-6.1178-6.7341Z"/><path id="h" class="i" d="M22.8774,26.4454c-1.5151,2.6594,1.1222,3.4629,2.1307,1.5496,1.2321-2.3374-.6888-4.0804-2.1307-1.5496Z"/></svg>
Copied!