ambulance icon
ambulance from Material Symbols Light by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- ambulance
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
ambulanceBoxIcons v2 SolidambulanceEmoji One (Colored)ambulanceFont Awesome SolidambulanceFluent EmojiambulanceFluent Emoji FlatambulanceFluent Emoji High ContrastambulanceFirefox OS EmojiambulanceHealth IconsambulanceHuge IconsambulanceIconParkambulanceIconPark OutlineambulanceIconPark SolidambulanceIconPark TwoToneambulanceLine AwesomeambulanceLucideambulanceMaterial SymbolsambulanceMaterial Design IconsambulanceMyna UI IconsambulanceNoto EmojiambulanceOpenMojiambulancePhosphorambulanceStreamline EmojisambulanceTabler IconsambulanceTwitter Emoji
More transit icons from Material Symbols Light
agricultureairlinesairport-shuttleauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-rightcar-fan-low-left
Use the ambulance icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 4.846v-3h1v3zM7.921 6.06L5.633 3.77l.713-.713l2.288 2.288zM6.577 17.423h2.692q.31 0 .52-.21q.211-.211.211-.52t-.21-.521q-.211-.21-.52-.21H6.576zm8.154 0h2.692v-1.461h-2.692q-.31 0-.52.21t-.211.52t.21.52t.52.211M16.603 11l3.148-3.142l-.627-.627l-2.521 2.51l-1.11-1.11l-.627.633zm-2.13.816q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67 0 2.835 1.164q1.165 1.165 1.165 2.836t-1.165 2.835t-2.835 1.165t-2.836-1.165M4.5 22q-.213 0-.357-.143T4 21.5v-7.346L5.985 8.5q.073-.238.278-.37T6.73 8h3.192V6.462h1.564q-.274.58-.419 1.208t-.145 1.31V9H6.889l-1.61 4.385h7.438q.904.944 2.087 1.462q1.183.519 2.504.519q.704 0 1.383-.154q.68-.153 1.309-.445V21.5q0 .214-.143.357T19.5 22h-.23q-.214 0-.358-.143t-.143-.357V20H5.231v1.5q0 .214-.143.357T4.73 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAmbulance(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 4.846v-3h1v3zM7.921 6.06L5.633 3.77l.713-.713l2.288 2.288zM6.577 17.423h2.692q.31 0 .52-.21q.211-.211.211-.52t-.21-.521q-.211-.21-.52-.21H6.576zm8.154 0h2.692v-1.461h-2.692q-.31 0-.52.21t-.211.52t.21.52t.52.211M16.603 11l3.148-3.142l-.627-.627l-2.521 2.51l-1.11-1.11l-.627.633zm-2.13.816q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67 0 2.835 1.164q1.165 1.165 1.165 2.836t-1.165 2.835t-2.835 1.165t-2.836-1.165M4.5 22q-.213 0-.357-.143T4 21.5v-7.346L5.985 8.5q.073-.238.278-.37T6.73 8h3.192V6.462h1.564q-.274.58-.419 1.208t-.145 1.31V9H6.889l-1.61 4.385h7.438q.904.944 2.087 1.462q1.183.519 2.504.519q.704 0 1.383-.154q.68-.153 1.309-.445V21.5q0 .214-.143.357T19.5 22h-.23q-.214 0-.358-.143t-.143-.357V20H5.231v1.5q0 .214-.143.357T4.73 22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 4.846v-3h1v3zM7.921 6.06L5.633 3.77l.713-.713l2.288 2.288zM6.577 17.423h2.692q.31 0 .52-.21q.211-.211.211-.52t-.21-.521q-.211-.21-.52-.21H6.576zm8.154 0h2.692v-1.461h-2.692q-.31 0-.52.21t-.211.52t.21.52t.52.211M16.603 11l3.148-3.142l-.627-.627l-2.521 2.51l-1.11-1.11l-.627.633zm-2.13.816q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67 0 2.835 1.164q1.165 1.165 1.165 2.836t-1.165 2.835t-2.835 1.165t-2.836-1.165M4.5 22q-.213 0-.357-.143T4 21.5v-7.346L5.985 8.5q.073-.238.278-.37T6.73 8h3.192V6.462h1.564q-.274.58-.419 1.208t-.145 1.31V9H6.889l-1.61 4.385h7.438q.904.944 2.087 1.462q1.183.519 2.504.519q.704 0 1.383-.154q.68-.153 1.309-.445V21.5q0 .214-.143.357T19.5 22h-.23q-.214 0-.358-.143t-.143-.357V20H5.231v1.5q0 .214-.143.357T4.73 22z"/></svg> </template>
CSS
.icon-ambulance {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%204.846v-3h1v3zM7.921%206.06L5.633%203.77l.713-.713l2.288%202.288zM6.577%2017.423h2.692q.31%200%20.52-.21q.211-.211.211-.52t-.21-.521q-.211-.21-.52-.21H6.576zm8.154%200h2.692v-1.461h-2.692q-.31%200-.52.21t-.211.52t.21.52t.52.211M16.603%2011l3.148-3.142l-.627-.627l-2.521%202.51l-1.11-1.11l-.627.633zm-2.13.816q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67%200%202.835%201.164q1.165%201.165%201.165%202.836t-1.165%202.835t-2.835%201.165t-2.836-1.165M4.5%2022q-.213%200-.357-.143T4%2021.5v-7.346L5.985%208.5q.073-.238.278-.37T6.73%208h3.192V6.462h1.564q-.274.58-.419%201.208t-.145%201.31V9H6.889l-1.61%204.385h7.438q.904.944%202.087%201.462q1.183.519%202.504.519q.704%200%201.383-.154q.68-.153%201.309-.445V21.5q0%20.214-.143.357T19.5%2022h-.23q-.214%200-.358-.143t-.143-.357V20H5.231v1.5q0%20.214-.143.357T4.73%2022z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%204.846v-3h1v3zM7.921%206.06L5.633%203.77l.713-.713l2.288%202.288zM6.577%2017.423h2.692q.31%200%20.52-.21q.211-.211.211-.52t-.21-.521q-.211-.21-.52-.21H6.576zm8.154%200h2.692v-1.461h-2.692q-.31%200-.52.21t-.211.52t.21.52t.52.211M16.603%2011l3.148-3.142l-.627-.627l-2.521%202.51l-1.11-1.11l-.627.633zm-2.13.816q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67%200%202.835%201.164q1.165%201.165%201.165%202.836t-1.165%202.835t-2.835%201.165t-2.836-1.165M4.5%2022q-.213%200-.357-.143T4%2021.5v-7.346L5.985%208.5q.073-.238.278-.37T6.73%208h3.192V6.462h1.564q-.274.58-.419%201.208t-.145%201.31V9H6.889l-1.61%204.385h7.438q.904.944%202.087%201.462q1.183.519%202.504.519q.704%200%201.383-.154q.68-.153%201.309-.445V21.5q0%20.214-.143.357T19.5%2022h-.23q-.214%200-.358-.143t-.143-.357V20H5.231v1.5q0%20.214-.143.357T4.73%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/ambulance.svg?color=%231a73e8&size=48