fhir logo icon
fhir-logo-outline from Health Icons by Resolve to Save Lives · Outline · Symbols · MIT Free for personal and commercial use.
- Name
- fhir-logo-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
- Aliases
- fhir-logo2x-outline
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 fill-rule="evenodd" d="M18.665 34.565c.397-3.172 1.945-6.509 4.817-9.865c3.066-3.584 3.34-7.46 2.539-10.967c-1.006 2.281-2.842 4.906-6.04 8.115c-3.265 3.957-3.644 7.965-2.685 11.233a12 12 0 0 0 1.269 2.861q.013-.678.1-1.377m2.191 4.1c-.873-3.574.11-7.95 4.145-12.665c4.597-5.372 3.767-11.264 2.011-15.79C26.391 8.607 25.654 7.176 25 6c0 .391.026.791.052 1.208c.061.957.128 2.004-.093 3.25c-.422 2.377-1.894 5.477-6.459 10.042c-6.08 7.297-3.674 15.194.58 19.253c.993.948 2.087 1.686 3.196 2.16a10.4 10.4 0 0 1-1.42-3.249" clip-rule="evenodd"/><path fill-rule="evenodd" d="M24.78 29.16c-3.514 3.638-2.365 10.312-1.284 12.84c4.185-.206 9.186-1.411 10.983-8.154A19.5 19.5 0 0 0 35 31c-.13.278-.686.656-1.344 1.017c-.292.16-.605.317-.909.46c-.697.33-1.35.587-1.614.65c.352-.849.627-1.681.835-2.493c1.039-4.053.419-7.591-.46-10.114c-.876-2.514-2.008-4.02-2.008-4.02s.459 1.64-.056 4.198c-.457 2.267-1.679 5.255-4.663 8.463m5.598-4.81c-.823 1.91-2.122 4.012-4.133 6.173l-.013.014l-.013.014c-1.251 1.295-1.789 3.27-1.804 5.46a15.4 15.4 0 0 0 .481 3.865c1.68-.209 3.258-.665 4.56-1.608c.949-.688 1.858-1.714 2.539-3.314a5 5 0 0 1-.4.119l-3.813.907l1.503-3.62c1.238-2.98 1.397-5.718 1.093-8.01" clip-rule="evenodd"/><path d="M21.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 HealthiconsFhirLogoOutline(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 fillRule="evenodd" d="M18.665 34.565c.397-3.172 1.945-6.509 4.817-9.865c3.066-3.584 3.34-7.46 2.539-10.967c-1.006 2.281-2.842 4.906-6.04 8.115c-3.265 3.957-3.644 7.965-2.685 11.233a12 12 0 0 0 1.269 2.861q.013-.678.1-1.377m2.191 4.1c-.873-3.574.11-7.95 4.145-12.665c4.597-5.372 3.767-11.264 2.011-15.79C26.391 8.607 25.654 7.176 25 6c0 .391.026.791.052 1.208c.061.957.128 2.004-.093 3.25c-.422 2.377-1.894 5.477-6.459 10.042c-6.08 7.297-3.674 15.194.58 19.253c.993.948 2.087 1.686 3.196 2.16a10.4 10.4 0 0 1-1.42-3.249" clipRule="evenodd"/><path fillRule="evenodd" d="M24.78 29.16c-3.514 3.638-2.365 10.312-1.284 12.84c4.185-.206 9.186-1.411 10.983-8.154A19.5 19.5 0 0 0 35 31c-.13.278-.686.656-1.344 1.017c-.292.16-.605.317-.909.46c-.697.33-1.35.587-1.614.65c.352-.849.627-1.681.835-2.493c1.039-4.053.419-7.591-.46-10.114c-.876-2.514-2.008-4.02-2.008-4.02s.459 1.64-.056 4.198c-.457 2.267-1.679 5.255-4.663 8.463m5.598-4.81c-.823 1.91-2.122 4.012-4.133 6.173l-.013.014l-.013.014c-1.251 1.295-1.789 3.27-1.804 5.46a15.4 15.4 0 0 0 .481 3.865c1.68-.209 3.258-.665 4.56-1.608c.949-.688 1.858-1.714 2.539-3.314a5 5 0 0 1-.4.119l-3.813.907l1.503-3.62c1.238-2.98 1.397-5.718 1.093-8.01" clipRule="evenodd"/><path d="M21.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 fill-rule="evenodd" d="M18.665 34.565c.397-3.172 1.945-6.509 4.817-9.865c3.066-3.584 3.34-7.46 2.539-10.967c-1.006 2.281-2.842 4.906-6.04 8.115c-3.265 3.957-3.644 7.965-2.685 11.233a12 12 0 0 0 1.269 2.861q.013-.678.1-1.377m2.191 4.1c-.873-3.574.11-7.95 4.145-12.665c4.597-5.372 3.767-11.264 2.011-15.79C26.391 8.607 25.654 7.176 25 6c0 .391.026.791.052 1.208c.061.957.128 2.004-.093 3.25c-.422 2.377-1.894 5.477-6.459 10.042c-6.08 7.297-3.674 15.194.58 19.253c.993.948 2.087 1.686 3.196 2.16a10.4 10.4 0 0 1-1.42-3.249" clip-rule="evenodd"/><path fill-rule="evenodd" d="M24.78 29.16c-3.514 3.638-2.365 10.312-1.284 12.84c4.185-.206 9.186-1.411 10.983-8.154A19.5 19.5 0 0 0 35 31c-.13.278-.686.656-1.344 1.017c-.292.16-.605.317-.909.46c-.697.33-1.35.587-1.614.65c.352-.849.627-1.681.835-2.493c1.039-4.053.419-7.591-.46-10.114c-.876-2.514-2.008-4.02-2.008-4.02s.459 1.64-.056 4.198c-.457 2.267-1.679 5.255-4.663 8.463m5.598-4.81c-.823 1.91-2.122 4.012-4.133 6.173l-.013.014l-.013.014c-1.251 1.295-1.789 3.27-1.804 5.46a15.4 15.4 0 0 0 .481 3.865c1.68-.209 3.258-.665 4.56-1.608c.949-.688 1.858-1.714 2.539-3.314a5 5 0 0 1-.4.119l-3.813.907l1.503-3.62c1.238-2.98 1.397-5.718 1.093-8.01" clip-rule="evenodd"/><path d="M21.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-outline {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M18.665%2034.565c.397-3.172%201.945-6.509%204.817-9.865c3.066-3.584%203.34-7.46%202.539-10.967c-1.006%202.281-2.842%204.906-6.04%208.115c-3.265%203.957-3.644%207.965-2.685%2011.233a12%2012%200%200%200%201.269%202.861q.013-.678.1-1.377m2.191%204.1c-.873-3.574.11-7.95%204.145-12.665c4.597-5.372%203.767-11.264%202.011-15.79C26.391%208.607%2025.654%207.176%2025%206c0%20.391.026.791.052%201.208c.061.957.128%202.004-.093%203.25c-.422%202.377-1.894%205.477-6.459%2010.042c-6.08%207.297-3.674%2015.194.58%2019.253c.993.948%202.087%201.686%203.196%202.16a10.4%2010.4%200%200%201-1.42-3.249%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24.78%2029.16c-3.514%203.638-2.365%2010.312-1.284%2012.84c4.185-.206%209.186-1.411%2010.983-8.154A19.5%2019.5%200%200%200%2035%2031c-.13.278-.686.656-1.344%201.017c-.292.16-.605.317-.909.46c-.697.33-1.35.587-1.614.65c.352-.849.627-1.681.835-2.493c1.039-4.053.419-7.591-.46-10.114c-.876-2.514-2.008-4.02-2.008-4.02s.459%201.64-.056%204.198c-.457%202.267-1.679%205.255-4.663%208.463m5.598-4.81c-.823%201.91-2.122%204.012-4.133%206.173l-.013.014l-.013.014c-1.251%201.295-1.789%203.27-1.804%205.46a15.4%2015.4%200%200%200%20.481%203.865c1.68-.209%203.258-.665%204.56-1.608c.949-.688%201.858-1.714%202.539-3.314a5%205%200%200%201-.4.119l-3.813.907l1.503-3.62c1.238-2.98%201.397-5.718%201.093-8.01%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M21.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%20fill-rule%3D%22evenodd%22%20d%3D%22M18.665%2034.565c.397-3.172%201.945-6.509%204.817-9.865c3.066-3.584%203.34-7.46%202.539-10.967c-1.006%202.281-2.842%204.906-6.04%208.115c-3.265%203.957-3.644%207.965-2.685%2011.233a12%2012%200%200%200%201.269%202.861q.013-.678.1-1.377m2.191%204.1c-.873-3.574.11-7.95%204.145-12.665c4.597-5.372%203.767-11.264%202.011-15.79C26.391%208.607%2025.654%207.176%2025%206c0%20.391.026.791.052%201.208c.061.957.128%202.004-.093%203.25c-.422%202.377-1.894%205.477-6.459%2010.042c-6.08%207.297-3.674%2015.194.58%2019.253c.993.948%202.087%201.686%203.196%202.16a10.4%2010.4%200%200%201-1.42-3.249%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24.78%2029.16c-3.514%203.638-2.365%2010.312-1.284%2012.84c4.185-.206%209.186-1.411%2010.983-8.154A19.5%2019.5%200%200%200%2035%2031c-.13.278-.686.656-1.344%201.017c-.292.16-.605.317-.909.46c-.697.33-1.35.587-1.614.65c.352-.849.627-1.681.835-2.493c1.039-4.053.419-7.591-.46-10.114c-.876-2.514-2.008-4.02-2.008-4.02s.459%201.64-.056%204.198c-.457%202.267-1.679%205.255-4.663%208.463m5.598-4.81c-.823%201.91-2.122%204.012-4.133%206.173l-.013.014l-.013.014c-1.251%201.295-1.789%203.27-1.804%205.46a15.4%2015.4%200%200%200%20.481%203.865c1.68-.209%203.258-.665%204.56-1.608c.949-.688%201.858-1.714%202.539-3.314a5%205%200%200%201-.4.119l-3.813.907l1.503-3.62c1.238-2.98%201.397-5.718%201.093-8.01%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M21.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-outline.svg?color=%231a73e8&size=48