urology icon
urology from Health Icons by Resolve to Save Lives · Filled · Specialties · MIT Free for personal and commercial use.
- Name
- urology
- 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
accident-and-emergencyadmissionsbiochemistry-laboratoryburn-unitcardiologychaplaincycoronary-care-unitcritical-caredischarge-loungeears-nose-and-throatendocrinologyfinance-deptgastroenterologygeneral-surgerygeriatricsgymgynecologyhematologyhematology-laboratoryhepatologyhuman-resorucesintensive-care-unitmedical-recordsnephrology
Use the urology 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="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm9.833 15.817A4 4 0 0 0 19.88 18h.117c.554 0 1 .447 1 .998V26.7q-.255.135-.485.299c-.91.642-1.513 1.595-1.513 2.858q0 .067.002.133V30c.064 2.424 1.759 4.429 3.996 4.897V37a1 1 0 1 0 2 0v-2.102c2.24-.467 3.936-2.473 4-4.898l.002-.143c0-1.477-.825-2.53-2-3.158V19A1 1 0 0 1 28 18h.118a4 4 0 0 0 6.705 3.817c1.258-1.259 2.18-2.986 2.175-4.817c.005-1.831-.917-3.571-2.175-4.83A4 4 0 0 0 28.12 16H28c-1.656 0-3 1.34-3 2.998v7.071a7.2 7.2 0 0 0-2.002 0V19a3 3 0 0 0-3-2.999h-.12a4 4 0 0 0-6.702-3.83C11.917 13.43 10.996 15.17 11 17c-.005 1.83.918 3.558 2.176 4.817a4 4 0 0 0 5.657 0M24 33c-1.561 0-2.925-1.282-2.997-3h5.994c-.072 1.718-1.436 3-2.997 3m-6.001-17.016c-.556 0-1.006-.45-1.006-1.005a1 1 0 1 0-2 0c0 .77.29 1.473.767 2.005a3 3 0 0 0-.767 2.005a1 1 0 0 0 2 0c0-.555.45-1.005 1.006-1.005a1 1 0 0 0 0-2m13.006-1.005c0 .555-.45 1.005-1.005 1.005a1 1 0 1 0 0 2c.555 0 1.005.45 1.005 1.005a1 1 0 1 0 2 0c0-.77-.29-1.473-.767-2.005a3 3 0 0 0 .767-2.006a1 1 0 1 0-2 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsUrology(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="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm9.833 15.817A4 4 0 0 0 19.88 18h.117c.554 0 1 .447 1 .998V26.7q-.255.135-.485.299c-.91.642-1.513 1.595-1.513 2.858q0 .067.002.133V30c.064 2.424 1.759 4.429 3.996 4.897V37a1 1 0 1 0 2 0v-2.102c2.24-.467 3.936-2.473 4-4.898l.002-.143c0-1.477-.825-2.53-2-3.158V19A1 1 0 0 1 28 18h.118a4 4 0 0 0 6.705 3.817c1.258-1.259 2.18-2.986 2.175-4.817c.005-1.831-.917-3.571-2.175-4.83A4 4 0 0 0 28.12 16H28c-1.656 0-3 1.34-3 2.998v7.071a7.2 7.2 0 0 0-2.002 0V19a3 3 0 0 0-3-2.999h-.12a4 4 0 0 0-6.702-3.83C11.917 13.43 10.996 15.17 11 17c-.005 1.83.918 3.558 2.176 4.817a4 4 0 0 0 5.657 0M24 33c-1.561 0-2.925-1.282-2.997-3h5.994c-.072 1.718-1.436 3-2.997 3m-6.001-17.016c-.556 0-1.006-.45-1.006-1.005a1 1 0 1 0-2 0c0 .77.29 1.473.767 2.005a3 3 0 0 0-.767 2.005a1 1 0 0 0 2 0c0-.555.45-1.005 1.006-1.005a1 1 0 0 0 0-2m13.006-1.005c0 .555-.45 1.005-1.005 1.005a1 1 0 1 0 0 2c.555 0 1.005.45 1.005 1.005a1 1 0 1 0 2 0c0-.77-.29-1.473-.767-2.005a3 3 0 0 0 .767-2.006a1 1 0 1 0-2 0" 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="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm9.833 15.817A4 4 0 0 0 19.88 18h.117c.554 0 1 .447 1 .998V26.7q-.255.135-.485.299c-.91.642-1.513 1.595-1.513 2.858q0 .067.002.133V30c.064 2.424 1.759 4.429 3.996 4.897V37a1 1 0 1 0 2 0v-2.102c2.24-.467 3.936-2.473 4-4.898l.002-.143c0-1.477-.825-2.53-2-3.158V19A1 1 0 0 1 28 18h.118a4 4 0 0 0 6.705 3.817c1.258-1.259 2.18-2.986 2.175-4.817c.005-1.831-.917-3.571-2.175-4.83A4 4 0 0 0 28.12 16H28c-1.656 0-3 1.34-3 2.998v7.071a7.2 7.2 0 0 0-2.002 0V19a3 3 0 0 0-3-2.999h-.12a4 4 0 0 0-6.702-3.83C11.917 13.43 10.996 15.17 11 17c-.005 1.83.918 3.558 2.176 4.817a4 4 0 0 0 5.657 0M24 33c-1.561 0-2.925-1.282-2.997-3h5.994c-.072 1.718-1.436 3-2.997 3m-6.001-17.016c-.556 0-1.006-.45-1.006-1.005a1 1 0 1 0-2 0c0 .77.29 1.473.767 2.005a3 3 0 0 0-.767 2.005a1 1 0 0 0 2 0c0-.555.45-1.005 1.006-1.005a1 1 0 0 0 0-2m13.006-1.005c0 .555-.45 1.005-1.005 1.005a1 1 0 1 0 0 2c.555 0 1.005.45 1.005 1.005a1 1 0 1 0 2 0c0-.77-.29-1.473-.767-2.005a3 3 0 0 0 .767-2.006a1 1 0 1 0-2 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-urology {
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%22M9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3zm9.833%2015.817A4%204%200%200%200%2019.88%2018h.117c.554%200%201%20.447%201%20.998V26.7q-.255.135-.485.299c-.91.642-1.513%201.595-1.513%202.858q0%20.067.002.133V30c.064%202.424%201.759%204.429%203.996%204.897V37a1%201%200%201%200%202%200v-2.102c2.24-.467%203.936-2.473%204-4.898l.002-.143c0-1.477-.825-2.53-2-3.158V19A1%201%200%200%201%2028%2018h.118a4%204%200%200%200%206.705%203.817c1.258-1.259%202.18-2.986%202.175-4.817c.005-1.831-.917-3.571-2.175-4.83A4%204%200%200%200%2028.12%2016H28c-1.656%200-3%201.34-3%202.998v7.071a7.2%207.2%200%200%200-2.002%200V19a3%203%200%200%200-3-2.999h-.12a4%204%200%200%200-6.702-3.83C11.917%2013.43%2010.996%2015.17%2011%2017c-.005%201.83.918%203.558%202.176%204.817a4%204%200%200%200%205.657%200M24%2033c-1.561%200-2.925-1.282-2.997-3h5.994c-.072%201.718-1.436%203-2.997%203m-6.001-17.016c-.556%200-1.006-.45-1.006-1.005a1%201%200%201%200-2%200c0%20.77.29%201.473.767%202.005a3%203%200%200%200-.767%202.005a1%201%200%200%200%202%200c0-.555.45-1.005%201.006-1.005a1%201%200%200%200%200-2m13.006-1.005c0%20.555-.45%201.005-1.005%201.005a1%201%200%201%200%200%202c.555%200%201.005.45%201.005%201.005a1%201%200%201%200%202%200c0-.77-.29-1.473-.767-2.005a3%203%200%200%200%20.767-2.006a1%201%200%201%200-2%200%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%22M9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3zm9.833%2015.817A4%204%200%200%200%2019.88%2018h.117c.554%200%201%20.447%201%20.998V26.7q-.255.135-.485.299c-.91.642-1.513%201.595-1.513%202.858q0%20.067.002.133V30c.064%202.424%201.759%204.429%203.996%204.897V37a1%201%200%201%200%202%200v-2.102c2.24-.467%203.936-2.473%204-4.898l.002-.143c0-1.477-.825-2.53-2-3.158V19A1%201%200%200%201%2028%2018h.118a4%204%200%200%200%206.705%203.817c1.258-1.259%202.18-2.986%202.175-4.817c.005-1.831-.917-3.571-2.175-4.83A4%204%200%200%200%2028.12%2016H28c-1.656%200-3%201.34-3%202.998v7.071a7.2%207.2%200%200%200-2.002%200V19a3%203%200%200%200-3-2.999h-.12a4%204%200%200%200-6.702-3.83C11.917%2013.43%2010.996%2015.17%2011%2017c-.005%201.83.918%203.558%202.176%204.817a4%204%200%200%200%205.657%200M24%2033c-1.561%200-2.925-1.282-2.997-3h5.994c-.072%201.718-1.436%203-2.997%203m-6.001-17.016c-.556%200-1.006-.45-1.006-1.005a1%201%200%201%200-2%200c0%20.77.29%201.473.767%202.005a3%203%200%200%200-.767%202.005a1%201%200%200%200%202%200c0-.555.45-1.005%201.006-1.005a1%201%200%200%200%200-2m13.006-1.005c0%20.555-.45%201.005-1.005%201.005a1%201%200%201%200%200%202c.555%200%201.005.45%201.005%201.005a1%201%200%201%200%202%200c0-.77-.29-1.473-.767-2.005a3%203%200%200%200%20.767-2.006a1%201%200%201%200-2%200%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/urology.svg?color=%231a73e8&size=48