Emoji Ambulance Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Ambulance 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/325072.svg" alt="Emoji Ambulance icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325072.svg" alt="Emoji Ambulance icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325072.svg" alt="Emoji Ambulance icon" :width="24" :height="24" />
CSS background
.icon-emoji-ambulance {
background-image: url('https://proicons.com/icon/325072.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>.m{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="m" d="m38.245,29.761h3.6171c.3523,0,.6379-.2853.6379-.6372v-13.4334c0-.3519-.2856-.6372-.6379-.6372h-22.7529s-3.5618.2654-9.9942,7.3538l-2.8707,1.9911s-.7443.4646-.7443,2.0708v2.9734h2.1921"/><path id="d" class="m" d="m35.0553,26.5752c-1.7607,0-3.1897,1.4272-3.1897,3.1858s1.429,3.1858,3.1897,3.1858,3.1897-1.4272,3.1897-3.1858-1.429-3.1858-3.1897-3.1858"/><path id="e" class="m" d="m14.0419,29.6144c-.0765-1.6885-1.4736-3.0392-3.1833-3.0392-1.665,0-3.0366,1.2807-3.1705,2.9118-.0128.0892-.0191.1784-.0191.274,0,1.7586,1.429,3.1858,3.1897,3.1858s3.1897-1.4272,3.1897-3.1858c0-.051,0-.1019-.0064-.1465"/><path id="f" class="m" d="m18.0991,18.9823v1.3673c0,1.0557-.8568,1.9115-1.9138,1.9115h-3.6681"/><path id="g" class="m" d="m37.3966,17.37v3.823"/><path id="h" class="m" d="m35.7379,18.3257l3.3172,1.9115"/><path id="i" class="m" d="m35.7379,20.2372l3.3172-1.9115"/><path id="j" class="m" d="m14.0483,29.761h17.8174"/><path id="k" class="m" d="m21.5546,15.0532v14.7077"/><path id="l" class="m" d="m21.5546,22.9115h20.9454m0,2.5486h-20.9454"/></svg>
Copied!