radiology icon
radiology-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- radiology-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the radiology icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.616 21q-.691 0-1.153-.462T4 19.385V6.615q0-.69.463-1.152T5.616 5h1.769V3.308q0-.233.153-.386t.385-.153t.386.153t.153.386V5h7.154V3.27q0-.214.143-.358t.357-.143t.356.143t.144.357V5h1.769q.69 0 1.153.463T20 6.616v12.769q0 .69-.462 1.153T18.384 21zM5 19.385q0 .23.192.423t.423.192h12.77q.23 0 .423-.192t.192-.423V6.615q0-.23-.192-.423T18.384 6H5.616q-.231 0-.424.192T5 6.616zM9.616 20v-2.204l-1.954-2.311q-.218-.237-.382-.596q-.164-.36-.164-.831q0-.287.062-.551T7.371 13q-.125-.237-.19-.501t-.065-.557q0-.47.164-.83t.382-.596l1.954-2.312V6h.884v2.267q0 .125-.175.475l-2 2.35q-.175.2-.25.413T8 11.942q0 .5.325.863t.825.362q.225 0 .415-.075t.36-.25q.425-.425.962-.65T12 11.967t1.113.225t.962.65q.175.175.375.25t.4.075q.5 0 .825-.362t.325-.838q0-.225-.088-.437t-.237-.413l-2-2.375q-.1-.1-.138-.225t-.037-.25V6h.885v2.223l1.96 2.323q.272.304.406.67q.133.367.133.751q0 .287-.068.551t-.193.482q.13.242.196.507q.066.264.066.55q0 .472-.165.832q-.164.359-.381.596l-1.954 2.311V20H13.5v-2.267q0-.15.175-.475l2-2.35q.214-.258.289-.57t-.022-.613q-.236.163-.502.245q-.265.082-.565.082q-.385 0-.76-.152t-.673-.456q-.27-.296-.649-.444q-.377-.148-.793-.148q-.39 0-.778.148t-.664.444q-.28.304-.661.456q-.382.152-.766.152q-.3 0-.569-.082t-.504-.245q-.096.302-.021.614t.288.569l2 2.35q.075.125.125.237t.05.238V20zM5 19.385V20V6z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRadiologyOutlineRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.616 21q-.691 0-1.153-.462T4 19.385V6.615q0-.69.463-1.152T5.616 5h1.769V3.308q0-.233.153-.386t.385-.153t.386.153t.153.386V5h7.154V3.27q0-.214.143-.358t.357-.143t.356.143t.144.357V5h1.769q.69 0 1.153.463T20 6.616v12.769q0 .69-.462 1.153T18.384 21zM5 19.385q0 .23.192.423t.423.192h12.77q.23 0 .423-.192t.192-.423V6.615q0-.23-.192-.423T18.384 6H5.616q-.231 0-.424.192T5 6.616zM9.616 20v-2.204l-1.954-2.311q-.218-.237-.382-.596q-.164-.36-.164-.831q0-.287.062-.551T7.371 13q-.125-.237-.19-.501t-.065-.557q0-.47.164-.83t.382-.596l1.954-2.312V6h.884v2.267q0 .125-.175.475l-2 2.35q-.175.2-.25.413T8 11.942q0 .5.325.863t.825.362q.225 0 .415-.075t.36-.25q.425-.425.962-.65T12 11.967t1.113.225t.962.65q.175.175.375.25t.4.075q.5 0 .825-.362t.325-.838q0-.225-.088-.437t-.237-.413l-2-2.375q-.1-.1-.138-.225t-.037-.25V6h.885v2.223l1.96 2.323q.272.304.406.67q.133.367.133.751q0 .287-.068.551t-.193.482q.13.242.196.507q.066.264.066.55q0 .472-.165.832q-.164.359-.381.596l-1.954 2.311V20H13.5v-2.267q0-.15.175-.475l2-2.35q.214-.258.289-.57t-.022-.613q-.236.163-.502.245q-.265.082-.565.082q-.385 0-.76-.152t-.673-.456q-.27-.296-.649-.444q-.377-.148-.793-.148q-.39 0-.778.148t-.664.444q-.28.304-.661.456q-.382.152-.766.152q-.3 0-.569-.082t-.504-.245q-.096.302-.021.614t.288.569l2 2.35q.075.125.125.237t.05.238V20zM5 19.385V20V6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.616 21q-.691 0-1.153-.462T4 19.385V6.615q0-.69.463-1.152T5.616 5h1.769V3.308q0-.233.153-.386t.385-.153t.386.153t.153.386V5h7.154V3.27q0-.214.143-.358t.357-.143t.356.143t.144.357V5h1.769q.69 0 1.153.463T20 6.616v12.769q0 .69-.462 1.153T18.384 21zM5 19.385q0 .23.192.423t.423.192h12.77q.23 0 .423-.192t.192-.423V6.615q0-.23-.192-.423T18.384 6H5.616q-.231 0-.424.192T5 6.616zM9.616 20v-2.204l-1.954-2.311q-.218-.237-.382-.596q-.164-.36-.164-.831q0-.287.062-.551T7.371 13q-.125-.237-.19-.501t-.065-.557q0-.47.164-.83t.382-.596l1.954-2.312V6h.884v2.267q0 .125-.175.475l-2 2.35q-.175.2-.25.413T8 11.942q0 .5.325.863t.825.362q.225 0 .415-.075t.36-.25q.425-.425.962-.65T12 11.967t1.113.225t.962.65q.175.175.375.25t.4.075q.5 0 .825-.362t.325-.838q0-.225-.088-.437t-.237-.413l-2-2.375q-.1-.1-.138-.225t-.037-.25V6h.885v2.223l1.96 2.323q.272.304.406.67q.133.367.133.751q0 .287-.068.551t-.193.482q.13.242.196.507q.066.264.066.55q0 .472-.165.832q-.164.359-.381.596l-1.954 2.311V20H13.5v-2.267q0-.15.175-.475l2-2.35q.214-.258.289-.57t-.022-.613q-.236.163-.502.245q-.265.082-.565.082q-.385 0-.76-.152t-.673-.456q-.27-.296-.649-.444q-.377-.148-.793-.148q-.39 0-.778.148t-.664.444q-.28.304-.661.456q-.382.152-.766.152q-.3 0-.569-.082t-.504-.245q-.096.302-.021.614t.288.569l2 2.35q.075.125.125.237t.05.238V20zM5 19.385V20V6z"/></svg> </template>
CSS
.icon-radiology-outline-rounded {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.616%2021q-.691%200-1.153-.462T4%2019.385V6.615q0-.69.463-1.152T5.616%205h1.769V3.308q0-.233.153-.386t.385-.153t.386.153t.153.386V5h7.154V3.27q0-.214.143-.358t.357-.143t.356.143t.144.357V5h1.769q.69%200%201.153.463T20%206.616v12.769q0%20.69-.462%201.153T18.384%2021zM5%2019.385q0%20.23.192.423t.423.192h12.77q.23%200%20.423-.192t.192-.423V6.615q0-.23-.192-.423T18.384%206H5.616q-.231%200-.424.192T5%206.616zM9.616%2020v-2.204l-1.954-2.311q-.218-.237-.382-.596q-.164-.36-.164-.831q0-.287.062-.551T7.371%2013q-.125-.237-.19-.501t-.065-.557q0-.47.164-.83t.382-.596l1.954-2.312V6h.884v2.267q0%20.125-.175.475l-2%202.35q-.175.2-.25.413T8%2011.942q0%20.5.325.863t.825.362q.225%200%20.415-.075t.36-.25q.425-.425.962-.65T12%2011.967t1.113.225t.962.65q.175.175.375.25t.4.075q.5%200%20.825-.362t.325-.838q0-.225-.088-.437t-.237-.413l-2-2.375q-.1-.1-.138-.225t-.037-.25V6h.885v2.223l1.96%202.323q.272.304.406.67q.133.367.133.751q0%20.287-.068.551t-.193.482q.13.242.196.507q.066.264.066.55q0%20.472-.165.832q-.164.359-.381.596l-1.954%202.311V20H13.5v-2.267q0-.15.175-.475l2-2.35q.214-.258.289-.57t-.022-.613q-.236.163-.502.245q-.265.082-.565.082q-.385%200-.76-.152t-.673-.456q-.27-.296-.649-.444q-.377-.148-.793-.148q-.39%200-.778.148t-.664.444q-.28.304-.661.456q-.382.152-.766.152q-.3%200-.569-.082t-.504-.245q-.096.302-.021.614t.288.569l2%202.35q.075.125.125.237t.05.238V20zM5%2019.385V20V6z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.616%2021q-.691%200-1.153-.462T4%2019.385V6.615q0-.69.463-1.152T5.616%205h1.769V3.308q0-.233.153-.386t.385-.153t.386.153t.153.386V5h7.154V3.27q0-.214.143-.358t.357-.143t.356.143t.144.357V5h1.769q.69%200%201.153.463T20%206.616v12.769q0%20.69-.462%201.153T18.384%2021zM5%2019.385q0%20.23.192.423t.423.192h12.77q.23%200%20.423-.192t.192-.423V6.615q0-.23-.192-.423T18.384%206H5.616q-.231%200-.424.192T5%206.616zM9.616%2020v-2.204l-1.954-2.311q-.218-.237-.382-.596q-.164-.36-.164-.831q0-.287.062-.551T7.371%2013q-.125-.237-.19-.501t-.065-.557q0-.47.164-.83t.382-.596l1.954-2.312V6h.884v2.267q0%20.125-.175.475l-2%202.35q-.175.2-.25.413T8%2011.942q0%20.5.325.863t.825.362q.225%200%20.415-.075t.36-.25q.425-.425.962-.65T12%2011.967t1.113.225t.962.65q.175.175.375.25t.4.075q.5%200%20.825-.362t.325-.838q0-.225-.088-.437t-.237-.413l-2-2.375q-.1-.1-.138-.225t-.037-.25V6h.885v2.223l1.96%202.323q.272.304.406.67q.133.367.133.751q0%20.287-.068.551t-.193.482q.13.242.196.507q.066.264.066.55q0%20.472-.165.832q-.164.359-.381.596l-1.954%202.311V20H13.5v-2.267q0-.15.175-.475l2-2.35q.214-.258.289-.57t-.022-.613q-.236.163-.502.245q-.265.082-.565.082q-.385%200-.76-.152t-.673-.456q-.27-.296-.649-.444q-.377-.148-.793-.148q-.39%200-.778.148t-.664.444q-.28.304-.661.456q-.382.152-.766.152q-.3%200-.569-.082t-.504-.245q-.096.302-.021.614t.288.569l2%202.35q.075.125.125.237t.05.238V20zM5%2019.385V20V6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/radiology-outline-rounded.svg?color=%231a73e8&size=48