Operation Theater Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Operation Theater icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306162.svg" alt="Operation Theater icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306162.svg" alt="Operation Theater icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306162.svg" alt="Operation Theater icon" :width="24" :height="24" />
CSS background
.icon-operation-theater {
background-image: url('https://proicons.com/icon/306162.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M698 519c0 27 22 49 49 49 28 0 50-22 50-49s-22-50-50-50-49 23-49 50zm-35-16c-9 0-16 7-16 16v96c0 8 7 16 15 16h117c9 0 16-7 16-16s-7-17-16-17h-95c-3 0-6-2-6-5v-74c0-9-6-16-15-16zM224 625h398c6 0 10-5 10-10v-76c0-6-4-12-10-12H266c-29 0-53 23-53 50v38c0 5 5 10 11 10zm358-321c63 43 126 58 142 35s-22-76-85-119c-63-42-126-58-142-35s22 77 85 119zm38-6c-4 5-18 2-31-8-14-9-22-20-19-25s18-2 31 7c14 9 22 21 19 26zm73 22c-4 5-18 2-31-7-14-10-22-21-19-26 4-5 17-2 31 7 14 10 22 21 19 26zm-93-94c3-5 17-1 30 8 14 9 22 21 19 26s-17 1-31-8-22-21-18-26zm-74-23c4-5 18-2 31 7 14 10 22 21 19 26s-18 2-31-7c-14-10-22-21-19-26zm215 111c8-13 8-29-1-42-13-17-34-42-66-66l52-66c2-3 4-7 4-11V18c0-10-8-18-18-18s-18 8-18 18v105l-50 64s-42-28-94-38c-12-2-24 2-31 12s60 4 128 52c74 52 94 101 94 101zm128 331H131c0 47 38 85 85 85h239v94c-8 1-14 8-14 18v61c0 9 6 17 14 17v65c0 8 7 15 16 15h58c9 0 16-7 16-15V730h239c47 0 85-38 85-85z"/></svg>
Copied!