Allstate Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Allstate 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/321631.svg" alt="Allstate icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321631.svg" alt="Allstate icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321631.svg" alt="Allstate icon" :width="24" :height="24" />
CSS background
.icon-allstate {
background-image: url('https://proicons.com/icon/321631.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>.v{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="v" d="M16.3273,21.2952s.623,1.903-1.6728,3.4967c0,0,.8134,1.1949.3419,2.6398,0,0,2.6229,2.6585-.6889,5.5659"/><path id="d" class="v" d="M14.3076,32.9977s-1.8074-5.1265-3.4803-5.668c0,0-.1348-3.7436-1.203-6.2401"/><path id="e" class="v" d="M9.6243,21.0895s.1066-3.8241,2.7034-7.0172c-.2086.2047-1.1089.9513-2.8311.3581"/><path id="f" class="v" d="M16.4051,8.6661l3.3986,3.1362"/><path id="g" class="v" d="M18.1002,11.9297s2.982-.8064,4.917,2.2489"/><path id="h" class="v" d="M23.0171,14.1785s.9182,3.0719,2.5274,9.3543c0,0-.1853.971.5697,1.4059,0,0,.5212,1.1035,1.4738,1.513,0,0,2.57-.4172,2.387,1.1516"/><path id="i" class="v" d="M23.2594,24.5746l1.4887,2.2259s1.4954.4619,2.4619,1.9927c0,0,2.6783-.4739,2.9515,1.1403"/><path id="j" class="v" d="M21.1407,26.4129l2.0077,2.8275s2.365.5615,3.1967,1.7462c0,0,2.5216-1.0331,2.9262,1.2377"/><path id="k" class="v" d="M18.5154,27.767l2.0487,2.9775s1.8138.4678,2.8462,1.5853c0,0,2.8152-.6273,3.8341.8251"/><path id="l" class="v" d="M16.2175,30.6935s1.6954,4.0372,9.3249,3.9378"/><path id="m" class="v" d="M17.2041,32.0818s-1.9108,2.1681,1.5089,1.7046c0,0-1.0026,3.2444,3.0224,1.0394,0,0-2.9864,3.1317,5.0388,1.211,0,0,2.8765-.542,4.9579-3.3071"/><path id="n" class="v" d="M31.2771,20.3453c-.0773.7963-.4277,3.9167,2.3308,5.987,0,0-1.6002.9542-.7146,2.6361"/><path id="o" class="v" d="M32.8932,28.9684s-2.9499,2.8714.288,5.3965"/><path id="p" class="v" d="M33.1812,34.3649s1.5611-3.5635,3.4485-4.9758c0,0,.7514-3.62,1.9149-5.698,0,0,1.0511-3.7491-2.258-9.0604"/><path id="q" class="v" d="M40.4182,13.5927l-3.181,2.4238"/><path id="r" class="v" d="M31.7226,9.0814l-2.7713,3.3473"/><path id="s" class="v" d="M24.2807,18.0795s.5498-6.0531,6.2526-5.5509"/><ellipse id="t" class="v" cx="24" cy="24" rx="21.5" ry="16.7375"/><path id="u" class="v" d="M9.4966,14.4304l-2.2754-.6789"/></g></svg>
Copied!