police-badge-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.

Name
police-badge-outline
Set
Material Design Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

Related icons in Material Design Icons

Use the police badge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4.21c1.24.51 2.65.79 4 .79c1.05 0 2.1-.16 3.08-.46C18.5 5.5 18 6.71 18 8c0 1.32.54 2.93 1.1 4.63c.4 1.2.9 2.7.9 3.37c0 1.03-3.53 3-8 3.96C7.54 19 4 17.03 4 16c0-.67.5-2.17.9-3.37C5.46 10.93 6 9.32 6 8c0-1.29-.5-2.5-1.08-3.46C5.9 4.84 6.96 5 8 5c1.35 0 2.76-.28 4-.79M20 2c-1.15.64-2.6 1-4 1s-2.86-.37-4-1c-1.14.63-2.6 1-4 1s-2.85-.36-4-1L2 4s2 2 2 4s-2 6-2 8c0 4 10 6 10 6s10-2 10-6c0-2-2-6-2-8s2-4 2-4zm-4.95 14.45l-3.08-1.86l-3.07 1.86l.82-3.5L7 10.61l3.58-.31L11.97 7l1.4 3.29l3.58.31l-2.72 2.34z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPoliceBadgeOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4.21c1.24.51 2.65.79 4 .79c1.05 0 2.1-.16 3.08-.46C18.5 5.5 18 6.71 18 8c0 1.32.54 2.93 1.1 4.63c.4 1.2.9 2.7.9 3.37c0 1.03-3.53 3-8 3.96C7.54 19 4 17.03 4 16c0-.67.5-2.17.9-3.37C5.46 10.93 6 9.32 6 8c0-1.29-.5-2.5-1.08-3.46C5.9 4.84 6.96 5 8 5c1.35 0 2.76-.28 4-.79M20 2c-1.15.64-2.6 1-4 1s-2.86-.37-4-1c-1.14.63-2.6 1-4 1s-2.85-.36-4-1L2 4s2 2 2 4s-2 6-2 8c0 4 10 6 10 6s10-2 10-6c0-2-2-6-2-8s2-4 2-4zm-4.95 14.45l-3.08-1.86l-3.07 1.86l.82-3.5L7 10.61l3.58-.31L11.97 7l1.4 3.29l3.58.31l-2.72 2.34z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4.21c1.24.51 2.65.79 4 .79c1.05 0 2.1-.16 3.08-.46C18.5 5.5 18 6.71 18 8c0 1.32.54 2.93 1.1 4.63c.4 1.2.9 2.7.9 3.37c0 1.03-3.53 3-8 3.96C7.54 19 4 17.03 4 16c0-.67.5-2.17.9-3.37C5.46 10.93 6 9.32 6 8c0-1.29-.5-2.5-1.08-3.46C5.9 4.84 6.96 5 8 5c1.35 0 2.76-.28 4-.79M20 2c-1.15.64-2.6 1-4 1s-2.86-.37-4-1c-1.14.63-2.6 1-4 1s-2.85-.36-4-1L2 4s2 2 2 4s-2 6-2 8c0 4 10 6 10 6s10-2 10-6c0-2-2-6-2-8s2-4 2-4zm-4.95 14.45l-3.08-1.86l-3.07 1.86l.82-3.5L7 10.61l3.58-.31L11.97 7l1.4 3.29l3.58.31l-2.72 2.34z"/></svg>
</template>

CSS

.icon-police-badge-outline {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204.21c1.24.51%202.65.79%204%20.79c1.05%200%202.1-.16%203.08-.46C18.5%205.5%2018%206.71%2018%208c0%201.32.54%202.93%201.1%204.63c.4%201.2.9%202.7.9%203.37c0%201.03-3.53%203-8%203.96C7.54%2019%204%2017.03%204%2016c0-.67.5-2.17.9-3.37C5.46%2010.93%206%209.32%206%208c0-1.29-.5-2.5-1.08-3.46C5.9%204.84%206.96%205%208%205c1.35%200%202.76-.28%204-.79M20%202c-1.15.64-2.6%201-4%201s-2.86-.37-4-1c-1.14.63-2.6%201-4%201s-2.85-.36-4-1L2%204s2%202%202%204s-2%206-2%208c0%204%2010%206%2010%206s10-2%2010-6c0-2-2-6-2-8s2-4%202-4zm-4.95%2014.45l-3.08-1.86l-3.07%201.86l.82-3.5L7%2010.61l3.58-.31L11.97%207l1.4%203.29l3.58.31l-2.72%202.34z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204.21c1.24.51%202.65.79%204%20.79c1.05%200%202.1-.16%203.08-.46C18.5%205.5%2018%206.71%2018%208c0%201.32.54%202.93%201.1%204.63c.4%201.2.9%202.7.9%203.37c0%201.03-3.53%203-8%203.96C7.54%2019%204%2017.03%204%2016c0-.67.5-2.17.9-3.37C5.46%2010.93%206%209.32%206%208c0-1.29-.5-2.5-1.08-3.46C5.9%204.84%206.96%205%208%205c1.35%200%202.76-.28%204-.79M20%202c-1.15.64-2.6%201-4%201s-2.86-.37-4-1c-1.14.63-2.6%201-4%201s-2.85-.36-4-1L2%204s2%202%202%204s-2%206-2%208c0%204%2010%206%2010%206s10-2%2010-6c0-2-2-6-2-8s2-4%202-4zm-4.95%2014.45l-3.08-1.86l-3.07%201.86l.82-3.5L7%2010.61l3.58-.31L11.97%207l1.4%203.29l3.58.31l-2.72%202.34z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/police-badge-outline.svg?color=%231a73e8&size=48