officer negative icon

officer-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
officer-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Use the officer negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsOfficerNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM23.356 33.457L16.879 28S6 31.393 6 35.467V42h36v-6.533C42 31.393 31.121 28 31.121 28l-6.477 5.457a1 1 0 0 1-1.288 0M19 35h-7v1.246a1 1 0 0 0 .725.961l2.5.715a1 1 0 0 0 .55 0l2.5-.715a1 1 0 0 0 .725-.961zm14.336-1.875a.17.17 0 0 1 .328 0l.472 1.52c.023.075.09.126.165.126h1.526c.167 0 .237.225.101.328l-1.234.94a.19.19 0 0 0-.063.202l.471 1.52c.052.168-.13.307-.266.204l-1.234-.94a.166.166 0 0 0-.204 0l-1.234.94c-.136.103-.318-.036-.267-.203l.472-1.52a.19.19 0 0 0-.063-.203l-1.234-.94c-.136-.103-.066-.328.101-.328H32.7c.075 0 .142-.05.165-.125zM31.814 18.28c1.39-1.085 1.174-2.28 1.174-2.28H15.012s-.217 1.195 1.174 2.28a8 8 0 1 0 15.629 0m-1.862.955q.047.376.048.766a6 6 0 1 1-11.952-.766c1.313.447 3.186.759 5.856.766h.192c2.67-.007 4.543-.32 5.856-.766M13.5 10.097C13.5 7.774 24 6 24 6s10.5 1.774 10.5 4.097c0 3.097-1.91 4.403-1.91 4.403H15.41s-1.91-1.306-1.91-4.403m12.5-.53s-1.467-.534-2-1.067c-.533.533-2 1.067-2 1.067s.4 2.933 2 2.933s2-2.933 2-2.933" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsOfficerNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsOfficerNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsOfficerNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM23.356 33.457L16.879 28S6 31.393 6 35.467V42h36v-6.533C42 31.393 31.121 28 31.121 28l-6.477 5.457a1 1 0 0 1-1.288 0M19 35h-7v1.246a1 1 0 0 0 .725.961l2.5.715a1 1 0 0 0 .55 0l2.5-.715a1 1 0 0 0 .725-.961zm14.336-1.875a.17.17 0 0 1 .328 0l.472 1.52c.023.075.09.126.165.126h1.526c.167 0 .237.225.101.328l-1.234.94a.19.19 0 0 0-.063.202l.471 1.52c.052.168-.13.307-.266.204l-1.234-.94a.166.166 0 0 0-.204 0l-1.234.94c-.136.103-.318-.036-.267-.203l.472-1.52a.19.19 0 0 0-.063-.203l-1.234-.94c-.136-.103-.066-.328.101-.328H32.7c.075 0 .142-.05.165-.125zM31.814 18.28c1.39-1.085 1.174-2.28 1.174-2.28H15.012s-.217 1.195 1.174 2.28a8 8 0 1 0 15.629 0m-1.862.955q.047.376.048.766a6 6 0 1 1-11.952-.766c1.313.447 3.186.759 5.856.766h.192c2.67-.007 4.543-.32 5.856-.766M13.5 10.097C13.5 7.774 24 6 24 6s10.5 1.774 10.5 4.097c0 3.097-1.91 4.403-1.91 4.403H15.41s-1.91-1.306-1.91-4.403m12.5-.53s-1.467-.534-2-1.067c-.533.533-2 1.067-2 1.067s.4 2.933 2 2.933s2-2.933 2-2.933" clipRule="evenodd"/></g><defs><clipPath id="healthiconsOfficerNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsOfficerNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM23.356 33.457L16.879 28S6 31.393 6 35.467V42h36v-6.533C42 31.393 31.121 28 31.121 28l-6.477 5.457a1 1 0 0 1-1.288 0M19 35h-7v1.246a1 1 0 0 0 .725.961l2.5.715a1 1 0 0 0 .55 0l2.5-.715a1 1 0 0 0 .725-.961zm14.336-1.875a.17.17 0 0 1 .328 0l.472 1.52c.023.075.09.126.165.126h1.526c.167 0 .237.225.101.328l-1.234.94a.19.19 0 0 0-.063.202l.471 1.52c.052.168-.13.307-.266.204l-1.234-.94a.166.166 0 0 0-.204 0l-1.234.94c-.136.103-.318-.036-.267-.203l.472-1.52a.19.19 0 0 0-.063-.203l-1.234-.94c-.136-.103-.066-.328.101-.328H32.7c.075 0 .142-.05.165-.125zM31.814 18.28c1.39-1.085 1.174-2.28 1.174-2.28H15.012s-.217 1.195 1.174 2.28a8 8 0 1 0 15.629 0m-1.862.955q.047.376.048.766a6 6 0 1 1-11.952-.766c1.313.447 3.186.759 5.856.766h.192c2.67-.007 4.543-.32 5.856-.766M13.5 10.097C13.5 7.774 24 6 24 6s10.5 1.774 10.5 4.097c0 3.097-1.91 4.403-1.91 4.403H15.41s-1.91-1.306-1.91-4.403m12.5-.53s-1.467-.534-2-1.067c-.533.533-2 1.067-2 1.067s.4 2.933 2 2.933s2-2.933 2-2.933" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsOfficerNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-officer-negative {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsOfficerNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM23.356%2033.457L16.879%2028S6%2031.393%206%2035.467V42h36v-6.533C42%2031.393%2031.121%2028%2031.121%2028l-6.477%205.457a1%201%200%200%201-1.288%200M19%2035h-7v1.246a1%201%200%200%200%20.725.961l2.5.715a1%201%200%200%200%20.55%200l2.5-.715a1%201%200%200%200%20.725-.961zm14.336-1.875a.17.17%200%200%201%20.328%200l.472%201.52c.023.075.09.126.165.126h1.526c.167%200%20.237.225.101.328l-1.234.94a.19.19%200%200%200-.063.202l.471%201.52c.052.168-.13.307-.266.204l-1.234-.94a.166.166%200%200%200-.204%200l-1.234.94c-.136.103-.318-.036-.267-.203l.472-1.52a.19.19%200%200%200-.063-.203l-1.234-.94c-.136-.103-.066-.328.101-.328H32.7c.075%200%20.142-.05.165-.125zM31.814%2018.28c1.39-1.085%201.174-2.28%201.174-2.28H15.012s-.217%201.195%201.174%202.28a8%208%200%201%200%2015.629%200m-1.862.955q.047.376.048.766a6%206%200%201%201-11.952-.766c1.313.447%203.186.759%205.856.766h.192c2.67-.007%204.543-.32%205.856-.766M13.5%2010.097C13.5%207.774%2024%206%2024%206s10.5%201.774%2010.5%204.097c0%203.097-1.91%204.403-1.91%204.403H15.41s-1.91-1.306-1.91-4.403m12.5-.53s-1.467-.534-2-1.067c-.533.533-2%201.067-2%201.067s.4%202.933%202%202.933s2-2.933%202-2.933%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsOfficerNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsOfficerNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM23.356%2033.457L16.879%2028S6%2031.393%206%2035.467V42h36v-6.533C42%2031.393%2031.121%2028%2031.121%2028l-6.477%205.457a1%201%200%200%201-1.288%200M19%2035h-7v1.246a1%201%200%200%200%20.725.961l2.5.715a1%201%200%200%200%20.55%200l2.5-.715a1%201%200%200%200%20.725-.961zm14.336-1.875a.17.17%200%200%201%20.328%200l.472%201.52c.023.075.09.126.165.126h1.526c.167%200%20.237.225.101.328l-1.234.94a.19.19%200%200%200-.063.202l.471%201.52c.052.168-.13.307-.266.204l-1.234-.94a.166.166%200%200%200-.204%200l-1.234.94c-.136.103-.318-.036-.267-.203l.472-1.52a.19.19%200%200%200-.063-.203l-1.234-.94c-.136-.103-.066-.328.101-.328H32.7c.075%200%20.142-.05.165-.125zM31.814%2018.28c1.39-1.085%201.174-2.28%201.174-2.28H15.012s-.217%201.195%201.174%202.28a8%208%200%201%200%2015.629%200m-1.862.955q.047.376.048.766a6%206%200%201%201-11.952-.766c1.313.447%203.186.759%205.856.766h.192c2.67-.007%204.543-.32%205.856-.766M13.5%2010.097C13.5%207.774%2024%206%2024%206s10.5%201.774%2010.5%204.097c0%203.097-1.91%204.403-1.91%204.403H15.41s-1.91-1.306-1.91-4.403m12.5-.53s-1.467-.534-2-1.067c-.533.533-2%201.067-2%201.067s.4%202.933%202%202.933s2-2.933%202-2.933%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsOfficerNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/officer-negative.svg?color=%231a73e8&size=48