police icon
police from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- police
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the police icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 24h2v6h-2z"/><path fill="currentColor" d="M21 20H7a3.003 3.003 0 0 1-3-3V6H2v11a5.006 5.006 0 0 0 5 5h14a4.9 4.9 0 0 1 2.105.481L17 28.586L18.414 30l6.307-6.307A4.96 4.96 0 0 1 26 27v3h2v-3a7.01 7.01 0 0 0-7-7"/><path fill="currentColor" d="m25.275 4.039l-7-2a1 1 0 0 0-.55 0l-7 2a1 1 0 0 0-.695 1.203L11 9.123V11a7 7 0 1 0 14 0V9.123l.97-3.88a1 1 0 0 0-.695-1.204M18 4.04l5.795 1.656L23.22 8H19V6h-2v2h-4.219l-.576-2.304ZM18 16a5.006 5.006 0 0 1-5-5v-1h10v1a5.006 5.006 0 0 1-5 5"/></svg>
React
import type { SVGProps } from "react";
export function CarbonPolice(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 24h2v6h-2z"/><path fill="currentColor" d="M21 20H7a3.003 3.003 0 0 1-3-3V6H2v11a5.006 5.006 0 0 0 5 5h14a4.9 4.9 0 0 1 2.105.481L17 28.586L18.414 30l6.307-6.307A4.96 4.96 0 0 1 26 27v3h2v-3a7.01 7.01 0 0 0-7-7"/><path fill="currentColor" d="m25.275 4.039l-7-2a1 1 0 0 0-.55 0l-7 2a1 1 0 0 0-.695 1.203L11 9.123V11a7 7 0 1 0 14 0V9.123l.97-3.88a1 1 0 0 0-.695-1.204M18 4.04l5.795 1.656L23.22 8H19V6h-2v2h-4.219l-.576-2.304ZM18 16a5.006 5.006 0 0 1-5-5v-1h10v1a5.006 5.006 0 0 1-5 5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 24h2v6h-2z"/><path fill="currentColor" d="M21 20H7a3.003 3.003 0 0 1-3-3V6H2v11a5.006 5.006 0 0 0 5 5h14a4.9 4.9 0 0 1 2.105.481L17 28.586L18.414 30l6.307-6.307A4.96 4.96 0 0 1 26 27v3h2v-3a7.01 7.01 0 0 0-7-7"/><path fill="currentColor" d="m25.275 4.039l-7-2a1 1 0 0 0-.55 0l-7 2a1 1 0 0 0-.695 1.203L11 9.123V11a7 7 0 1 0 14 0V9.123l.97-3.88a1 1 0 0 0-.695-1.204M18 4.04l5.795 1.656L23.22 8H19V6h-2v2h-4.219l-.576-2.304ZM18 16a5.006 5.006 0 0 1-5-5v-1h10v1a5.006 5.006 0 0 1-5 5"/></svg> </template>
CSS
.icon-police {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2024h2v6h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2020H7a3.003%203.003%200%200%201-3-3V6H2v11a5.006%205.006%200%200%200%205%205h14a4.9%204.9%200%200%201%202.105.481L17%2028.586L18.414%2030l6.307-6.307A4.96%204.96%200%200%201%2026%2027v3h2v-3a7.01%207.01%200%200%200-7-7%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m25.275%204.039l-7-2a1%201%200%200%200-.55%200l-7%202a1%201%200%200%200-.695%201.203L11%209.123V11a7%207%200%201%200%2014%200V9.123l.97-3.88a1%201%200%200%200-.695-1.204M18%204.04l5.795%201.656L23.22%208H19V6h-2v2h-4.219l-.576-2.304ZM18%2016a5.006%205.006%200%200%201-5-5v-1h10v1a5.006%205.006%200%200%201-5%205%22%2F%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2024h2v6h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2020H7a3.003%203.003%200%200%201-3-3V6H2v11a5.006%205.006%200%200%200%205%205h14a4.9%204.9%200%200%201%202.105.481L17%2028.586L18.414%2030l6.307-6.307A4.96%204.96%200%200%201%2026%2027v3h2v-3a7.01%207.01%200%200%200-7-7%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m25.275%204.039l-7-2a1%201%200%200%200-.55%200l-7%202a1%201%200%200%200-.695%201.203L11%209.123V11a7%207%200%201%200%2014%200V9.123l.97-3.88a1%201%200%200%200-.695-1.204M18%204.04l5.795%201.656L23.22%208H19V6h-2v2h-4.219l-.576-2.304ZM18%2016a5.006%205.006%200%200%201-5-5v-1h10v1a5.006%205.006%200%200%201-5%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/police.svg?color=%231a73e8&size=48