radiology from Health Icons by Resolve to Save Lives · Filled · Specialties · MIT Free for personal and commercial use.

Name
radiology
Set
Health Icons
Style
Filled
Category
Specialties
Viewbox
48×48
License
MIT

1 other variant in Health Icons

The same icon in other sets

More specialties icons from Health Icons

Use the radiology icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm22.5 5.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M13 22a1 1 0 0 1 1-1h20a1 1 0 0 1 1 1v15a1 1 0 0 1-1 1h-5c0-.597-.273-1.14-.57-1.556a5.7 5.7 0 0 0-1.18-1.189c-.629-.48-1.425-.914-2.25-1.123v-2.985h1.4c.99 0 2.237.395 3.312.848a19 19 0 0 1 1.76.855l.022.013l.005.002L32 32c.501-.865.501-.865.5-.866l-.003-.002l-.01-.005l-.032-.018a13 13 0 0 0-.535-.288a21 21 0 0 0-1.432-.67c-1.125-.473-2.679-1.005-4.088-1.005H25V27h.8c.749 0 1.685.215 2.485.457a17 17 0 0 1 1.311.458l.016.007l.004.001L30 27l.384-.923l-.003-.002l-.007-.003l-.025-.01l-.088-.035q-.114-.046-.317-.121c-.267-.1-.643-.23-1.079-.363c-.85-.258-2.014-.543-3.065-.543H25v-2h-2v2h-1.1c-1.2 0-2.292.284-3.069.556a11 11 0 0 0-1.206.511l-.076.04l-.023.012l-.007.004l-.003.002s-.002 0 .484.875l.485.874l.007-.003l.046-.024q.065-.034.198-.097c.177-.082.437-.194.758-.306C20.142 27.216 21 27 21.9 27H23v2.146h-1.8c-1.61 0-3.065.53-4.088 1.028a12 12 0 0 0-1.584.932l-.097.07l-.028.022l-.009.006l-.003.003h-.001c0 .001-.001.002.61.793s.611.792.61.792l.014-.01l.065-.047a10 10 0 0 1 1.3-.763c.876-.428 2.02-.825 3.211-.825H23v3.017a6.9 6.9 0 0 0-2.273 1.134a5.5 5.5 0 0 0-1.166 1.162c-.297.413-.561.947-.561 1.54h-5a1 1 0 0 1-1-1zm13.97 15.899A.4.4 0 0 1 27 38h-6a.4.4 0 0 1 .028-.1c.028-.07.077-.162.158-.274c.163-.227.416-.483.744-.73c.658-.495 1.46-.84 2.104-.896c.553.013 1.325.328 2.002.845c.332.253.595.521.766.761c.085.119.138.218.168.293" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsRadiology(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm22.5 5.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M13 22a1 1 0 0 1 1-1h20a1 1 0 0 1 1 1v15a1 1 0 0 1-1 1h-5c0-.597-.273-1.14-.57-1.556a5.7 5.7 0 0 0-1.18-1.189c-.629-.48-1.425-.914-2.25-1.123v-2.985h1.4c.99 0 2.237.395 3.312.848a19 19 0 0 1 1.76.855l.022.013l.005.002L32 32c.501-.865.501-.865.5-.866l-.003-.002l-.01-.005l-.032-.018a13 13 0 0 0-.535-.288a21 21 0 0 0-1.432-.67c-1.125-.473-2.679-1.005-4.088-1.005H25V27h.8c.749 0 1.685.215 2.485.457a17 17 0 0 1 1.311.458l.016.007l.004.001L30 27l.384-.923l-.003-.002l-.007-.003l-.025-.01l-.088-.035q-.114-.046-.317-.121c-.267-.1-.643-.23-1.079-.363c-.85-.258-2.014-.543-3.065-.543H25v-2h-2v2h-1.1c-1.2 0-2.292.284-3.069.556a11 11 0 0 0-1.206.511l-.076.04l-.023.012l-.007.004l-.003.002s-.002 0 .484.875l.485.874l.007-.003l.046-.024q.065-.034.198-.097c.177-.082.437-.194.758-.306C20.142 27.216 21 27 21.9 27H23v2.146h-1.8c-1.61 0-3.065.53-4.088 1.028a12 12 0 0 0-1.584.932l-.097.07l-.028.022l-.009.006l-.003.003h-.001c0 .001-.001.002.61.793s.611.792.61.792l.014-.01l.065-.047a10 10 0 0 1 1.3-.763c.876-.428 2.02-.825 3.211-.825H23v3.017a6.9 6.9 0 0 0-2.273 1.134a5.5 5.5 0 0 0-1.166 1.162c-.297.413-.561.947-.561 1.54h-5a1 1 0 0 1-1-1zm13.97 15.899A.4.4 0 0 1 27 38h-6a.4.4 0 0 1 .028-.1c.028-.07.077-.162.158-.274c.163-.227.416-.483.744-.73c.658-.495 1.46-.84 2.104-.896c.553.013 1.325.328 2.002.845c.332.253.595.521.766.761c.085.119.138.218.168.293" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm22.5 5.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M13 22a1 1 0 0 1 1-1h20a1 1 0 0 1 1 1v15a1 1 0 0 1-1 1h-5c0-.597-.273-1.14-.57-1.556a5.7 5.7 0 0 0-1.18-1.189c-.629-.48-1.425-.914-2.25-1.123v-2.985h1.4c.99 0 2.237.395 3.312.848a19 19 0 0 1 1.76.855l.022.013l.005.002L32 32c.501-.865.501-.865.5-.866l-.003-.002l-.01-.005l-.032-.018a13 13 0 0 0-.535-.288a21 21 0 0 0-1.432-.67c-1.125-.473-2.679-1.005-4.088-1.005H25V27h.8c.749 0 1.685.215 2.485.457a17 17 0 0 1 1.311.458l.016.007l.004.001L30 27l.384-.923l-.003-.002l-.007-.003l-.025-.01l-.088-.035q-.114-.046-.317-.121c-.267-.1-.643-.23-1.079-.363c-.85-.258-2.014-.543-3.065-.543H25v-2h-2v2h-1.1c-1.2 0-2.292.284-3.069.556a11 11 0 0 0-1.206.511l-.076.04l-.023.012l-.007.004l-.003.002s-.002 0 .484.875l.485.874l.007-.003l.046-.024q.065-.034.198-.097c.177-.082.437-.194.758-.306C20.142 27.216 21 27 21.9 27H23v2.146h-1.8c-1.61 0-3.065.53-4.088 1.028a12 12 0 0 0-1.584.932l-.097.07l-.028.022l-.009.006l-.003.003h-.001c0 .001-.001.002.61.793s.611.792.61.792l.014-.01l.065-.047a10 10 0 0 1 1.3-.763c.876-.428 2.02-.825 3.211-.825H23v3.017a6.9 6.9 0 0 0-2.273 1.134a5.5 5.5 0 0 0-1.166 1.162c-.297.413-.561.947-.561 1.54h-5a1 1 0 0 1-1-1zm13.97 15.899A.4.4 0 0 1 27 38h-6a.4.4 0 0 1 .028-.1c.028-.07.077-.162.158-.274c.163-.227.416-.483.744-.73c.658-.495 1.46-.84 2.104-.896c.553.013 1.325.328 2.002.845c.332.253.595.521.766.761c.085.119.138.218.168.293" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-radiology {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3zm22.5%205.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M13%2022a1%201%200%200%201%201-1h20a1%201%200%200%201%201%201v15a1%201%200%200%201-1%201h-5c0-.597-.273-1.14-.57-1.556a5.7%205.7%200%200%200-1.18-1.189c-.629-.48-1.425-.914-2.25-1.123v-2.985h1.4c.99%200%202.237.395%203.312.848a19%2019%200%200%201%201.76.855l.022.013l.005.002L32%2032c.501-.865.501-.865.5-.866l-.003-.002l-.01-.005l-.032-.018a13%2013%200%200%200-.535-.288a21%2021%200%200%200-1.432-.67c-1.125-.473-2.679-1.005-4.088-1.005H25V27h.8c.749%200%201.685.215%202.485.457a17%2017%200%200%201%201.311.458l.016.007l.004.001L30%2027l.384-.923l-.003-.002l-.007-.003l-.025-.01l-.088-.035q-.114-.046-.317-.121c-.267-.1-.643-.23-1.079-.363c-.85-.258-2.014-.543-3.065-.543H25v-2h-2v2h-1.1c-1.2%200-2.292.284-3.069.556a11%2011%200%200%200-1.206.511l-.076.04l-.023.012l-.007.004l-.003.002s-.002%200%20.484.875l.485.874l.007-.003l.046-.024q.065-.034.198-.097c.177-.082.437-.194.758-.306C20.142%2027.216%2021%2027%2021.9%2027H23v2.146h-1.8c-1.61%200-3.065.53-4.088%201.028a12%2012%200%200%200-1.584.932l-.097.07l-.028.022l-.009.006l-.003.003h-.001c0%20.001-.001.002.61.793s.611.792.61.792l.014-.01l.065-.047a10%2010%200%200%201%201.3-.763c.876-.428%202.02-.825%203.211-.825H23v3.017a6.9%206.9%200%200%200-2.273%201.134a5.5%205.5%200%200%200-1.166%201.162c-.297.413-.561.947-.561%201.54h-5a1%201%200%200%201-1-1zm13.97%2015.899A.4.4%200%200%201%2027%2038h-6a.4.4%200%200%201%20.028-.1c.028-.07.077-.162.158-.274c.163-.227.416-.483.744-.73c.658-.495%201.46-.84%202.104-.896c.553.013%201.325.328%202.002.845c.332.253.595.521.766.761c.085.119.138.218.168.293%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3zm22.5%205.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M13%2022a1%201%200%200%201%201-1h20a1%201%200%200%201%201%201v15a1%201%200%200%201-1%201h-5c0-.597-.273-1.14-.57-1.556a5.7%205.7%200%200%200-1.18-1.189c-.629-.48-1.425-.914-2.25-1.123v-2.985h1.4c.99%200%202.237.395%203.312.848a19%2019%200%200%201%201.76.855l.022.013l.005.002L32%2032c.501-.865.501-.865.5-.866l-.003-.002l-.01-.005l-.032-.018a13%2013%200%200%200-.535-.288a21%2021%200%200%200-1.432-.67c-1.125-.473-2.679-1.005-4.088-1.005H25V27h.8c.749%200%201.685.215%202.485.457a17%2017%200%200%201%201.311.458l.016.007l.004.001L30%2027l.384-.923l-.003-.002l-.007-.003l-.025-.01l-.088-.035q-.114-.046-.317-.121c-.267-.1-.643-.23-1.079-.363c-.85-.258-2.014-.543-3.065-.543H25v-2h-2v2h-1.1c-1.2%200-2.292.284-3.069.556a11%2011%200%200%200-1.206.511l-.076.04l-.023.012l-.007.004l-.003.002s-.002%200%20.484.875l.485.874l.007-.003l.046-.024q.065-.034.198-.097c.177-.082.437-.194.758-.306C20.142%2027.216%2021%2027%2021.9%2027H23v2.146h-1.8c-1.61%200-3.065.53-4.088%201.028a12%2012%200%200%200-1.584.932l-.097.07l-.028.022l-.009.006l-.003.003h-.001c0%20.001-.001.002.61.793s.611.792.61.792l.014-.01l.065-.047a10%2010%200%200%201%201.3-.763c.876-.428%202.02-.825%203.211-.825H23v3.017a6.9%206.9%200%200%200-2.273%201.134a5.5%205.5%200%200%200-1.166%201.162c-.297.413-.561.947-.561%201.54h-5a1%201%200%200%201-1-1zm13.97%2015.899A.4.4%200%200%201%2027%2038h-6a.4.4%200%200%201%20.028-.1c.028-.07.077-.162.158-.274c.163-.227.416-.483.744-.73c.658-.495%201.46-.84%202.104-.896c.553.013%201.325.328%202.002.845c.332.253.595.521.766.761c.085.119.138.218.168.293%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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