police badge icon

police-badge-fill from Remix Icon by Remix Design · Fill · Others · Apache-2.0 Free for personal and commercial use.

Name
police-badge-fill
Set
Remix Icon
Style
Fill
Category
Others
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More others icons from Remix Icon

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="M2.913 11.674C3.236 10.195 3.54 8.808 2 6.5l3.5-4S9 4 12 1.5c3 2.5 6.5 1 6.5 1l3.5 4c-1.539 2.308-1.236 3.695-.913 5.174c.306 1.404.63 2.89-.587 5.326c-1.157 2.315-3.152 3.123-5.015 3.877c-1.356.55-2.642 1.07-3.485 2.123c-.842-1.053-2.129-1.574-3.485-2.123C6.652 20.123 4.658 19.315 3.5 17c-1.218-2.435-.893-3.922-.587-5.326m11.465 1.099l2.377-2.318l-3.286-.478L12 7l-1.47 2.977l-3.285.478l2.377 2.318l-.561 3.272L12 14.5l2.939 1.545z"/></svg>

React

import type { SVGProps } from "react";

export function RiPoliceBadgeFill(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="M2.913 11.674C3.236 10.195 3.54 8.808 2 6.5l3.5-4S9 4 12 1.5c3 2.5 6.5 1 6.5 1l3.5 4c-1.539 2.308-1.236 3.695-.913 5.174c.306 1.404.63 2.89-.587 5.326c-1.157 2.315-3.152 3.123-5.015 3.877c-1.356.55-2.642 1.07-3.485 2.123c-.842-1.053-2.129-1.574-3.485-2.123C6.652 20.123 4.658 19.315 3.5 17c-1.218-2.435-.893-3.922-.587-5.326m11.465 1.099l2.377-2.318l-3.286-.478L12 7l-1.47 2.977l-3.285.478l2.377 2.318l-.561 3.272L12 14.5l2.939 1.545z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.913 11.674C3.236 10.195 3.54 8.808 2 6.5l3.5-4S9 4 12 1.5c3 2.5 6.5 1 6.5 1l3.5 4c-1.539 2.308-1.236 3.695-.913 5.174c.306 1.404.63 2.89-.587 5.326c-1.157 2.315-3.152 3.123-5.015 3.877c-1.356.55-2.642 1.07-3.485 2.123c-.842-1.053-2.129-1.574-3.485-2.123C6.652 20.123 4.658 19.315 3.5 17c-1.218-2.435-.893-3.922-.587-5.326m11.465 1.099l2.377-2.318l-3.286-.478L12 7l-1.47 2.977l-3.285.478l2.377 2.318l-.561 3.272L12 14.5l2.939 1.545z"/></svg>
</template>

CSS

.icon-police-badge-fill {
  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%22M2.913%2011.674C3.236%2010.195%203.54%208.808%202%206.5l3.5-4S9%204%2012%201.5c3%202.5%206.5%201%206.5%201l3.5%204c-1.539%202.308-1.236%203.695-.913%205.174c.306%201.404.63%202.89-.587%205.326c-1.157%202.315-3.152%203.123-5.015%203.877c-1.356.55-2.642%201.07-3.485%202.123c-.842-1.053-2.129-1.574-3.485-2.123C6.652%2020.123%204.658%2019.315%203.5%2017c-1.218-2.435-.893-3.922-.587-5.326m11.465%201.099l2.377-2.318l-3.286-.478L12%207l-1.47%202.977l-3.285.478l2.377%202.318l-.561%203.272L12%2014.5l2.939%201.545z%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%22M2.913%2011.674C3.236%2010.195%203.54%208.808%202%206.5l3.5-4S9%204%2012%201.5c3%202.5%206.5%201%206.5%201l3.5%204c-1.539%202.308-1.236%203.695-.913%205.174c.306%201.404.63%202.89-.587%205.326c-1.157%202.315-3.152%203.123-5.015%203.877c-1.356.55-2.642%201.07-3.485%202.123c-.842-1.053-2.129-1.574-3.485-2.123C6.652%2020.123%204.658%2019.315%203.5%2017c-1.218-2.435-.893-3.922-.587-5.326m11.465%201.099l2.377-2.318l-3.286-.478L12%207l-1.47%202.977l-3.285.478l2.377%202.318l-.561%203.272L12%2014.5l2.939%201.545z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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