job status level icon

job-status-level from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.

Name
job-status-level
Set
Health Icons
Style
Filled
Category
Symbols
Viewbox
48×48
License
MIT

3 other variants in Health Icons

More symbols icons from Health Icons

Use the job status level icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 16c2.762 0 5-2.238 5-5s-2.238-5-5-5s-5 2.238-5 5s2.238 5 5 5m-9 5c0-2.483 5.996-4 9-4s9 1.517 9 4v3H15zm5 17a4 4 0 0 1 3-3.874v-2.361H11v2.361A4.002 4.002 0 0 1 10 42a4 4 0 0 1-1-7.874v-2.361a2 2 0 0 1 2-2h12V26h2v3.765h12a2 2 0 0 1 2 2v2.361A4.002 4.002 0 0 1 38 42a4 4 0 0 1-1-7.874v-2.361H25v2.361A4.002 4.002 0 0 1 24 42a4 4 0 0 1-4-4"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsJobStatusLevel(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 16c2.762 0 5-2.238 5-5s-2.238-5-5-5s-5 2.238-5 5s2.238 5 5 5m-9 5c0-2.483 5.996-4 9-4s9 1.517 9 4v3H15zm5 17a4 4 0 0 1 3-3.874v-2.361H11v2.361A4.002 4.002 0 0 1 10 42a4 4 0 0 1-1-7.874v-2.361a2 2 0 0 1 2-2h12V26h2v3.765h12a2 2 0 0 1 2 2v2.361A4.002 4.002 0 0 1 38 42a4 4 0 0 1-1-7.874v-2.361H25v2.361A4.002 4.002 0 0 1 24 42a4 4 0 0 1-4-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 16c2.762 0 5-2.238 5-5s-2.238-5-5-5s-5 2.238-5 5s2.238 5 5 5m-9 5c0-2.483 5.996-4 9-4s9 1.517 9 4v3H15zm5 17a4 4 0 0 1 3-3.874v-2.361H11v2.361A4.002 4.002 0 0 1 10 42a4 4 0 0 1-1-7.874v-2.361a2 2 0 0 1 2-2h12V26h2v3.765h12a2 2 0 0 1 2 2v2.361A4.002 4.002 0 0 1 38 42a4 4 0 0 1-1-7.874v-2.361H25v2.361A4.002 4.002 0 0 1 24 42a4 4 0 0 1-4-4"/></svg>
</template>

CSS

.icon-job-status-level {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2016c2.762%200%205-2.238%205-5s-2.238-5-5-5s-5%202.238-5%205s2.238%205%205%205m-9%205c0-2.483%205.996-4%209-4s9%201.517%209%204v3H15zm5%2017a4%204%200%200%201%203-3.874v-2.361H11v2.361A4.002%204.002%200%200%201%2010%2042a4%204%200%200%201-1-7.874v-2.361a2%202%200%200%201%202-2h12V26h2v3.765h12a2%202%200%200%201%202%202v2.361A4.002%204.002%200%200%201%2038%2042a4%204%200%200%201-1-7.874v-2.361H25v2.361A4.002%204.002%200%200%201%2024%2042a4%204%200%200%201-4-4%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2016c2.762%200%205-2.238%205-5s-2.238-5-5-5s-5%202.238-5%205s2.238%205%205%205m-9%205c0-2.483%205.996-4%209-4s9%201.517%209%204v3H15zm5%2017a4%204%200%200%201%203-3.874v-2.361H11v2.361A4.002%204.002%200%200%201%2010%2042a4%204%200%200%201-1-7.874v-2.361a2%202%200%200%201%202-2h12V26h2v3.765h12a2%202%200%200%201%202%202v2.361A4.002%204.002%200%200%201%2038%2042a4%204%200%200%201-1-7.874v-2.361H25v2.361A4.002%204.002%200%200%201%2024%2042a4%204%200%200%201-4-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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