ambulance icon
ambulance-outline from Material Symbols Light by Google · Outline · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- ambulance-outline
- Set
- Material Symbols Light
- Style
- Outline
- 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.288zM4.5 22q-.213 0-.356-.144T4 21.5v-7.346L5.985 8.5q.073-.238.281-.37q.209-.13.465-.13h3.192V6.462h1.564q-.274.58-.419 1.204q-.145.622-.145 1.315V9H6.889l-1.61 4.385h7.438q.252.292.547.545q.294.253.636.454H5V19h14v-3.883q.275-.055.516-.148q.24-.092.484-.202V21.5q0 .213-.144.356T19.5 22h-.23q-.213 0-.357-.144t-.144-.356V20H5.231v1.5q0 .213-.144.356T4.731 22zm2.077-4.577h2.692q.31 0 .521-.21q.21-.21.21-.52t-.21-.521t-.52-.21H6.576zm10.846 0v-1.461h-2.692q-.31 0-.521.21q-.21.21-.21.52t.21.52t.52.211zM5 14.385V19zM16.602 11l3.148-3.142l-.627-.627l-2.521 2.51l-1.11-1.11l-.627.633zm3.541-4.855q1.165 1.165 1.165 2.836t-1.165 2.835t-2.835 1.165t-2.836-1.165t-1.164-2.835t1.164-2.836t2.836-1.164q1.67 0 2.835 1.164"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAmbulanceOutline(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.288zM4.5 22q-.213 0-.356-.144T4 21.5v-7.346L5.985 8.5q.073-.238.281-.37q.209-.13.465-.13h3.192V6.462h1.564q-.274.58-.419 1.204q-.145.622-.145 1.315V9H6.889l-1.61 4.385h7.438q.252.292.547.545q.294.253.636.454H5V19h14v-3.883q.275-.055.516-.148q.24-.092.484-.202V21.5q0 .213-.144.356T19.5 22h-.23q-.213 0-.357-.144t-.144-.356V20H5.231v1.5q0 .213-.144.356T4.731 22zm2.077-4.577h2.692q.31 0 .521-.21q.21-.21.21-.52t-.21-.521t-.52-.21H6.576zm10.846 0v-1.461h-2.692q-.31 0-.521.21q-.21.21-.21.52t.21.52t.52.211zM5 14.385V19zM16.602 11l3.148-3.142l-.627-.627l-2.521 2.51l-1.11-1.11l-.627.633zm3.541-4.855q1.165 1.165 1.165 2.836t-1.165 2.835t-2.835 1.165t-2.836-1.165t-1.164-2.835t1.164-2.836t2.836-1.164q1.67 0 2.835 1.164"/></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.288zM4.5 22q-.213 0-.356-.144T4 21.5v-7.346L5.985 8.5q.073-.238.281-.37q.209-.13.465-.13h3.192V6.462h1.564q-.274.58-.419 1.204q-.145.622-.145 1.315V9H6.889l-1.61 4.385h7.438q.252.292.547.545q.294.253.636.454H5V19h14v-3.883q.275-.055.516-.148q.24-.092.484-.202V21.5q0 .213-.144.356T19.5 22h-.23q-.213 0-.357-.144t-.144-.356V20H5.231v1.5q0 .213-.144.356T4.731 22zm2.077-4.577h2.692q.31 0 .521-.21q.21-.21.21-.52t-.21-.521t-.52-.21H6.576zm10.846 0v-1.461h-2.692q-.31 0-.521.21q-.21.21-.21.52t.21.52t.52.211zM5 14.385V19zM16.602 11l3.148-3.142l-.627-.627l-2.521 2.51l-1.11-1.11l-.627.633zm3.541-4.855q1.165 1.165 1.165 2.836t-1.165 2.835t-2.835 1.165t-2.836-1.165t-1.164-2.835t1.164-2.836t2.836-1.164q1.67 0 2.835 1.164"/></svg> </template>
CSS
.icon-ambulance-outline {
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.288zM4.5%2022q-.213%200-.356-.144T4%2021.5v-7.346L5.985%208.5q.073-.238.281-.37q.209-.13.465-.13h3.192V6.462h1.564q-.274.58-.419%201.204q-.145.622-.145%201.315V9H6.889l-1.61%204.385h7.438q.252.292.547.545q.294.253.636.454H5V19h14v-3.883q.275-.055.516-.148q.24-.092.484-.202V21.5q0%20.213-.144.356T19.5%2022h-.23q-.213%200-.357-.144t-.144-.356V20H5.231v1.5q0%20.213-.144.356T4.731%2022zm2.077-4.577h2.692q.31%200%20.521-.21q.21-.21.21-.52t-.21-.521t-.52-.21H6.576zm10.846%200v-1.461h-2.692q-.31%200-.521.21q-.21.21-.21.52t.21.52t.52.211zM5%2014.385V19zM16.602%2011l3.148-3.142l-.627-.627l-2.521%202.51l-1.11-1.11l-.627.633zm3.541-4.855q1.165%201.165%201.165%202.836t-1.165%202.835t-2.835%201.165t-2.836-1.165t-1.164-2.835t1.164-2.836t2.836-1.164q1.67%200%202.835%201.164%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.288zM4.5%2022q-.213%200-.356-.144T4%2021.5v-7.346L5.985%208.5q.073-.238.281-.37q.209-.13.465-.13h3.192V6.462h1.564q-.274.58-.419%201.204q-.145.622-.145%201.315V9H6.889l-1.61%204.385h7.438q.252.292.547.545q.294.253.636.454H5V19h14v-3.883q.275-.055.516-.148q.24-.092.484-.202V21.5q0%20.213-.144.356T19.5%2022h-.23q-.213%200-.357-.144t-.144-.356V20H5.231v1.5q0%20.213-.144.356T4.731%2022zm2.077-4.577h2.692q.31%200%20.521-.21q.21-.21.21-.52t-.21-.521t-.52-.21H6.576zm10.846%200v-1.461h-2.692q-.31%200-.521.21q-.21.21-.21.52t.21.52t.52.211zM5%2014.385V19zM16.602%2011l3.148-3.142l-.627-.627l-2.521%202.51l-1.11-1.11l-.627.633zm3.541-4.855q1.165%201.165%201.165%202.836t-1.165%202.835t-2.835%201.165t-2.836-1.165t-1.164-2.835t1.164-2.836t2.836-1.164q1.67%200%202.835%201.164%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-outline.svg?color=%231a73e8&size=48