refused-outline from Health Icons by Resolve to Save Lives · Outline · People · MIT Free for personal and commercial use.

Name
refused-outline
Set
Health Icons
Style
Outline
Category
People
Viewbox
48×48
License
MIT
Aliases
refused2x-outline

3 other variants in Health Icons

More people icons from Health Icons

Use the refused icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M22.5 6A1.5 1.5 0 0 1 24 7.5V23h2V10.5a1.5 1.5 0 0 1 3 0v15.586c0 1.904 2.41 2.73 3.579 1.227l3.186-4.097a1.518 1.518 0 0 1 2.496 1.72L31.057 36.8a10.81 10.81 0 0 1-9.243 5.2C15.842 42 11 37.158 11 31.186V16.5a1.5 1.5 0 0 1 3 0v8.618h2V10.5a1.5 1.5 0 0 1 3 0V23h2V7.5A1.5 1.5 0 0 1 22.5 6m-3.496 1.339a3.5 3.5 0 0 1 6.992 0A3.5 3.5 0 0 1 31 10.5v15.586l3.187-4.097a3.518 3.518 0 0 1 5.784 3.986l-7.204 11.862A12.81 12.81 0 0 1 21.814 44C14.737 44 9 38.263 9 31.186V16.5a3.5 3.5 0 0 1 5-3.163V10.5a3.5 3.5 0 0 1 5.004-3.161" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsRefusedOutline(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" fillRule="evenodd" d="M22.5 6A1.5 1.5 0 0 1 24 7.5V23h2V10.5a1.5 1.5 0 0 1 3 0v15.586c0 1.904 2.41 2.73 3.579 1.227l3.186-4.097a1.518 1.518 0 0 1 2.496 1.72L31.057 36.8a10.81 10.81 0 0 1-9.243 5.2C15.842 42 11 37.158 11 31.186V16.5a1.5 1.5 0 0 1 3 0v8.618h2V10.5a1.5 1.5 0 0 1 3 0V23h2V7.5A1.5 1.5 0 0 1 22.5 6m-3.496 1.339a3.5 3.5 0 0 1 6.992 0A3.5 3.5 0 0 1 31 10.5v15.586l3.187-4.097a3.518 3.518 0 0 1 5.784 3.986l-7.204 11.862A12.81 12.81 0 0 1 21.814 44C14.737 44 9 38.263 9 31.186V16.5a3.5 3.5 0 0 1 5-3.163V10.5a3.5 3.5 0 0 1 5.004-3.161" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M22.5 6A1.5 1.5 0 0 1 24 7.5V23h2V10.5a1.5 1.5 0 0 1 3 0v15.586c0 1.904 2.41 2.73 3.579 1.227l3.186-4.097a1.518 1.518 0 0 1 2.496 1.72L31.057 36.8a10.81 10.81 0 0 1-9.243 5.2C15.842 42 11 37.158 11 31.186V16.5a1.5 1.5 0 0 1 3 0v8.618h2V10.5a1.5 1.5 0 0 1 3 0V23h2V7.5A1.5 1.5 0 0 1 22.5 6m-3.496 1.339a3.5 3.5 0 0 1 6.992 0A3.5 3.5 0 0 1 31 10.5v15.586l3.187-4.097a3.518 3.518 0 0 1 5.784 3.986l-7.204 11.862A12.81 12.81 0 0 1 21.814 44C14.737 44 9 38.263 9 31.186V16.5a3.5 3.5 0 0 1 5-3.163V10.5a3.5 3.5 0 0 1 5.004-3.161" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-refused-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M22.5%206A1.5%201.5%200%200%201%2024%207.5V23h2V10.5a1.5%201.5%200%200%201%203%200v15.586c0%201.904%202.41%202.73%203.579%201.227l3.186-4.097a1.518%201.518%200%200%201%202.496%201.72L31.057%2036.8a10.81%2010.81%200%200%201-9.243%205.2C15.842%2042%2011%2037.158%2011%2031.186V16.5a1.5%201.5%200%200%201%203%200v8.618h2V10.5a1.5%201.5%200%200%201%203%200V23h2V7.5A1.5%201.5%200%200%201%2022.5%206m-3.496%201.339a3.5%203.5%200%200%201%206.992%200A3.5%203.5%200%200%201%2031%2010.5v15.586l3.187-4.097a3.518%203.518%200%200%201%205.784%203.986l-7.204%2011.862A12.81%2012.81%200%200%201%2021.814%2044C14.737%2044%209%2038.263%209%2031.186V16.5a3.5%203.5%200%200%201%205-3.163V10.5a3.5%203.5%200%200%201%205.004-3.161%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M22.5%206A1.5%201.5%200%200%201%2024%207.5V23h2V10.5a1.5%201.5%200%200%201%203%200v15.586c0%201.904%202.41%202.73%203.579%201.227l3.186-4.097a1.518%201.518%200%200%201%202.496%201.72L31.057%2036.8a10.81%2010.81%200%200%201-9.243%205.2C15.842%2042%2011%2037.158%2011%2031.186V16.5a1.5%201.5%200%200%201%203%200v8.618h2V10.5a1.5%201.5%200%200%201%203%200V23h2V7.5A1.5%201.5%200%200%201%2022.5%206m-3.496%201.339a3.5%203.5%200%200%201%206.992%200A3.5%203.5%200%200%201%2031%2010.5v15.586l3.187-4.097a3.518%203.518%200%200%201%205.784%203.986l-7.204%2011.862A12.81%2012.81%200%200%201%2021.814%2044C14.737%2044%209%2038.263%209%2031.186V16.5a3.5%203.5%200%200%201%205-3.163V10.5a3.5%203.5%200%200%201%205.004-3.161%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-outline.svg?color=%231a73e8&size=48