miner worker alt icon
miner-worker-alt from Health Icons by Resolve to Save Lives · Filled · People · MIT Free for personal and commercial use.
- Name
- miner-worker-alt
- Set
- Health Icons
- Style
- Filled
- Category
- People
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More people icons from Health Icons
agricultureagriculture-workeragriculture-worker-altancvasthmababy-0203-altbaby-0203mbaby-0306mbaby-female-0203m-altbaby-female-0306mbaby-female-0609mbaby-male-0203m-altbaby-male-0306mbaby-male-0609mboy-0105yboy-1015ycall-centrechild-carechild-cognitionchild-programcity-workerclean-handscommunity-healthworkerconstruction-worker
Use the miner worker alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M33.655 20.75h-8.172v19.615A1.64 1.64 0 0 1 23.848 42a1.64 1.64 0 0 1-1.635-1.635v-8.172h-3.269v8.172A1.64 1.64 0 0 1 17.31 42a1.64 1.64 0 0 1-1.635-1.635V20.75v7.467c-.899 0-3.675-1.711-3.675-5.925c0-3.176 2.776-4.81 3.675-4.81h17.98a1.64 1.64 0 0 1 1.635 1.634a1.64 1.64 0 0 1-1.635 1.634"/><path d="M34 11v30h-2V11z"/><path d="M26 15c0-1.657 3.134-3 7-3s7 1.343 7 3c-5-1.5-8.5-1.5-14 0"/><path fill-rule="evenodd" d="M25 10.5h-1.902c.468.566.75 1.29.75 2.078a3.28 3.28 0 0 1-3.27 3.269a3.28 3.28 0 0 1-3.268-3.27c0-.787.282-1.511.75-2.077H16a4.5 4.5 0 1 1 9 0m-4.5-.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMinerWorkerAlt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M33.655 20.75h-8.172v19.615A1.64 1.64 0 0 1 23.848 42a1.64 1.64 0 0 1-1.635-1.635v-8.172h-3.269v8.172A1.64 1.64 0 0 1 17.31 42a1.64 1.64 0 0 1-1.635-1.635V20.75v7.467c-.899 0-3.675-1.711-3.675-5.925c0-3.176 2.776-4.81 3.675-4.81h17.98a1.64 1.64 0 0 1 1.635 1.634a1.64 1.64 0 0 1-1.635 1.634"/><path d="M34 11v30h-2V11z"/><path d="M26 15c0-1.657 3.134-3 7-3s7 1.343 7 3c-5-1.5-8.5-1.5-14 0"/><path fillRule="evenodd" d="M25 10.5h-1.902c.468.566.75 1.29.75 2.078a3.28 3.28 0 0 1-3.27 3.269a3.28 3.28 0 0 1-3.268-3.27c0-.787.282-1.511.75-2.077H16a4.5 4.5 0 1 1 9 0m-4.5-.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M33.655 20.75h-8.172v19.615A1.64 1.64 0 0 1 23.848 42a1.64 1.64 0 0 1-1.635-1.635v-8.172h-3.269v8.172A1.64 1.64 0 0 1 17.31 42a1.64 1.64 0 0 1-1.635-1.635V20.75v7.467c-.899 0-3.675-1.711-3.675-5.925c0-3.176 2.776-4.81 3.675-4.81h17.98a1.64 1.64 0 0 1 1.635 1.634a1.64 1.64 0 0 1-1.635 1.634"/><path d="M34 11v30h-2V11z"/><path d="M26 15c0-1.657 3.134-3 7-3s7 1.343 7 3c-5-1.5-8.5-1.5-14 0"/><path fill-rule="evenodd" d="M25 10.5h-1.902c.468.566.75 1.29.75 2.078a3.28 3.28 0 0 1-3.27 3.269a3.28 3.28 0 0 1-3.268-3.27c0-.787.282-1.511.75-2.077H16a4.5 4.5 0 1 1 9 0m-4.5-.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-miner-worker-alt {
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%22currentColor%22%3E%3Cpath%20d%3D%22M33.655%2020.75h-8.172v19.615A1.64%201.64%200%200%201%2023.848%2042a1.64%201.64%200%200%201-1.635-1.635v-8.172h-3.269v8.172A1.64%201.64%200%200%201%2017.31%2042a1.64%201.64%200%200%201-1.635-1.635V20.75v7.467c-.899%200-3.675-1.711-3.675-5.925c0-3.176%202.776-4.81%203.675-4.81h17.98a1.64%201.64%200%200%201%201.635%201.634a1.64%201.64%200%200%201-1.635%201.634%22%2F%3E%3Cpath%20d%3D%22M34%2011v30h-2V11z%22%2F%3E%3Cpath%20d%3D%22M26%2015c0-1.657%203.134-3%207-3s7%201.343%207%203c-5-1.5-8.5-1.5-14%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M25%2010.5h-1.902c.468.566.75%201.29.75%202.078a3.28%203.28%200%200%201-3.27%203.269a3.28%203.28%200%200%201-3.268-3.27c0-.787.282-1.511.75-2.077H16a4.5%204.5%200%201%201%209%200m-4.5-.5a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%20clip-rule%3D%22evenodd%22%2F%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%22currentColor%22%3E%3Cpath%20d%3D%22M33.655%2020.75h-8.172v19.615A1.64%201.64%200%200%201%2023.848%2042a1.64%201.64%200%200%201-1.635-1.635v-8.172h-3.269v8.172A1.64%201.64%200%200%201%2017.31%2042a1.64%201.64%200%200%201-1.635-1.635V20.75v7.467c-.899%200-3.675-1.711-3.675-5.925c0-3.176%202.776-4.81%203.675-4.81h17.98a1.64%201.64%200%200%201%201.635%201.634a1.64%201.64%200%200%201-1.635%201.634%22%2F%3E%3Cpath%20d%3D%22M34%2011v30h-2V11z%22%2F%3E%3Cpath%20d%3D%22M26%2015c0-1.657%203.134-3%207-3s7%201.343%207%203c-5-1.5-8.5-1.5-14%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M25%2010.5h-1.902c.468.566.75%201.29.75%202.078a3.28%203.28%200%200%201-3.27%203.269a3.28%203.28%200%200%201-3.268-3.27c0-.787.282-1.511.75-2.077H16a4.5%204.5%200%201%201%209%200m-4.5-.5a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/miner-worker-alt.svg?color=%231a73e8&size=48