health-cross-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
health-cross-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the health cross icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.488 20q-.355 0-.585-.232q-.23-.233-.23-.576v-3.865H4.808q-.343 0-.576-.232T4 14.519V9.507q0-.355.232-.585t.576-.23h3.865V4.808q0-.343.232-.576T9.481 4h5.012q.355 0 .585.232q.23.233.23.576v3.884h3.884q.344 0 .576.233T20 9.5v5.012q0 .355-.232.585q-.233.23-.576.23h-3.884v3.865q0 .344-.233.576T14.5 20zm.185-1h4.635v-4.673H19V9.692h-4.692V5H9.673v4.692H5v4.635h4.673zM12 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHealthCrossOutlineRounded(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" d="M9.488 20q-.355 0-.585-.232q-.23-.233-.23-.576v-3.865H4.808q-.343 0-.576-.232T4 14.519V9.507q0-.355.232-.585t.576-.23h3.865V4.808q0-.343.232-.576T9.481 4h5.012q.355 0 .585.232q.23.233.23.576v3.884h3.884q.344 0 .576.233T20 9.5v5.012q0 .355-.232.585q-.233.23-.576.23h-3.884v3.865q0 .344-.233.576T14.5 20zm.185-1h4.635v-4.673H19V9.692h-4.692V5H9.673v4.692H5v4.635h4.673zM12 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.488 20q-.355 0-.585-.232q-.23-.233-.23-.576v-3.865H4.808q-.343 0-.576-.232T4 14.519V9.507q0-.355.232-.585t.576-.23h3.865V4.808q0-.343.232-.576T9.481 4h5.012q.355 0 .585.232q.23.233.23.576v3.884h3.884q.344 0 .576.233T20 9.5v5.012q0 .355-.232.585q-.233.23-.576.23h-3.884v3.865q0 .344-.233.576T14.5 20zm.185-1h4.635v-4.673H19V9.692h-4.692V5H9.673v4.692H5v4.635h4.673zM12 12"/></svg>
</template>

CSS

.icon-health-cross-outline-rounded {
  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%20d%3D%22M9.488%2020q-.355%200-.585-.232q-.23-.233-.23-.576v-3.865H4.808q-.343%200-.576-.232T4%2014.519V9.507q0-.355.232-.585t.576-.23h3.865V4.808q0-.343.232-.576T9.481%204h5.012q.355%200%20.585.232q.23.233.23.576v3.884h3.884q.344%200%20.576.233T20%209.5v5.012q0%20.355-.232.585q-.233.23-.576.23h-3.884v3.865q0%20.344-.233.576T14.5%2020zm.185-1h4.635v-4.673H19V9.692h-4.692V5H9.673v4.692H5v4.635h4.673zM12%2012%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%20d%3D%22M9.488%2020q-.355%200-.585-.232q-.23-.233-.23-.576v-3.865H4.808q-.343%200-.576-.232T4%2014.519V9.507q0-.355.232-.585t.576-.23h3.865V4.808q0-.343.232-.576T9.481%204h5.012q.355%200%20.585.232q.23.233.23.576v3.884h3.884q.344%200%20.576.233T20%209.5v5.012q0%20.355-.232.585q-.233.23-.576.23h-3.884v3.865q0%20.344-.233.576T14.5%2020zm.185-1h4.635v-4.673H19V9.692h-4.692V5H9.673v4.692H5v4.635h4.673zM12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/health-cross-outline-rounded.svg?color=%231a73e8&size=48