refused icon
refused-24px from Health Icons by Resolve to Save Lives · Filled 24px · People · MIT Free for personal and commercial use.
- Name
- refused-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- People
- Viewbox
- 24×24
- License
- MIT
3 other variants 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 refused icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17.043 18.554a40 40 0 0 0 1.79-2.5l-.027-.017l1.755-2.507A2.508 2.508 0 0 0 17 10.085V6.5a2.5 2.5 0 0 0-3.039-2.442a2.5 2.5 0 0 0-4.922 0a2.5 2.5 0 0 0-3 2A2.5 2.5 0 0 0 3 8.5V15c0 1.884.811 3.672 2.226 4.977C6.637 21.28 8.536 22 10.5 22s3.863-.72 5.275-2.023c.364-.336.77-.796 1.19-1.323l.006.004zM8.5 6a.5.5 0 0 1 .5.5V12h2V4.5a.5.5 0 0 1 1 0V12h2V6.5a.5.5 0 0 1 1 0v5.423c0 1.308 1.678 1.848 2.44.784l.654-.912a.508.508 0 0 1 .83.587l-3.489 4.982c-.379.479-.726.875-1.017 1.144C13.392 19.455 11.983 20 10.5 20s-2.891-.545-3.918-1.492C5.558 17.563 5 16.299 5 15V8.5a.5.5 0 0 1 1 0V13h2V6.5a.5.5 0 0 1 .5-.5" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsRefused24px(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" fillRule="evenodd" d="M17.043 18.554a40 40 0 0 0 1.79-2.5l-.027-.017l1.755-2.507A2.508 2.508 0 0 0 17 10.085V6.5a2.5 2.5 0 0 0-3.039-2.442a2.5 2.5 0 0 0-4.922 0a2.5 2.5 0 0 0-3 2A2.5 2.5 0 0 0 3 8.5V15c0 1.884.811 3.672 2.226 4.977C6.637 21.28 8.536 22 10.5 22s3.863-.72 5.275-2.023c.364-.336.77-.796 1.19-1.323l.006.004zM8.5 6a.5.5 0 0 1 .5.5V12h2V4.5a.5.5 0 0 1 1 0V12h2V6.5a.5.5 0 0 1 1 0v5.423c0 1.308 1.678 1.848 2.44.784l.654-.912a.508.508 0 0 1 .83.587l-3.489 4.982c-.379.479-.726.875-1.017 1.144C13.392 19.455 11.983 20 10.5 20s-2.891-.545-3.918-1.492C5.558 17.563 5 16.299 5 15V8.5a.5.5 0 0 1 1 0V13h2V6.5a.5.5 0 0 1 .5-.5" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17.043 18.554a40 40 0 0 0 1.79-2.5l-.027-.017l1.755-2.507A2.508 2.508 0 0 0 17 10.085V6.5a2.5 2.5 0 0 0-3.039-2.442a2.5 2.5 0 0 0-4.922 0a2.5 2.5 0 0 0-3 2A2.5 2.5 0 0 0 3 8.5V15c0 1.884.811 3.672 2.226 4.977C6.637 21.28 8.536 22 10.5 22s3.863-.72 5.275-2.023c.364-.336.77-.796 1.19-1.323l.006.004zM8.5 6a.5.5 0 0 1 .5.5V12h2V4.5a.5.5 0 0 1 1 0V12h2V6.5a.5.5 0 0 1 1 0v5.423c0 1.308 1.678 1.848 2.44.784l.654-.912a.508.508 0 0 1 .83.587l-3.489 4.982c-.379.479-.726.875-1.017 1.144C13.392 19.455 11.983 20 10.5 20s-2.891-.545-3.918-1.492C5.558 17.563 5 16.299 5 15V8.5a.5.5 0 0 1 1 0V13h2V6.5a.5.5 0 0 1 .5-.5" clip-rule="evenodd"/></svg> </template>
CSS
.icon-refused-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%20fill-rule%3D%22evenodd%22%20d%3D%22M17.043%2018.554a40%2040%200%200%200%201.79-2.5l-.027-.017l1.755-2.507A2.508%202.508%200%200%200%2017%2010.085V6.5a2.5%202.5%200%200%200-3.039-2.442a2.5%202.5%200%200%200-4.922%200a2.5%202.5%200%200%200-3%202A2.5%202.5%200%200%200%203%208.5V15c0%201.884.811%203.672%202.226%204.977C6.637%2021.28%208.536%2022%2010.5%2022s3.863-.72%205.275-2.023c.364-.336.77-.796%201.19-1.323l.006.004zM8.5%206a.5.5%200%200%201%20.5.5V12h2V4.5a.5.5%200%200%201%201%200V12h2V6.5a.5.5%200%200%201%201%200v5.423c0%201.308%201.678%201.848%202.44.784l.654-.912a.508.508%200%200%201%20.83.587l-3.489%204.982c-.379.479-.726.875-1.017%201.144C13.392%2019.455%2011.983%2020%2010.5%2020s-2.891-.545-3.918-1.492C5.558%2017.563%205%2016.299%205%2015V8.5a.5.5%200%200%201%201%200V13h2V6.5a.5.5%200%200%201%20.5-.5%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M17.043%2018.554a40%2040%200%200%200%201.79-2.5l-.027-.017l1.755-2.507A2.508%202.508%200%200%200%2017%2010.085V6.5a2.5%202.5%200%200%200-3.039-2.442a2.5%202.5%200%200%200-4.922%200a2.5%202.5%200%200%200-3%202A2.5%202.5%200%200%200%203%208.5V15c0%201.884.811%203.672%202.226%204.977C6.637%2021.28%208.536%2022%2010.5%2022s3.863-.72%205.275-2.023c.364-.336.77-.796%201.19-1.323l.006.004zM8.5%206a.5.5%200%200%201%20.5.5V12h2V4.5a.5.5%200%200%201%201%200V12h2V6.5a.5.5%200%200%201%201%200v5.423c0%201.308%201.678%201.848%202.44.784l.654-.912a.508.508%200%200%201%20.83.587l-3.489%204.982c-.379.479-.726.875-1.017%201.144C13.392%2019.455%2011.983%2020%2010.5%2020s-2.891-.545-3.918-1.492C5.558%2017.563%205%2016.299%205%2015V8.5a.5.5%200%200%201%201%200V13h2V6.5a.5.5%200%200%201%20.5-.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/refused-24px.svg?color=%231a73e8&size=48