miner worker icon
miner-worker-outline from Health Icons by Resolve to Save Lives · Outline · People · MIT Free for personal and commercial use.
- Name
- miner-worker-outline
- Set
- Health Icons
- Style
- Outline
- Category
- People
- Viewbox
- 48×48
- License
- MIT
- Aliases
- miner-worker2x-outline
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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M24 6a1 1 0 0 1 1 1v.068c2.798.292 4.933 1.495 6.323 3.026c.956 1.053 1.589 2.308 1.788 3.532l.108.083c1.124.871 1.949 1.927 1.753 3.138c-.189 1.17-1.246 1.882-2.23 2.317a9 9 0 0 1-.76.296q.018.267.018.54a8 8 0 1 1-15.982-.54a9 9 0 0 1-.76-.296c-.984-.435-2.041-1.147-2.23-2.317c-.196-1.211.629-2.267 1.753-3.138l.127-.098a6 6 0 0 1 .096-.474a7.6 7.6 0 0 1 1.411-2.853C17.755 8.576 19.948 7.196 23 7.02V7a1 1 0 0 1 1-1m7.66 10.44a1 1 0 0 0 1.152-.356c.197.275.19.421.186.444c-.013.08-.166.41-1.065.808c-1.049.464-2.627.8-4.437.99a3.5 3.5 0 0 0-6.992 0c-1.81-.19-3.388-.526-4.437-.99c-.899-.398-1.052-.728-1.065-.808c-.004-.023-.011-.168.186-.444a1 1 0 0 0 1.75-.931c-.12-.324-.157-.861.009-1.543a5.6 5.6 0 0 1 1.042-2.091l.011-.014V13.5a1 1 0 1 0 2 0V9.846c.822-.435 1.817-.739 3-.823V11.5a1 1 0 1 0 2 0V9.081c1.17.147 2.168.482 3 .93V13.5a1 1 0 1 0 2 0v-1.881c1.116 1.327 1.352 2.731 1.06 3.541a1 1 0 0 0 .6 1.28m-10.193 4.475a28 28 0 0 1-3.448-.435a6 6 0 0 0 11.962 0c-1.06.208-2.234.352-3.448.435A3.5 3.5 0 0 1 24 22a3.5 3.5 0 0 1-2.533-1.085M25.5 18.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0" clip-rule="evenodd"/><path d="M24 39a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path fill-rule="evenodd" d="M19.534 28.4L23 31h2l3.466-2.6C34.561 29.376 42 32.09 42 36v6H6v-6c0-3.91 7.439-6.624 13.534-7.6m6.133 4.6l3.31-2.483c1.003.184 2.024.415 3.023.686V40h2v-8.185c.7.24 1.371.501 2 .782V40H12v-7.403c.629-.28 1.3-.542 2-.782V40h2v-8.797c.999-.271 2.02-.502 3.023-.686L22.333 33zm13.638 1.69c.564.584.695 1.015.695 1.31v4h-2v-6.344c.54.346.976.694 1.305 1.035m-30.61 0c.33-.34.766-.688 1.305-1.034V40H8v-4c0-.295.13-.726.695-1.31" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMinerWorkerOutline(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 fillRule="evenodd" d="M24 6a1 1 0 0 1 1 1v.068c2.798.292 4.933 1.495 6.323 3.026c.956 1.053 1.589 2.308 1.788 3.532l.108.083c1.124.871 1.949 1.927 1.753 3.138c-.189 1.17-1.246 1.882-2.23 2.317a9 9 0 0 1-.76.296q.018.267.018.54a8 8 0 1 1-15.982-.54a9 9 0 0 1-.76-.296c-.984-.435-2.041-1.147-2.23-2.317c-.196-1.211.629-2.267 1.753-3.138l.127-.098a6 6 0 0 1 .096-.474a7.6 7.6 0 0 1 1.411-2.853C17.755 8.576 19.948 7.196 23 7.02V7a1 1 0 0 1 1-1m7.66 10.44a1 1 0 0 0 1.152-.356c.197.275.19.421.186.444c-.013.08-.166.41-1.065.808c-1.049.464-2.627.8-4.437.99a3.5 3.5 0 0 0-6.992 0c-1.81-.19-3.388-.526-4.437-.99c-.899-.398-1.052-.728-1.065-.808c-.004-.023-.011-.168.186-.444a1 1 0 0 0 1.75-.931c-.12-.324-.157-.861.009-1.543a5.6 5.6 0 0 1 1.042-2.091l.011-.014V13.5a1 1 0 1 0 2 0V9.846c.822-.435 1.817-.739 3-.823V11.5a1 1 0 1 0 2 0V9.081c1.17.147 2.168.482 3 .93V13.5a1 1 0 1 0 2 0v-1.881c1.116 1.327 1.352 2.731 1.06 3.541a1 1 0 0 0 .6 1.28m-10.193 4.475a28 28 0 0 1-3.448-.435a6 6 0 0 0 11.962 0c-1.06.208-2.234.352-3.448.435A3.5 3.5 0 0 1 24 22a3.5 3.5 0 0 1-2.533-1.085M25.5 18.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0" clipRule="evenodd"/><path d="M24 39a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path fillRule="evenodd" d="M19.534 28.4L23 31h2l3.466-2.6C34.561 29.376 42 32.09 42 36v6H6v-6c0-3.91 7.439-6.624 13.534-7.6m6.133 4.6l3.31-2.483c1.003.184 2.024.415 3.023.686V40h2v-8.185c.7.24 1.371.501 2 .782V40H12v-7.403c.629-.28 1.3-.542 2-.782V40h2v-8.797c.999-.271 2.02-.502 3.023-.686L22.333 33zm13.638 1.69c.564.584.695 1.015.695 1.31v4h-2v-6.344c.54.346.976.694 1.305 1.035m-30.61 0c.33-.34.766-.688 1.305-1.034V40H8v-4c0-.295.13-.726.695-1.31" 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 fill-rule="evenodd" d="M24 6a1 1 0 0 1 1 1v.068c2.798.292 4.933 1.495 6.323 3.026c.956 1.053 1.589 2.308 1.788 3.532l.108.083c1.124.871 1.949 1.927 1.753 3.138c-.189 1.17-1.246 1.882-2.23 2.317a9 9 0 0 1-.76.296q.018.267.018.54a8 8 0 1 1-15.982-.54a9 9 0 0 1-.76-.296c-.984-.435-2.041-1.147-2.23-2.317c-.196-1.211.629-2.267 1.753-3.138l.127-.098a6 6 0 0 1 .096-.474a7.6 7.6 0 0 1 1.411-2.853C17.755 8.576 19.948 7.196 23 7.02V7a1 1 0 0 1 1-1m7.66 10.44a1 1 0 0 0 1.152-.356c.197.275.19.421.186.444c-.013.08-.166.41-1.065.808c-1.049.464-2.627.8-4.437.99a3.5 3.5 0 0 0-6.992 0c-1.81-.19-3.388-.526-4.437-.99c-.899-.398-1.052-.728-1.065-.808c-.004-.023-.011-.168.186-.444a1 1 0 0 0 1.75-.931c-.12-.324-.157-.861.009-1.543a5.6 5.6 0 0 1 1.042-2.091l.011-.014V13.5a1 1 0 1 0 2 0V9.846c.822-.435 1.817-.739 3-.823V11.5a1 1 0 1 0 2 0V9.081c1.17.147 2.168.482 3 .93V13.5a1 1 0 1 0 2 0v-1.881c1.116 1.327 1.352 2.731 1.06 3.541a1 1 0 0 0 .6 1.28m-10.193 4.475a28 28 0 0 1-3.448-.435a6 6 0 0 0 11.962 0c-1.06.208-2.234.352-3.448.435A3.5 3.5 0 0 1 24 22a3.5 3.5 0 0 1-2.533-1.085M25.5 18.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0" clip-rule="evenodd"/><path d="M24 39a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path fill-rule="evenodd" d="M19.534 28.4L23 31h2l3.466-2.6C34.561 29.376 42 32.09 42 36v6H6v-6c0-3.91 7.439-6.624 13.534-7.6m6.133 4.6l3.31-2.483c1.003.184 2.024.415 3.023.686V40h2v-8.185c.7.24 1.371.501 2 .782V40H12v-7.403c.629-.28 1.3-.542 2-.782V40h2v-8.797c.999-.271 2.02-.502 3.023-.686L22.333 33zm13.638 1.69c.564.584.695 1.015.695 1.31v4h-2v-6.344c.54.346.976.694 1.305 1.035m-30.61 0c.33-.34.766-.688 1.305-1.034V40H8v-4c0-.295.13-.726.695-1.31" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-miner-worker-outline {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M24%206a1%201%200%200%201%201%201v.068c2.798.292%204.933%201.495%206.323%203.026c.956%201.053%201.589%202.308%201.788%203.532l.108.083c1.124.871%201.949%201.927%201.753%203.138c-.189%201.17-1.246%201.882-2.23%202.317a9%209%200%200%201-.76.296q.018.267.018.54a8%208%200%201%201-15.982-.54a9%209%200%200%201-.76-.296c-.984-.435-2.041-1.147-2.23-2.317c-.196-1.211.629-2.267%201.753-3.138l.127-.098a6%206%200%200%201%20.096-.474a7.6%207.6%200%200%201%201.411-2.853C17.755%208.576%2019.948%207.196%2023%207.02V7a1%201%200%200%201%201-1m7.66%2010.44a1%201%200%200%200%201.152-.356c.197.275.19.421.186.444c-.013.08-.166.41-1.065.808c-1.049.464-2.627.8-4.437.99a3.5%203.5%200%200%200-6.992%200c-1.81-.19-3.388-.526-4.437-.99c-.899-.398-1.052-.728-1.065-.808c-.004-.023-.011-.168.186-.444a1%201%200%200%200%201.75-.931c-.12-.324-.157-.861.009-1.543a5.6%205.6%200%200%201%201.042-2.091l.011-.014V13.5a1%201%200%201%200%202%200V9.846c.822-.435%201.817-.739%203-.823V11.5a1%201%200%201%200%202%200V9.081c1.17.147%202.168.482%203%20.93V13.5a1%201%200%201%200%202%200v-1.881c1.116%201.327%201.352%202.731%201.06%203.541a1%201%200%200%200%20.6%201.28m-10.193%204.475a28%2028%200%200%201-3.448-.435a6%206%200%200%200%2011.962%200c-1.06.208-2.234.352-3.448.435A3.5%203.5%200%200%201%2024%2022a3.5%203.5%200%200%201-2.533-1.085M25.5%2018.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M24%2039a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19.534%2028.4L23%2031h2l3.466-2.6C34.561%2029.376%2042%2032.09%2042%2036v6H6v-6c0-3.91%207.439-6.624%2013.534-7.6m6.133%204.6l3.31-2.483c1.003.184%202.024.415%203.023.686V40h2v-8.185c.7.24%201.371.501%202%20.782V40H12v-7.403c.629-.28%201.3-.542%202-.782V40h2v-8.797c.999-.271%202.02-.502%203.023-.686L22.333%2033zm13.638%201.69c.564.584.695%201.015.695%201.31v4h-2v-6.344c.54.346.976.694%201.305%201.035m-30.61%200c.33-.34.766-.688%201.305-1.034V40H8v-4c0-.295.13-.726.695-1.31%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%20fill-rule%3D%22evenodd%22%20d%3D%22M24%206a1%201%200%200%201%201%201v.068c2.798.292%204.933%201.495%206.323%203.026c.956%201.053%201.589%202.308%201.788%203.532l.108.083c1.124.871%201.949%201.927%201.753%203.138c-.189%201.17-1.246%201.882-2.23%202.317a9%209%200%200%201-.76.296q.018.267.018.54a8%208%200%201%201-15.982-.54a9%209%200%200%201-.76-.296c-.984-.435-2.041-1.147-2.23-2.317c-.196-1.211.629-2.267%201.753-3.138l.127-.098a6%206%200%200%201%20.096-.474a7.6%207.6%200%200%201%201.411-2.853C17.755%208.576%2019.948%207.196%2023%207.02V7a1%201%200%200%201%201-1m7.66%2010.44a1%201%200%200%200%201.152-.356c.197.275.19.421.186.444c-.013.08-.166.41-1.065.808c-1.049.464-2.627.8-4.437.99a3.5%203.5%200%200%200-6.992%200c-1.81-.19-3.388-.526-4.437-.99c-.899-.398-1.052-.728-1.065-.808c-.004-.023-.011-.168.186-.444a1%201%200%200%200%201.75-.931c-.12-.324-.157-.861.009-1.543a5.6%205.6%200%200%201%201.042-2.091l.011-.014V13.5a1%201%200%201%200%202%200V9.846c.822-.435%201.817-.739%203-.823V11.5a1%201%200%201%200%202%200V9.081c1.17.147%202.168.482%203%20.93V13.5a1%201%200%201%200%202%200v-1.881c1.116%201.327%201.352%202.731%201.06%203.541a1%201%200%200%200%20.6%201.28m-10.193%204.475a28%2028%200%200%201-3.448-.435a6%206%200%200%200%2011.962%200c-1.06.208-2.234.352-3.448.435A3.5%203.5%200%200%201%2024%2022a3.5%203.5%200%200%201-2.533-1.085M25.5%2018.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M24%2039a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19.534%2028.4L23%2031h2l3.466-2.6C34.561%2029.376%2042%2032.09%2042%2036v6H6v-6c0-3.91%207.439-6.624%2013.534-7.6m6.133%204.6l3.31-2.483c1.003.184%202.024.415%203.023.686V40h2v-8.185c.7.24%201.371.501%202%20.782V40H12v-7.403c.629-.28%201.3-.542%202-.782V40h2v-8.797c.999-.271%202.02-.502%203.023-.686L22.333%2033zm13.638%201.69c.564.584.695%201.015.695%201.31v4h-2v-6.344c.54.346.976.694%201.305%201.035m-30.61%200c.33-.34.766-.688%201.305-1.034V40H8v-4c0-.295.13-.726.695-1.31%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-outline.svg?color=%231a73e8&size=48