job status level icon
job-status-level-24px from Health Icons by Resolve to Save Lives · Filled 24px · Symbols · MIT Free for personal and commercial use.
- Name
- job-status-level-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Symbols
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M12 7a2 2 0 1 0 .001-3.999A2 2 0 0 0 12 7m.75 5.5h-1.5v2.75H6c-.69 0-1.25.56-1.25 1.25v1.7a1.5 1.5 0 1 0 1.5 0v-1.45h5v1.45a1.5 1.5 0 1 0 1.5 0v-1.45h5v1.45a1.5 1.5 0 1 0 1.5 0v-1.7c0-.69-.56-1.25-1.25-1.25h-5.25zM8 9.778C8 8.674 10.665 8 12 8s4 .674 4 1.778v1.333H8z"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsJobStatusLevel24px(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 7a2 2 0 1 0 .001-3.999A2 2 0 0 0 12 7m.75 5.5h-1.5v2.75H6c-.69 0-1.25.56-1.25 1.25v1.7a1.5 1.5 0 1 0 1.5 0v-1.45h5v1.45a1.5 1.5 0 1 0 1.5 0v-1.45h5v1.45a1.5 1.5 0 1 0 1.5 0v-1.7c0-.69-.56-1.25-1.25-1.25h-5.25zM8 9.778C8 8.674 10.665 8 12 8s4 .674 4 1.778v1.333H8z"/></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 7a2 2 0 1 0 .001-3.999A2 2 0 0 0 12 7m.75 5.5h-1.5v2.75H6c-.69 0-1.25.56-1.25 1.25v1.7a1.5 1.5 0 1 0 1.5 0v-1.45h5v1.45a1.5 1.5 0 1 0 1.5 0v-1.45h5v1.45a1.5 1.5 0 1 0 1.5 0v-1.7c0-.69-.56-1.25-1.25-1.25h-5.25zM8 9.778C8 8.674 10.665 8 12 8s4 .674 4 1.778v1.333H8z"/></svg> </template>
CSS
.icon-job-status-level-24px {
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%207a2%202%200%201%200%20.001-3.999A2%202%200%200%200%2012%207m.75%205.5h-1.5v2.75H6c-.69%200-1.25.56-1.25%201.25v1.7a1.5%201.5%200%201%200%201.5%200v-1.45h5v1.45a1.5%201.5%200%201%200%201.5%200v-1.45h5v1.45a1.5%201.5%200%201%200%201.5%200v-1.7c0-.69-.56-1.25-1.25-1.25h-5.25zM8%209.778C8%208.674%2010.665%208%2012%208s4%20.674%204%201.778v1.333H8z%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%207a2%202%200%201%200%20.001-3.999A2%202%200%200%200%2012%207m.75%205.5h-1.5v2.75H6c-.69%200-1.25.56-1.25%201.25v1.7a1.5%201.5%200%201%200%201.5%200v-1.45h5v1.45a1.5%201.5%200%201%200%201.5%200v-1.45h5v1.45a1.5%201.5%200%201%200%201.5%200v-1.7c0-.69-.56-1.25-1.25-1.25h-5.25zM8%209.778C8%208.674%2010.665%208%2012%208s4%20.674%204%201.778v1.333H8z%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-24px.svg?color=%231a73e8&size=48