fhir logo negative icon

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

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

Related icons in Health Icons

Use the fhir logo negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><path id="healthiconsFhirLogoNegative" d="M0 0h48v48H0z"/></defs><g fill="none"><g clip-path="url(#healthiconsFhirLogoNegative1)"><g clip-path="url(#healthiconsFhirLogoNegative2)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM22.276 41.912c-2.552-4.257-3.245-9.91 2.374-15.55C31.406 19.578 27.5 10.5 25 6c0 .391.026.791.052 1.208c.178 2.782.404 6.336-6.552 13.292c-7.5 9-2.088 18.912 3.776 21.412m1.22.088c-1.196-2.593-2.444-8.865 1.18-12.5c6.528-6.73 5.48-12.627 5.335-12.983c.268.424 5.389 8.73 1.62 17.983c2.175-1.256 3.1-2.971 3.369-3.5c-1.126 9.124-6.882 10.626-11.504 11M30 16.5l.01.017q-.007-.017-.01-.017M11.318 28c.4-6 7.182-10.667 10.182-12.5c-2.667 2.167-8.182 8.2-8.182 13s2 8.5 3 10q-.317-.314-.671-.651c-2.002-1.914-4.687-4.48-4.329-9.849" clip-rule="evenodd"/></g></g><defs><clipPath id="healthiconsFhirLogoNegative1"><use href="#healthiconsFhirLogoNegative"/></clipPath><clipPath id="healthiconsFhirLogoNegative2"><use href="#healthiconsFhirLogoNegative"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsFhirLogoNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><path id="healthiconsFhirLogoNegative" d="M0 0h48v48H0z"/></defs><g fill="none"><g clipPath="url(#healthiconsFhirLogoNegative1)"><g clipPath="url(#healthiconsFhirLogoNegative2)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM22.276 41.912c-2.552-4.257-3.245-9.91 2.374-15.55C31.406 19.578 27.5 10.5 25 6c0 .391.026.791.052 1.208c.178 2.782.404 6.336-6.552 13.292c-7.5 9-2.088 18.912 3.776 21.412m1.22.088c-1.196-2.593-2.444-8.865 1.18-12.5c6.528-6.73 5.48-12.627 5.335-12.983c.268.424 5.389 8.73 1.62 17.983c2.175-1.256 3.1-2.971 3.369-3.5c-1.126 9.124-6.882 10.626-11.504 11M30 16.5l.01.017q-.007-.017-.01-.017M11.318 28c.4-6 7.182-10.667 10.182-12.5c-2.667 2.167-8.182 8.2-8.182 13s2 8.5 3 10q-.317-.314-.671-.651c-2.002-1.914-4.687-4.48-4.329-9.849" clipRule="evenodd"/></g></g><defs><clipPath id="healthiconsFhirLogoNegative1"><use href="#healthiconsFhirLogoNegative"/></clipPath><clipPath id="healthiconsFhirLogoNegative2"><use href="#healthiconsFhirLogoNegative"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><path id="healthiconsFhirLogoNegative" d="M0 0h48v48H0z"/></defs><g fill="none"><g clip-path="url(#healthiconsFhirLogoNegative1)"><g clip-path="url(#healthiconsFhirLogoNegative2)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM22.276 41.912c-2.552-4.257-3.245-9.91 2.374-15.55C31.406 19.578 27.5 10.5 25 6c0 .391.026.791.052 1.208c.178 2.782.404 6.336-6.552 13.292c-7.5 9-2.088 18.912 3.776 21.412m1.22.088c-1.196-2.593-2.444-8.865 1.18-12.5c6.528-6.73 5.48-12.627 5.335-12.983c.268.424 5.389 8.73 1.62 17.983c2.175-1.256 3.1-2.971 3.369-3.5c-1.126 9.124-6.882 10.626-11.504 11M30 16.5l.01.017q-.007-.017-.01-.017M11.318 28c.4-6 7.182-10.667 10.182-12.5c-2.667 2.167-8.182 8.2-8.182 13s2 8.5 3 10q-.317-.314-.671-.651c-2.002-1.914-4.687-4.48-4.329-9.849" clip-rule="evenodd"/></g></g><defs><clipPath id="healthiconsFhirLogoNegative1"><use href="#healthiconsFhirLogoNegative"/></clipPath><clipPath id="healthiconsFhirLogoNegative2"><use href="#healthiconsFhirLogoNegative"/></clipPath></defs></g></svg>
</template>

CSS

.icon-fhir-logo-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%3Cdefs%3E%3Cpath%20id%3D%22healthiconsFhirLogoNegative%22%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsFhirLogoNegative1)%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsFhirLogoNegative2)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM22.276%2041.912c-2.552-4.257-3.245-9.91%202.374-15.55C31.406%2019.578%2027.5%2010.5%2025%206c0%20.391.026.791.052%201.208c.178%202.782.404%206.336-6.552%2013.292c-7.5%209-2.088%2018.912%203.776%2021.412m1.22.088c-1.196-2.593-2.444-8.865%201.18-12.5c6.528-6.73%205.48-12.627%205.335-12.983c.268.424%205.389%208.73%201.62%2017.983c2.175-1.256%203.1-2.971%203.369-3.5c-1.126%209.124-6.882%2010.626-11.504%2011M30%2016.5l.01.017q-.007-.017-.01-.017M11.318%2028c.4-6%207.182-10.667%2010.182-12.5c-2.667%202.167-8.182%208.2-8.182%2013s2%208.5%203%2010q-.317-.314-.671-.651c-2.002-1.914-4.687-4.48-4.329-9.849%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsFhirLogoNegative1%22%3E%3Cuse%20href%3D%22%23healthiconsFhirLogoNegative%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22healthiconsFhirLogoNegative2%22%3E%3Cuse%20href%3D%22%23healthiconsFhirLogoNegative%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%3Cdefs%3E%3Cpath%20id%3D%22healthiconsFhirLogoNegative%22%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsFhirLogoNegative1)%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsFhirLogoNegative2)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM22.276%2041.912c-2.552-4.257-3.245-9.91%202.374-15.55C31.406%2019.578%2027.5%2010.5%2025%206c0%20.391.026.791.052%201.208c.178%202.782.404%206.336-6.552%2013.292c-7.5%209-2.088%2018.912%203.776%2021.412m1.22.088c-1.196-2.593-2.444-8.865%201.18-12.5c6.528-6.73%205.48-12.627%205.335-12.983c.268.424%205.389%208.73%201.62%2017.983c2.175-1.256%203.1-2.971%203.369-3.5c-1.126%209.124-6.882%2010.626-11.504%2011M30%2016.5l.01.017q-.007-.017-.01-.017M11.318%2028c.4-6%207.182-10.667%2010.182-12.5c-2.667%202.167-8.182%208.2-8.182%2013s2%208.5%203%2010q-.317-.314-.671-.651c-2.002-1.914-4.687-4.48-4.329-9.849%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsFhirLogoNegative1%22%3E%3Cuse%20href%3D%22%23healthiconsFhirLogoNegative%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22healthiconsFhirLogoNegative2%22%3E%3Cuse%20href%3D%22%23healthiconsFhirLogoNegative%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/fhir-logo-negative.svg?color=%231a73e8&size=48