interoperability negative icon

interoperability-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
interoperability-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Use the interoperability negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsInteroperabilityNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM24 28a4 4 0 1 0 0-8a4 4 0 0 0 0 8m18-9a3 3 0 0 1-5.255 1.979l-4.874 1.95a1 1 0 0 1-.742-1.857l4.873-1.95L36 19a3 3 0 1 1 6 0M9 22c.922 0 1.747-.416 2.297-1.07l5.352 2.006a1 1 0 0 0 .702-1.872L12 19.057V19a3 3 0 1 0-3 3M21 7.902a3 3 0 0 0 1.902 2.793V16.5a1 1 0 1 0 2 0v-5.736A3.001 3.001 0 0 0 24 4.902a3 3 0 0 0-3 3M17 38a3 3 0 1 1-2.361-2.932l4.075-5.186a1 1 0 1 1 1.572 1.236l-3.939 5.013c.409.513.653 1.163.653 1.869m14.5 0a3 3 0 1 0 2.361-2.932l-4.075-5.186a1 1 0 1 0-1.572 1.236l3.939 5.013A3 3 0 0 0 31.5 38" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsInteroperabilityNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsInteroperabilityNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsInteroperabilityNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM24 28a4 4 0 1 0 0-8a4 4 0 0 0 0 8m18-9a3 3 0 0 1-5.255 1.979l-4.874 1.95a1 1 0 0 1-.742-1.857l4.873-1.95L36 19a3 3 0 1 1 6 0M9 22c.922 0 1.747-.416 2.297-1.07l5.352 2.006a1 1 0 0 0 .702-1.872L12 19.057V19a3 3 0 1 0-3 3M21 7.902a3 3 0 0 0 1.902 2.793V16.5a1 1 0 1 0 2 0v-5.736A3.001 3.001 0 0 0 24 4.902a3 3 0 0 0-3 3M17 38a3 3 0 1 1-2.361-2.932l4.075-5.186a1 1 0 1 1 1.572 1.236l-3.939 5.013c.409.513.653 1.163.653 1.869m14.5 0a3 3 0 1 0 2.361-2.932l-4.075-5.186a1 1 0 1 0-1.572 1.236l3.939 5.013A3 3 0 0 0 31.5 38" clipRule="evenodd"/></g><defs><clipPath id="healthiconsInteroperabilityNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsInteroperabilityNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM24 28a4 4 0 1 0 0-8a4 4 0 0 0 0 8m18-9a3 3 0 0 1-5.255 1.979l-4.874 1.95a1 1 0 0 1-.742-1.857l4.873-1.95L36 19a3 3 0 1 1 6 0M9 22c.922 0 1.747-.416 2.297-1.07l5.352 2.006a1 1 0 0 0 .702-1.872L12 19.057V19a3 3 0 1 0-3 3M21 7.902a3 3 0 0 0 1.902 2.793V16.5a1 1 0 1 0 2 0v-5.736A3.001 3.001 0 0 0 24 4.902a3 3 0 0 0-3 3M17 38a3 3 0 1 1-2.361-2.932l4.075-5.186a1 1 0 1 1 1.572 1.236l-3.939 5.013c.409.513.653 1.163.653 1.869m14.5 0a3 3 0 1 0 2.361-2.932l-4.075-5.186a1 1 0 1 0-1.572 1.236l3.939 5.013A3 3 0 0 0 31.5 38" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsInteroperabilityNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-interoperability-negative {
  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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsInteroperabilityNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM24%2028a4%204%200%201%200%200-8a4%204%200%200%200%200%208m18-9a3%203%200%200%201-5.255%201.979l-4.874%201.95a1%201%200%200%201-.742-1.857l4.873-1.95L36%2019a3%203%200%201%201%206%200M9%2022c.922%200%201.747-.416%202.297-1.07l5.352%202.006a1%201%200%200%200%20.702-1.872L12%2019.057V19a3%203%200%201%200-3%203M21%207.902a3%203%200%200%200%201.902%202.793V16.5a1%201%200%201%200%202%200v-5.736A3.001%203.001%200%200%200%2024%204.902a3%203%200%200%200-3%203M17%2038a3%203%200%201%201-2.361-2.932l4.075-5.186a1%201%200%201%201%201.572%201.236l-3.939%205.013c.409.513.653%201.163.653%201.869m14.5%200a3%203%200%201%200%202.361-2.932l-4.075-5.186a1%201%200%201%200-1.572%201.236l3.939%205.013A3%203%200%200%200%2031.5%2038%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsInteroperabilityNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsInteroperabilityNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM24%2028a4%204%200%201%200%200-8a4%204%200%200%200%200%208m18-9a3%203%200%200%201-5.255%201.979l-4.874%201.95a1%201%200%200%201-.742-1.857l4.873-1.95L36%2019a3%203%200%201%201%206%200M9%2022c.922%200%201.747-.416%202.297-1.07l5.352%202.006a1%201%200%200%200%20.702-1.872L12%2019.057V19a3%203%200%201%200-3%203M21%207.902a3%203%200%200%200%201.902%202.793V16.5a1%201%200%201%200%202%200v-5.736A3.001%203.001%200%200%200%2024%204.902a3%203%200%200%200-3%203M17%2038a3%203%200%201%201-2.361-2.932l4.075-5.186a1%201%200%201%201%201.572%201.236l-3.939%205.013c.409.513.653%201.163.653%201.869m14.5%200a3%203%200%201%200%202.361-2.932l-4.075-5.186a1%201%200%201%200-1.572%201.236l3.939%205.013A3%203%200%200%200%2031.5%2038%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsInteroperabilityNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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