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

Name
fhir-logo
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 fhir logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M24.65 26.361c-5.62 5.642-4.926 11.294-2.374 15.551C16.413 39.412 11 29.5 18.5 20.5C26.5 12.5 25 9 25 6c2.5 4.5 6.406 13.58-.35 20.361"/><path d="M23.496 42c-1.196-2.593-2.444-8.865 1.18-12.5c6.528-6.73 5.48-12.627 5.335-12.983L30 16.5q.004 0 .01.017c.269.424 5.39 8.73 1.621 17.983c2.175-1.256 3.1-2.971 3.369-3.5c-1.126 9.124-6.882 10.626-11.504 11M21.5 15.5c-3 1.833-9.782 6.5-10.182 12.5s3 8.5 5 10.5c-1-1.5-3-5.2-3-10s5.515-10.833 8.182-13"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsFhirLogo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M24.65 26.361c-5.62 5.642-4.926 11.294-2.374 15.551C16.413 39.412 11 29.5 18.5 20.5C26.5 12.5 25 9 25 6c2.5 4.5 6.406 13.58-.35 20.361"/><path d="M23.496 42c-1.196-2.593-2.444-8.865 1.18-12.5c6.528-6.73 5.48-12.627 5.335-12.983L30 16.5q.004 0 .01.017c.269.424 5.39 8.73 1.621 17.983c2.175-1.256 3.1-2.971 3.369-3.5c-1.126 9.124-6.882 10.626-11.504 11M21.5 15.5c-3 1.833-9.782 6.5-10.182 12.5s3 8.5 5 10.5c-1-1.5-3-5.2-3-10s5.515-10.833 8.182-13"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M24.65 26.361c-5.62 5.642-4.926 11.294-2.374 15.551C16.413 39.412 11 29.5 18.5 20.5C26.5 12.5 25 9 25 6c2.5 4.5 6.406 13.58-.35 20.361"/><path d="M23.496 42c-1.196-2.593-2.444-8.865 1.18-12.5c6.528-6.73 5.48-12.627 5.335-12.983L30 16.5q.004 0 .01.017c.269.424 5.39 8.73 1.621 17.983c2.175-1.256 3.1-2.971 3.369-3.5c-1.126 9.124-6.882 10.626-11.504 11M21.5 15.5c-3 1.833-9.782 6.5-10.182 12.5s3 8.5 5 10.5c-1-1.5-3-5.2-3-10s5.515-10.833 8.182-13"/></g></svg>
</template>

CSS

.icon-fhir-logo {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M24.65%2026.361c-5.62%205.642-4.926%2011.294-2.374%2015.551C16.413%2039.412%2011%2029.5%2018.5%2020.5C26.5%2012.5%2025%209%2025%206c2.5%204.5%206.406%2013.58-.35%2020.361%22%2F%3E%3Cpath%20d%3D%22M23.496%2042c-1.196-2.593-2.444-8.865%201.18-12.5c6.528-6.73%205.48-12.627%205.335-12.983L30%2016.5q.004%200%20.01.017c.269.424%205.39%208.73%201.621%2017.983c2.175-1.256%203.1-2.971%203.369-3.5c-1.126%209.124-6.882%2010.626-11.504%2011M21.5%2015.5c-3%201.833-9.782%206.5-10.182%2012.5s3%208.5%205%2010.5c-1-1.5-3-5.2-3-10s5.515-10.833%208.182-13%22%2F%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%22currentColor%22%3E%3Cpath%20d%3D%22M24.65%2026.361c-5.62%205.642-4.926%2011.294-2.374%2015.551C16.413%2039.412%2011%2029.5%2018.5%2020.5C26.5%2012.5%2025%209%2025%206c2.5%204.5%206.406%2013.58-.35%2020.361%22%2F%3E%3Cpath%20d%3D%22M23.496%2042c-1.196-2.593-2.444-8.865%201.18-12.5c6.528-6.73%205.48-12.627%205.335-12.983L30%2016.5q.004%200%20.01.017c.269.424%205.39%208.73%201.621%2017.983c2.175-1.256%203.1-2.971%203.369-3.5c-1.126%209.124-6.882%2010.626-11.504%2011M21.5%2015.5c-3%201.833-9.782%206.5-10.182%2012.5s3%208.5%205%2010.5c-1-1.5-3-5.2-3-10s5.515-10.833%208.182-13%22%2F%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.svg?color=%231a73e8&size=48