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

Name
discharge
Set
Health Icons
Style
Filled
Category
Symbols
Viewbox
48×48
License
MIT

1 other variant in Health Icons

More symbols icons from Health Icons

Use the discharge 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="M23 13v-3h2v3h3v2h-3v3h-2v-3h-3v-2zM4.649 20.064a1 1 0 0 0-.585 1.287l2.89 7.709L5.22 36H5a1 1 0 1 0 0 2h38a1 1 0 1 0 0-2h-.22l-1.734-6.94l2.89-7.709a1 1 0 1 0-1.872-.702l-.276.735a1 1 0 0 0-1.737.3L39.28 24H30v2h2v2h-1a1 1 0 0 0-.04 2l-1.714 6H18.754l-1.714-6a1 1 0 0 0-.04-2h-1v-2h2v-2H8.72l-.771-2.316a1 1 0 0 0-1.737-.3l-.276-.735a1 1 0 0 0-1.287-.585M34 28h5.307l.75-2H34zm-20-2v2H8.693l-.75-2zm17.326 10h9.393l-1.25-5h-6.715zm-16.08-5l1.428 5H7.281l1.25-5z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDischarge(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="M23 13v-3h2v3h3v2h-3v3h-2v-3h-3v-2zM4.649 20.064a1 1 0 0 0-.585 1.287l2.89 7.709L5.22 36H5a1 1 0 1 0 0 2h38a1 1 0 1 0 0-2h-.22l-1.734-6.94l2.89-7.709a1 1 0 1 0-1.872-.702l-.276.735a1 1 0 0 0-1.737.3L39.28 24H30v2h2v2h-1a1 1 0 0 0-.04 2l-1.714 6H18.754l-1.714-6a1 1 0 0 0-.04-2h-1v-2h2v-2H8.72l-.771-2.316a1 1 0 0 0-1.737-.3l-.276-.735a1 1 0 0 0-1.287-.585M34 28h5.307l.75-2H34zm-20-2v2H8.693l-.75-2zm17.326 10h9.393l-1.25-5h-6.715zm-16.08-5l1.428 5H7.281l1.25-5z" 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="M23 13v-3h2v3h3v2h-3v3h-2v-3h-3v-2zM4.649 20.064a1 1 0 0 0-.585 1.287l2.89 7.709L5.22 36H5a1 1 0 1 0 0 2h38a1 1 0 1 0 0-2h-.22l-1.734-6.94l2.89-7.709a1 1 0 1 0-1.872-.702l-.276.735a1 1 0 0 0-1.737.3L39.28 24H30v2h2v2h-1a1 1 0 0 0-.04 2l-1.714 6H18.754l-1.714-6a1 1 0 0 0-.04-2h-1v-2h2v-2H8.72l-.771-2.316a1 1 0 0 0-1.737-.3l-.276-.735a1 1 0 0 0-1.287-.585M34 28h5.307l.75-2H34zm-20-2v2H8.693l-.75-2zm17.326 10h9.393l-1.25-5h-6.715zm-16.08-5l1.428 5H7.281l1.25-5z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-discharge {
  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%22M23%2013v-3h2v3h3v2h-3v3h-2v-3h-3v-2zM4.649%2020.064a1%201%200%200%200-.585%201.287l2.89%207.709L5.22%2036H5a1%201%200%201%200%200%202h38a1%201%200%201%200%200-2h-.22l-1.734-6.94l2.89-7.709a1%201%200%201%200-1.872-.702l-.276.735a1%201%200%200%200-1.737.3L39.28%2024H30v2h2v2h-1a1%201%200%200%200-.04%202l-1.714%206H18.754l-1.714-6a1%201%200%200%200-.04-2h-1v-2h2v-2H8.72l-.771-2.316a1%201%200%200%200-1.737-.3l-.276-.735a1%201%200%200%200-1.287-.585M34%2028h5.307l.75-2H34zm-20-2v2H8.693l-.75-2zm17.326%2010h9.393l-1.25-5h-6.715zm-16.08-5l1.428%205H7.281l1.25-5z%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%22M23%2013v-3h2v3h3v2h-3v3h-2v-3h-3v-2zM4.649%2020.064a1%201%200%200%200-.585%201.287l2.89%207.709L5.22%2036H5a1%201%200%201%200%200%202h38a1%201%200%201%200%200-2h-.22l-1.734-6.94l2.89-7.709a1%201%200%201%200-1.872-.702l-.276.735a1%201%200%200%200-1.737.3L39.28%2024H30v2h2v2h-1a1%201%200%200%200-.04%202l-1.714%206H18.754l-1.714-6a1%201%200%200%200-.04-2h-1v-2h2v-2H8.72l-.771-2.316a1%201%200%200%200-1.737-.3l-.276-.735a1%201%200%200%200-1.287-.585M34%2028h5.307l.75-2H34zm-20-2v2H8.693l-.75-2zm17.326%2010h9.393l-1.25-5h-6.715zm-16.08-5l1.428%205H7.281l1.25-5z%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/discharge.svg?color=%231a73e8&size=48