ambulance-outline from Material Symbols by Google · Outline · Transit · Apache-2.0 Free for personal and commercial use.

Name
ambulance-outline
Set
Material Symbols
Style
Outline
Category
Transit
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

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 4V0h2v4zM6.575 5.425l-3-3L5 1l3 3zM4 23q-.425 0-.712-.288T3 22v-8l2.1-6q.15-.45.538-.725T6.5 7H9V5h3.275q-.6.85-.937 1.863T11 9H6.85l-1.475 4h6.9q.425.6.95 1.113T14.4 15H5v4h14v-3.075q.525-.075 1.025-.225t.975-.375V22q0 .425-.288.713T20 23h-1q-.425 0-.712-.288T18 22v-1H6v1q0 .425-.288.713T5 23zm2-5h3q.425 0 .713-.288T10 17t-.288-.712T9 16H6zm12 0v-2h-3q-.425 0-.712.288T14 17t.288.713T15 18zM5 15v4zm12.275-3.75L20.75 7.8L19.7 6.75l-2.425 2.375l-.975-.975l-1.05 1.075zm4.263-5.788Q23 6.926 23 9t-1.463 3.538T18 14t-3.537-1.463T13 9t1.463-3.537T18 4t3.538 1.463"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAmbulanceOutline(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 4V0h2v4zM6.575 5.425l-3-3L5 1l3 3zM4 23q-.425 0-.712-.288T3 22v-8l2.1-6q.15-.45.538-.725T6.5 7H9V5h3.275q-.6.85-.937 1.863T11 9H6.85l-1.475 4h6.9q.425.6.95 1.113T14.4 15H5v4h14v-3.075q.525-.075 1.025-.225t.975-.375V22q0 .425-.288.713T20 23h-1q-.425 0-.712-.288T18 22v-1H6v1q0 .425-.288.713T5 23zm2-5h3q.425 0 .713-.288T10 17t-.288-.712T9 16H6zm12 0v-2h-3q-.425 0-.712.288T14 17t.288.713T15 18zM5 15v4zm12.275-3.75L20.75 7.8L19.7 6.75l-2.425 2.375l-.975-.975l-1.05 1.075zm4.263-5.788Q23 6.926 23 9t-1.463 3.538T18 14t-3.537-1.463T13 9t1.463-3.537T18 4t3.538 1.463"/></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 4V0h2v4zM6.575 5.425l-3-3L5 1l3 3zM4 23q-.425 0-.712-.288T3 22v-8l2.1-6q.15-.45.538-.725T6.5 7H9V5h3.275q-.6.85-.937 1.863T11 9H6.85l-1.475 4h6.9q.425.6.95 1.113T14.4 15H5v4h14v-3.075q.525-.075 1.025-.225t.975-.375V22q0 .425-.288.713T20 23h-1q-.425 0-.712-.288T18 22v-1H6v1q0 .425-.288.713T5 23zm2-5h3q.425 0 .713-.288T10 17t-.288-.712T9 16H6zm12 0v-2h-3q-.425 0-.712.288T14 17t.288.713T15 18zM5 15v4zm12.275-3.75L20.75 7.8L19.7 6.75l-2.425 2.375l-.975-.975l-1.05 1.075zm4.263-5.788Q23 6.926 23 9t-1.463 3.538T18 14t-3.537-1.463T13 9t1.463-3.537T18 4t3.538 1.463"/></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%204V0h2v4zM6.575%205.425l-3-3L5%201l3%203zM4%2023q-.425%200-.712-.288T3%2022v-8l2.1-6q.15-.45.538-.725T6.5%207H9V5h3.275q-.6.85-.937%201.863T11%209H6.85l-1.475%204h6.9q.425.6.95%201.113T14.4%2015H5v4h14v-3.075q.525-.075%201.025-.225t.975-.375V22q0%20.425-.288.713T20%2023h-1q-.425%200-.712-.288T18%2022v-1H6v1q0%20.425-.288.713T5%2023zm2-5h3q.425%200%20.713-.288T10%2017t-.288-.712T9%2016H6zm12%200v-2h-3q-.425%200-.712.288T14%2017t.288.713T15%2018zM5%2015v4zm12.275-3.75L20.75%207.8L19.7%206.75l-2.425%202.375l-.975-.975l-1.05%201.075zm4.263-5.788Q23%206.926%2023%209t-1.463%203.538T18%2014t-3.537-1.463T13%209t1.463-3.537T18%204t3.538%201.463%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%204V0h2v4zM6.575%205.425l-3-3L5%201l3%203zM4%2023q-.425%200-.712-.288T3%2022v-8l2.1-6q.15-.45.538-.725T6.5%207H9V5h3.275q-.6.85-.937%201.863T11%209H6.85l-1.475%204h6.9q.425.6.95%201.113T14.4%2015H5v4h14v-3.075q.525-.075%201.025-.225t.975-.375V22q0%20.425-.288.713T20%2023h-1q-.425%200-.712-.288T18%2022v-1H6v1q0%20.425-.288.713T5%2023zm2-5h3q.425%200%20.713-.288T10%2017t-.288-.712T9%2016H6zm12%200v-2h-3q-.425%200-.712.288T14%2017t.288.713T15%2018zM5%2015v4zm12.275-3.75L20.75%207.8L19.7%206.75l-2.425%202.375l-.975-.975l-1.05%201.075zm4.263-5.788Q23%206.926%2023%209t-1.463%203.538T18%2014t-3.537-1.463T13%209t1.463-3.537T18%204t3.538%201.463%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/ambulance-outline.svg?color=%231a73e8&size=48