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

Name
refused
Set
Health Icons
Style
Filled
Category
People
Viewbox
48×48
License
MIT

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" d="M31 9v16.731c0 .987 1.277 1.377 1.829.56l2.724-4.036a2.552 2.552 0 0 1 4.36 2.642l-6.938 12.816A12 12 0 0 1 22.422 44H21c-6.627 0-12-5.373-12-12V15a2 2 0 1 1 4 0v10.111h2V9a2 2 0 1 1 4 0v14h2V6a2 2 0 1 1 4 0v17h2V9a2 2 0 1 1 4 0"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsRefused(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" d="M31 9v16.731c0 .987 1.277 1.377 1.829.56l2.724-4.036a2.552 2.552 0 0 1 4.36 2.642l-6.938 12.816A12 12 0 0 1 22.422 44H21c-6.627 0-12-5.373-12-12V15a2 2 0 1 1 4 0v10.111h2V9a2 2 0 1 1 4 0v14h2V6a2 2 0 1 1 4 0v17h2V9a2 2 0 1 1 4 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M31 9v16.731c0 .987 1.277 1.377 1.829.56l2.724-4.036a2.552 2.552 0 0 1 4.36 2.642l-6.938 12.816A12 12 0 0 1 22.422 44H21c-6.627 0-12-5.373-12-12V15a2 2 0 1 1 4 0v10.111h2V9a2 2 0 1 1 4 0v14h2V6a2 2 0 1 1 4 0v17h2V9a2 2 0 1 1 4 0"/></svg>
</template>

CSS

.icon-refused {
  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%20d%3D%22M31%209v16.731c0%20.987%201.277%201.377%201.829.56l2.724-4.036a2.552%202.552%200%200%201%204.36%202.642l-6.938%2012.816A12%2012%200%200%201%2022.422%2044H21c-6.627%200-12-5.373-12-12V15a2%202%200%201%201%204%200v10.111h2V9a2%202%200%201%201%204%200v14h2V6a2%202%200%201%201%204%200v17h2V9a2%202%200%201%201%204%200%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%20d%3D%22M31%209v16.731c0%20.987%201.277%201.377%201.829.56l2.724-4.036a2.552%202.552%200%200%201%204.36%202.642l-6.938%2012.816A12%2012%200%200%201%2022.422%2044H21c-6.627%200-12-5.373-12-12V15a2%202%200%201%201%204%200v10.111h2V9a2%202%200%201%201%204%200v14h2V6a2%202%200%201%201%204%200v17h2V9a2%202%200%201%201%204%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/refused.svg?color=%231a73e8&size=48