Ram Hospital Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ram Hospital 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/346485.svg" alt="Ram Hospital icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346485.svg" alt="Ram Hospital icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346485.svg" alt="Ram Hospital icon" :width="24" :height="24" />
CSS background
.icon-ram-hospital {
background-image: url('https://proicons.com/icon/346485.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M17.1451,17.1469V3.622h0,13.7098v13.5249h-13.7098ZM30.8553,17.1451h13.5226v13.7098h-13.5226s0-13.7098,0-13.7098Z"/><path class="f" d="M17.146,30.8551l-13.524-.0002v-13.7098h13.5249l13.7084,13.7098"/><path class="f" d="M17.1469,30.8549l13.7082.0002-.0002,13.5228h-13.7098l.0007-10.6319"/></svg>
Copied!