respirology icon
respirology-outline from Health Icons by Resolve to Save Lives · Outline · Specialties · MIT Free for personal and commercial use.
- Name
- respirology-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Specialties
- Viewbox
- 48×48
- License
- MIT
- Aliases
- respirology2x-outline
1 other variant in Health Icons
More specialties icons from Health Icons
accident-and-emergencyadmissionsbiochemistry-laboratoryburn-unitcardiologychaplaincycoronary-care-unitcritical-caredischarge-loungeears-nose-and-throatendocrinologyfinance-deptgastroenterologygeneral-surgerygeriatricsgymgynecologyhematologyhematology-laboratoryhepatologyhuman-resorucesintensive-care-unitmedical-recordsnephrology
Use the respirology icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M17.706 14.24c3.83-.003 3.783 4.837 3.758 7.323l-.003.525c0 .507.023 1.106.048 1.76c.115 3.038.276 7.27-1.539 9.082c-2.247 2.245-6.744 3.37-8.995 1.503s1.483-20.188 6.731-20.193m8.784 7.32c-.028-2.485-.084-7.325 3.747-7.329c5.247-.004 9.011 18.311 6.764 20.182c-2.248 1.871-6.747.753-8.998-1.488c-1.818-1.81-1.664-6.041-1.554-9.079c.024-.654.046-1.253.045-1.761q0-.24-.004-.525"/><path fill-rule="evenodd" d="M23.015 6H9a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm.976 16.045q.147.134.306.241a2.9 2.9 0 0 0 1.315.478h.01l.026.003h.024s.002 0 .043-.998c.042-1 .044-1 .044-1h.003l.004.001h.007l.007.001h-.006a.9.9 0 0 1-.35-.137c-.136-.093-.418-.338-.417-1.124l.005-7.575L25.014 8H39a1 1 0 0 1 1 1v30a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h13.97l.001 3.935l.005 7.575c.001.786-.28 1.03-.417 1.123a.9.9 0 0 1-.35.137l-.007.001h.015l.004-.001h.003s.002 0 .043.999c.042.999.044.999.044.999h.01l.014-.001a1 1 0 0 0 .138-.014a2.87 2.87 0 0 0 1.518-.708" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsRespirologyOutline(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="M17.706 14.24c3.83-.003 3.783 4.837 3.758 7.323l-.003.525c0 .507.023 1.106.048 1.76c.115 3.038.276 7.27-1.539 9.082c-2.247 2.245-6.744 3.37-8.995 1.503s1.483-20.188 6.731-20.193m8.784 7.32c-.028-2.485-.084-7.325 3.747-7.329c5.247-.004 9.011 18.311 6.764 20.182c-2.248 1.871-6.747.753-8.998-1.488c-1.818-1.81-1.664-6.041-1.554-9.079c.024-.654.046-1.253.045-1.761q0-.24-.004-.525"/><path fillRule="evenodd" d="M23.015 6H9a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm.976 16.045q.147.134.306.241a2.9 2.9 0 0 0 1.315.478h.01l.026.003h.024s.002 0 .043-.998c.042-1 .044-1 .044-1h.003l.004.001h.007l.007.001h-.006a.9.9 0 0 1-.35-.137c-.136-.093-.418-.338-.417-1.124l.005-7.575L25.014 8H39a1 1 0 0 1 1 1v30a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h13.97l.001 3.935l.005 7.575c.001.786-.28 1.03-.417 1.123a.9.9 0 0 1-.35.137l-.007.001h.015l.004-.001h.003s.002 0 .043.999c.042.999.044.999.044.999h.01l.014-.001a1 1 0 0 0 .138-.014a2.87 2.87 0 0 0 1.518-.708" clipRule="evenodd"/></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="M17.706 14.24c3.83-.003 3.783 4.837 3.758 7.323l-.003.525c0 .507.023 1.106.048 1.76c.115 3.038.276 7.27-1.539 9.082c-2.247 2.245-6.744 3.37-8.995 1.503s1.483-20.188 6.731-20.193m8.784 7.32c-.028-2.485-.084-7.325 3.747-7.329c5.247-.004 9.011 18.311 6.764 20.182c-2.248 1.871-6.747.753-8.998-1.488c-1.818-1.81-1.664-6.041-1.554-9.079c.024-.654.046-1.253.045-1.761q0-.24-.004-.525"/><path fill-rule="evenodd" d="M23.015 6H9a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm.976 16.045q.147.134.306.241a2.9 2.9 0 0 0 1.315.478h.01l.026.003h.024s.002 0 .043-.998c.042-1 .044-1 .044-1h.003l.004.001h.007l.007.001h-.006a.9.9 0 0 1-.35-.137c-.136-.093-.418-.338-.417-1.124l.005-7.575L25.014 8H39a1 1 0 0 1 1 1v30a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h13.97l.001 3.935l.005 7.575c.001.786-.28 1.03-.417 1.123a.9.9 0 0 1-.35.137l-.007.001h.015l.004-.001h.003s.002 0 .043.999c.042.999.044.999.044.999h.01l.014-.001a1 1 0 0 0 .138-.014a2.87 2.87 0 0 0 1.518-.708" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-respirology-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%20d%3D%22M17.706%2014.24c3.83-.003%203.783%204.837%203.758%207.323l-.003.525c0%20.507.023%201.106.048%201.76c.115%203.038.276%207.27-1.539%209.082c-2.247%202.245-6.744%203.37-8.995%201.503s1.483-20.188%206.731-20.193m8.784%207.32c-.028-2.485-.084-7.325%203.747-7.329c5.247-.004%209.011%2018.311%206.764%2020.182c-2.248%201.871-6.747.753-8.998-1.488c-1.818-1.81-1.664-6.041-1.554-9.079c.024-.654.046-1.253.045-1.761q0-.24-.004-.525%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M23.015%206H9a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3zm.976%2016.045q.147.134.306.241a2.9%202.9%200%200%200%201.315.478h.01l.026.003h.024s.002%200%20.043-.998c.042-1%20.044-1%20.044-1h.003l.004.001h.007l.007.001h-.006a.9.9%200%200%201-.35-.137c-.136-.093-.418-.338-.417-1.124l.005-7.575L25.014%208H39a1%201%200%200%201%201%201v30a1%201%200%200%201-1%201H9a1%201%200%200%201-1-1V9a1%201%200%200%201%201-1h13.97l.001%203.935l.005%207.575c.001.786-.28%201.03-.417%201.123a.9.9%200%200%201-.35.137l-.007.001h.015l.004-.001h.003s.002%200%20.043.999c.042.999.044.999.044.999h.01l.014-.001a1%201%200%200%200%20.138-.014a2.87%202.87%200%200%200%201.518-.708%22%20clip-rule%3D%22evenodd%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%22M17.706%2014.24c3.83-.003%203.783%204.837%203.758%207.323l-.003.525c0%20.507.023%201.106.048%201.76c.115%203.038.276%207.27-1.539%209.082c-2.247%202.245-6.744%203.37-8.995%201.503s1.483-20.188%206.731-20.193m8.784%207.32c-.028-2.485-.084-7.325%203.747-7.329c5.247-.004%209.011%2018.311%206.764%2020.182c-2.248%201.871-6.747.753-8.998-1.488c-1.818-1.81-1.664-6.041-1.554-9.079c.024-.654.046-1.253.045-1.761q0-.24-.004-.525%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M23.015%206H9a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3zm.976%2016.045q.147.134.306.241a2.9%202.9%200%200%200%201.315.478h.01l.026.003h.024s.002%200%20.043-.998c.042-1%20.044-1%20.044-1h.003l.004.001h.007l.007.001h-.006a.9.9%200%200%201-.35-.137c-.136-.093-.418-.338-.417-1.124l.005-7.575L25.014%208H39a1%201%200%200%201%201%201v30a1%201%200%200%201-1%201H9a1%201%200%200%201-1-1V9a1%201%200%200%201%201-1h13.97l.001%203.935l.005%207.575c.001.786-.28%201.03-.417%201.123a.9.9%200%200%201-.35.137l-.007.001h.015l.004-.001h.003s.002%200%20.043.999c.042.999.044.999.044.999h.01l.014-.001a1%201%200%200%200%20.138-.014a2.87%202.87%200%200%200%201.518-.708%22%20clip-rule%3D%22evenodd%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/respirology-outline.svg?color=%231a73e8&size=48