Little Caesars Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Little Caesars 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/328591.svg" alt="Little Caesars icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328591.svg" alt="Little Caesars icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328591.svg" alt="Little Caesars icon" :width="24" :height="24" />
CSS background
.icon-little-caesars {
background-image: url('https://proicons.com/icon/328591.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.j{fill:#000;stroke-width:1px;}</style></defs><path id="c" class="i" d="m19.9424,30.9568c5.0489-.7273,9.2757-2.7722,11.8686-10.6038m-8.8435,16.1692l4.9541-.3162m-2.7195,7.0622v-6.767M12.8908,14.1973c1.3281-1.5284,2.203-1.6549,4.0159-2.3295,1.9922-.7905,4.1846-2.4559,4.5641-4.3743-.0527-.0422-1.8762.5903-3.0568.5903-.6114,0-1.0541-.0949-1.0541-.0949.4743-1.2122,1.8446-2.3189,2.203-2.9197-2.1275-.0737-4.2324.4562-6.0714,1.5284-1.3103.7358-2.5645,1.5673-3.7524,2.4876-1.0104.8239-1.8546,1.8327-2.4876,2.9724-.6851,1.1489-1.307,2.9619-.9276,4.3005.6535,2.8776,2.6773,1.813,4.6168.1897.6851-.8222,1.2649-1.6443,1.95-2.3716m24.0535,1.7181l-.0738,5.7235c-1.4965.2817-3.0055.4927-4.5219.6324l-.8749-3.3097c-2.4981.0211-4.0686-.9908-5.8605-2.5508.5059-.3795,3.4362.5059,4.7432-.7905-.1569-.4781-.3507-.9433-.5797-1.3914.6746-.2319,1.3703-.4322,2.0027-.7378,1.1384-.5481,4.4059-2.4349,4.4059-4.1003,0-.7378-.7062-1.033-1.2649-1.1911-11.173-.9486-20.9862-.7905-14.8832,15.2416-.0422.0422-1.1595,1.2438-1.9605,1.8446-.6851-.8222-1.1805-1.7919-1.6022-2.6878.1075-.7344.1849-1.4728.2319-2.2135.0422-.4005-1.0541-2.4243-1.8341-2.0449-.78.3795-1.8341.7695-2.0132.8643h0c-.137,1.1278-.2214,3.2676.0738,4.5324.917.0211,1.5389.4954,1.7708,1.2227.7168,1.7076,1.5916,3.5627,2.9197,4.4059.8959-.2108,1.6443-.9803,2.2662-1.4968l-.0843,8.8541,3.1622-.1792.5797,3.4573c-3.0251,0-5.9027,2.9092-6.1346,3.4573h16.0111c-1.3913-1.8341-3.8473-3.0357-6.1346-3.4573l.6324-3.7735,7.1149-.4427-1.9289-10.4351c1.8235-.5586,4.1108-.9486,5.6497-1.7919.2319-1.2332,1.0857-6.7249,1.0857-6.7249,2.087-3.6576,2.2346-4.9224,1.6549-5.2597h0c-.4005-.2424-.9697.2319-1.2227.7168.137-.8749.2108-2.087-.3795-2.1924-.643-.1159-1.1173,1.3492-1.1595,1.8762,0,0-.6324-1.8446-1.3281-1.6232-.6746.2108-.5059,1.2332-.0422,2.5297-.8116.6851-1.3176.3795-1.9816.3795.8432,1.5811,1.56,2.6351,1.56,2.6562Z"/><path id="d" class="i" d="m14.4297,13.5227c.7378.1054,1.0751.0738,1.4124-.137m-1.6865-.3584v5.6076m0,5.6497v19.2154m7.0095-30.673c.8116.9381,1.423.9803,1.8762.8854.78-.1581.8538-1.3176.8959-1.7392m1.1384-.137c.8116.9276,1.423.9697,1.8762.8749.78-.1581.8538-1.307.8959-1.7392m-6.5141,29.6822c.5481.4427,1.0751.9487,1.3703,2.7722m6.6722-2.7722c-.5376.4427-1.0751.9487-1.3597,2.7722M12.3427,9.8441c.2846-.3162,3.0568-.6641,3.0568-.6641m-.6957-.0527h-1.4546l.6008-4.6273.8538,4.6273Z"/><circle id="e" class="j" cx="8.78" cy="15.3462" r=".75"/><circle id="f" class="j" cx="9.8973" cy="12.0365" r=".75"/><circle id="g" class="j" cx="13.4178" cy="11.2354" r=".75"/><circle id="h" class="j" cx="17.1491" cy="9.7492" r=".75"/></svg>
Copied!