Emoji Police Car Light Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Police Car Light 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/325366.svg" alt="Emoji Police Car Light icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325366.svg" alt="Emoji Police Car Light icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325366.svg" alt="Emoji Police Car Light icon" :width="24" :height="24" />
CSS background
.icon-emoji-police-car-light {
background-image: url('https://proicons.com/icon/325366.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M10.6507,9.2403l5.5239,5.3769M23.951,12.2079l.049-7.7079M31.8255,14.6271l5.5239-5.3769M23.951,12.2079l.049-7.7079"/><path class="c" d="M25.3026,19.9844c.9794-.6562,2.5073-.0881,3.4181,1.2732.9206,1.3614.8619,2.9872-.1077,3.6532-.9794.6562-2.5073.0784-3.4279-1.2732-.9108-1.3614-.8619-2.997.1175-3.6532Z"/><path class="c" d="M11.6203,37.0512c2.282-28.2461,22.8006-28.344,24.7594,0"/><rect class="c" x="8.4078" y="37.0512" width="31.1843" height="6.2388"/></svg>
Copied!