police car icon
police-car from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- police-car
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the police car icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="m2.5 13l2 1m17-.5l-2 .5M8 18.5l.246-.614c.365-.913.548-1.37.929-1.628c.38-.258.872-.258 1.856-.258h1.938c.984 0 1.476 0 1.856.258s.564.715.93 1.628L16 18.5M2 18v2.882c0 .379.24.725.622.894c.247.11.483.224.769.224h1.718c.286 0 .522-.114.77-.224c.38-.169.621-.515.621-.894V19m11 0v1.882c0 .379.24.725.622.894c.247.11.483.224.769.224h1.718c.286 0 .522-.114.77-.224c.38-.169.621-.515.621-.894V18m-2-8.5l1-.5M4 9.5L3 9"/><path d="m4.5 10.5l1.088-2.993c.44-1.21.66-1.815 1.184-2.16C7.296 5 7.992 5 9.383 5h5.234c1.391 0 2.087 0 2.61.346c.525.346.745.951 1.185 2.161L19.5 10.5m-15 0h15c.957.957 2.5 2.29 2.5 3.777v3.278c0 .539-.38.992-.883 1.055L18 19H6l-3.117-.39C2.38 18.547 2 18.094 2 17.555v-3.278c0-1.487 1.543-2.82 2.5-3.777ZM10 3.8c0-.994.537-1.8 1.2-1.8h1.6c.663 0 1.2.806 1.2 1.8c0 .663-.358 1.2-.8 1.2h-2.4c-.442 0-.8-.537-.8-1.2Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPoliceCar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="m2.5 13l2 1m17-.5l-2 .5M8 18.5l.246-.614c.365-.913.548-1.37.929-1.628c.38-.258.872-.258 1.856-.258h1.938c.984 0 1.476 0 1.856.258s.564.715.93 1.628L16 18.5M2 18v2.882c0 .379.24.725.622.894c.247.11.483.224.769.224h1.718c.286 0 .522-.114.77-.224c.38-.169.621-.515.621-.894V19m11 0v1.882c0 .379.24.725.622.894c.247.11.483.224.769.224h1.718c.286 0 .522-.114.77-.224c.38-.169.621-.515.621-.894V18m-2-8.5l1-.5M4 9.5L3 9"/><path d="m4.5 10.5l1.088-2.993c.44-1.21.66-1.815 1.184-2.16C7.296 5 7.992 5 9.383 5h5.234c1.391 0 2.087 0 2.61.346c.525.346.745.951 1.185 2.161L19.5 10.5m-15 0h15c.957.957 2.5 2.29 2.5 3.777v3.278c0 .539-.38.992-.883 1.055L18 19H6l-3.117-.39C2.38 18.547 2 18.094 2 17.555v-3.278c0-1.487 1.543-2.82 2.5-3.777ZM10 3.8c0-.994.537-1.8 1.2-1.8h1.6c.663 0 1.2.806 1.2 1.8c0 .663-.358 1.2-.8 1.2h-2.4c-.442 0-.8-.537-.8-1.2Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="m2.5 13l2 1m17-.5l-2 .5M8 18.5l.246-.614c.365-.913.548-1.37.929-1.628c.38-.258.872-.258 1.856-.258h1.938c.984 0 1.476 0 1.856.258s.564.715.93 1.628L16 18.5M2 18v2.882c0 .379.24.725.622.894c.247.11.483.224.769.224h1.718c.286 0 .522-.114.77-.224c.38-.169.621-.515.621-.894V19m11 0v1.882c0 .379.24.725.622.894c.247.11.483.224.769.224h1.718c.286 0 .522-.114.77-.224c.38-.169.621-.515.621-.894V18m-2-8.5l1-.5M4 9.5L3 9"/><path d="m4.5 10.5l1.088-2.993c.44-1.21.66-1.815 1.184-2.16C7.296 5 7.992 5 9.383 5h5.234c1.391 0 2.087 0 2.61.346c.525.346.745.951 1.185 2.161L19.5 10.5m-15 0h15c.957.957 2.5 2.29 2.5 3.777v3.278c0 .539-.38.992-.883 1.055L18 19H6l-3.117-.39C2.38 18.547 2 18.094 2 17.555v-3.278c0-1.487 1.543-2.82 2.5-3.777ZM10 3.8c0-.994.537-1.8 1.2-1.8h1.6c.663 0 1.2.806 1.2 1.8c0 .663-.358 1.2-.8 1.2h-2.4c-.442 0-.8-.537-.8-1.2Z"/></g></svg> </template>
CSS
.icon-police-car {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m2.5%2013l2%201m17-.5l-2%20.5M8%2018.5l.246-.614c.365-.913.548-1.37.929-1.628c.38-.258.872-.258%201.856-.258h1.938c.984%200%201.476%200%201.856.258s.564.715.93%201.628L16%2018.5M2%2018v2.882c0%20.379.24.725.622.894c.247.11.483.224.769.224h1.718c.286%200%20.522-.114.77-.224c.38-.169.621-.515.621-.894V19m11%200v1.882c0%20.379.24.725.622.894c.247.11.483.224.769.224h1.718c.286%200%20.522-.114.77-.224c.38-.169.621-.515.621-.894V18m-2-8.5l1-.5M4%209.5L3%209%22%2F%3E%3Cpath%20d%3D%22m4.5%2010.5l1.088-2.993c.44-1.21.66-1.815%201.184-2.16C7.296%205%207.992%205%209.383%205h5.234c1.391%200%202.087%200%202.61.346c.525.346.745.951%201.185%202.161L19.5%2010.5m-15%200h15c.957.957%202.5%202.29%202.5%203.777v3.278c0%20.539-.38.992-.883%201.055L18%2019H6l-3.117-.39C2.38%2018.547%202%2018.094%202%2017.555v-3.278c0-1.487%201.543-2.82%202.5-3.777ZM10%203.8c0-.994.537-1.8%201.2-1.8h1.6c.663%200%201.2.806%201.2%201.8c0%20.663-.358%201.2-.8%201.2h-2.4c-.442%200-.8-.537-.8-1.2Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m2.5%2013l2%201m17-.5l-2%20.5M8%2018.5l.246-.614c.365-.913.548-1.37.929-1.628c.38-.258.872-.258%201.856-.258h1.938c.984%200%201.476%200%201.856.258s.564.715.93%201.628L16%2018.5M2%2018v2.882c0%20.379.24.725.622.894c.247.11.483.224.769.224h1.718c.286%200%20.522-.114.77-.224c.38-.169.621-.515.621-.894V19m11%200v1.882c0%20.379.24.725.622.894c.247.11.483.224.769.224h1.718c.286%200%20.522-.114.77-.224c.38-.169.621-.515.621-.894V18m-2-8.5l1-.5M4%209.5L3%209%22%2F%3E%3Cpath%20d%3D%22m4.5%2010.5l1.088-2.993c.44-1.21.66-1.815%201.184-2.16C7.296%205%207.992%205%209.383%205h5.234c1.391%200%202.087%200%202.61.346c.525.346.745.951%201.185%202.161L19.5%2010.5m-15%200h15c.957.957%202.5%202.29%202.5%203.777v3.278c0%20.539-.38.992-.883%201.055L18%2019H6l-3.117-.39C2.38%2018.547%202%2018.094%202%2017.555v-3.278c0-1.487%201.543-2.82%202.5-3.777ZM10%203.8c0-.994.537-1.8%201.2-1.8h1.6c.663%200%201.2.806%201.2%201.8c0%20.663-.358%201.2-.8%201.2h-2.4c-.442%200-.8-.537-.8-1.2Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/police-car.svg?color=%231a73e8&size=48