Tallahassee Police Department Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tallahassee Police Department 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/333645.svg" alt="Tallahassee Police Department icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333645.svg" alt="Tallahassee Police Department icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333645.svg" alt="Tallahassee Police Department icon" :width="24" :height="24" />
CSS background
.icon-tallahassee-police-department {
background-image: url('https://proicons.com/icon/333645.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M36.6327,19.0338a26.1622,26.1622,0,0,0,5.2225-5.6689,73.0624,73.0624,0,0,0-18.6909,2.7393,73.0583,73.0583,0,0,0-17.2,7.8122,26.1626,26.1626,0,0,0,7.46,1.94"/><path class="a" d="M17.9327,14.9376A96.9945,96.9945,0,0,1,19.7527,4.5s2.2621,1.4086,4.9453,5.5731"/><path class="a" d="M26.5077,35.4442A33.9316,33.9316,0,0,1,19.0245,43.5a108.7612,108.7612,0,0,1-1.7268-20.1014c.0206-.8662.0563-1.7253.1044-2.5719"/><path class="a" d="M30.0457,18.4213a109.23,109.23,0,0,1,11.99,17.3493,58.6315,58.6315,0,0,1-16.7989-5.12"/></svg>
Copied!