Police Scanner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Police Scanner 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/331476.svg" alt="Police Scanner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331476.svg" alt="Police Scanner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331476.svg" alt="Police Scanner icon" :width="24" :height="24" />
CSS background
.icon-police-scanner {
background-image: url('https://proicons.com/icon/331476.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>.b{fill:#000;}.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="13.5153" y="15.2418" width="20.9694" height="28.2582" rx="2.1866" ry="2.1866"/><polygon class="c" points="21.0065 12.7048 18.1768 12.7048 17.0055 15.2418 22.1778 15.2418 21.0065 12.7048"/><rect class="c" x="28.4013" y="4.5" width="2.481" height="10.7418"/><circle class="c" cx="29.3677" cy="34.847" r="2.6492"/><circle class="b" cx="16.7331" cy="33.6332" r=".75"/><circle class="b" cx="19.1513" cy="33.6332" r=".75"/><circle class="b" cx="21.5695" cy="33.6332" r=".75"/><circle class="b" cx="23.9877" cy="33.6332" r=".75"/><circle class="b" cx="16.7331" cy="36.0403" r=".75"/><circle class="b" cx="19.1513" cy="36.0403" r=".75"/><circle class="b" cx="21.5695" cy="36.0403" r=".75"/><circle class="b" cx="23.9877" cy="36.0403" r=".75"/><rect class="c" x="19.4957" y="15.2602" width="9.0086" height="14.9708" rx=".6451" ry=".6451" transform="translate(46.7457 -1.2544) rotate(90)"/></svg>
Copied!