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

Name
ambulance-rounded
Set
Material Symbols
Style
Rounded
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.288 3.713Q11 3.425 11 3V1q0-.425.288-.712T12 0t.713.288T13 1v2q0 .425-.288.713T12 4t-.712-.288M5.874 4.7L4.3 3.125q-.3-.3-.3-.712t.3-.713t.7-.3t.7.3l1.6 1.6q.3.3.3.7t-.3.7t-.712.3t-.713-.3M7 18h2q.425 0 .713-.288T10 17t-.288-.712T9 16H7q-.425 0-.712.288T6 17t.288.713T7 18m8 0h2q.425 0 .713-.288T18 17t-.288-.712T17 16h-2q-.425 0-.712.288T14 17t.288.713T15 18m1.575-7.45q.3.3.7.3t.7-.3l2.25-2.225q.225-.225.225-.525t-.225-.525t-.525-.213t-.525.213l-1.9 1.85l-.45-.45q-.225-.225-.525-.213t-.525.238t-.225.525t.225.525zm-2.113 1.988Q13 11.075 13 9t1.463-3.537T18 4t3.538 1.463T23 9t-1.463 3.538T18 14t-3.537-1.463M3.438 22.563Q3 22.125 3 21.5v-7.15q0-.175.025-.35t.075-.325L5.1 8q.15-.45.538-.725T6.5 7H9V6q0-.425.288-.712T10 5h1.25q.35 0 .513.288t-.013.587q-.3.575-.488 1.213T11.026 8.4q-.025.25-.2.425T10.4 9H6.85l-1.475 4h6.1q.375 0 .713.175t.587.45q1 1.125 2.35 1.75T18 16q.425 0 .863-.05t.862-.175q.475-.125.875.15t.4.75V21.5q0 .625-.437 1.062T19.5 23t-1.062-.437T18 21.5V21H6v.5q0 .625-.437 1.063T4.5 23t-1.062-.437"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAmbulanceRounded(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.288 3.713Q11 3.425 11 3V1q0-.425.288-.712T12 0t.713.288T13 1v2q0 .425-.288.713T12 4t-.712-.288M5.874 4.7L4.3 3.125q-.3-.3-.3-.712t.3-.713t.7-.3t.7.3l1.6 1.6q.3.3.3.7t-.3.7t-.712.3t-.713-.3M7 18h2q.425 0 .713-.288T10 17t-.288-.712T9 16H7q-.425 0-.712.288T6 17t.288.713T7 18m8 0h2q.425 0 .713-.288T18 17t-.288-.712T17 16h-2q-.425 0-.712.288T14 17t.288.713T15 18m1.575-7.45q.3.3.7.3t.7-.3l2.25-2.225q.225-.225.225-.525t-.225-.525t-.525-.213t-.525.213l-1.9 1.85l-.45-.45q-.225-.225-.525-.213t-.525.238t-.225.525t.225.525zm-2.113 1.988Q13 11.075 13 9t1.463-3.537T18 4t3.538 1.463T23 9t-1.463 3.538T18 14t-3.537-1.463M3.438 22.563Q3 22.125 3 21.5v-7.15q0-.175.025-.35t.075-.325L5.1 8q.15-.45.538-.725T6.5 7H9V6q0-.425.288-.712T10 5h1.25q.35 0 .513.288t-.013.587q-.3.575-.488 1.213T11.026 8.4q-.025.25-.2.425T10.4 9H6.85l-1.475 4h6.1q.375 0 .713.175t.587.45q1 1.125 2.35 1.75T18 16q.425 0 .863-.05t.862-.175q.475-.125.875.15t.4.75V21.5q0 .625-.437 1.062T19.5 23t-1.062-.437T18 21.5V21H6v.5q0 .625-.437 1.063T4.5 23t-1.062-.437"/></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.288 3.713Q11 3.425 11 3V1q0-.425.288-.712T12 0t.713.288T13 1v2q0 .425-.288.713T12 4t-.712-.288M5.874 4.7L4.3 3.125q-.3-.3-.3-.712t.3-.713t.7-.3t.7.3l1.6 1.6q.3.3.3.7t-.3.7t-.712.3t-.713-.3M7 18h2q.425 0 .713-.288T10 17t-.288-.712T9 16H7q-.425 0-.712.288T6 17t.288.713T7 18m8 0h2q.425 0 .713-.288T18 17t-.288-.712T17 16h-2q-.425 0-.712.288T14 17t.288.713T15 18m1.575-7.45q.3.3.7.3t.7-.3l2.25-2.225q.225-.225.225-.525t-.225-.525t-.525-.213t-.525.213l-1.9 1.85l-.45-.45q-.225-.225-.525-.213t-.525.238t-.225.525t.225.525zm-2.113 1.988Q13 11.075 13 9t1.463-3.537T18 4t3.538 1.463T23 9t-1.463 3.538T18 14t-3.537-1.463M3.438 22.563Q3 22.125 3 21.5v-7.15q0-.175.025-.35t.075-.325L5.1 8q.15-.45.538-.725T6.5 7H9V6q0-.425.288-.712T10 5h1.25q.35 0 .513.288t-.013.587q-.3.575-.488 1.213T11.026 8.4q-.025.25-.2.425T10.4 9H6.85l-1.475 4h6.1q.375 0 .713.175t.587.45q1 1.125 2.35 1.75T18 16q.425 0 .863-.05t.862-.175q.475-.125.875.15t.4.75V21.5q0 .625-.437 1.062T19.5 23t-1.062-.437T18 21.5V21H6v.5q0 .625-.437 1.063T4.5 23t-1.062-.437"/></svg>
</template>

CSS

.icon-ambulance-rounded {
  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.288%203.713Q11%203.425%2011%203V1q0-.425.288-.712T12%200t.713.288T13%201v2q0%20.425-.288.713T12%204t-.712-.288M5.874%204.7L4.3%203.125q-.3-.3-.3-.712t.3-.713t.7-.3t.7.3l1.6%201.6q.3.3.3.7t-.3.7t-.712.3t-.713-.3M7%2018h2q.425%200%20.713-.288T10%2017t-.288-.712T9%2016H7q-.425%200-.712.288T6%2017t.288.713T7%2018m8%200h2q.425%200%20.713-.288T18%2017t-.288-.712T17%2016h-2q-.425%200-.712.288T14%2017t.288.713T15%2018m1.575-7.45q.3.3.7.3t.7-.3l2.25-2.225q.225-.225.225-.525t-.225-.525t-.525-.213t-.525.213l-1.9%201.85l-.45-.45q-.225-.225-.525-.213t-.525.238t-.225.525t.225.525zm-2.113%201.988Q13%2011.075%2013%209t1.463-3.537T18%204t3.538%201.463T23%209t-1.463%203.538T18%2014t-3.537-1.463M3.438%2022.563Q3%2022.125%203%2021.5v-7.15q0-.175.025-.35t.075-.325L5.1%208q.15-.45.538-.725T6.5%207H9V6q0-.425.288-.712T10%205h1.25q.35%200%20.513.288t-.013.587q-.3.575-.488%201.213T11.026%208.4q-.025.25-.2.425T10.4%209H6.85l-1.475%204h6.1q.375%200%20.713.175t.587.45q1%201.125%202.35%201.75T18%2016q.425%200%20.863-.05t.862-.175q.475-.125.875.15t.4.75V21.5q0%20.625-.437%201.062T19.5%2023t-1.062-.437T18%2021.5V21H6v.5q0%20.625-.437%201.063T4.5%2023t-1.062-.437%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.288%203.713Q11%203.425%2011%203V1q0-.425.288-.712T12%200t.713.288T13%201v2q0%20.425-.288.713T12%204t-.712-.288M5.874%204.7L4.3%203.125q-.3-.3-.3-.712t.3-.713t.7-.3t.7.3l1.6%201.6q.3.3.3.7t-.3.7t-.712.3t-.713-.3M7%2018h2q.425%200%20.713-.288T10%2017t-.288-.712T9%2016H7q-.425%200-.712.288T6%2017t.288.713T7%2018m8%200h2q.425%200%20.713-.288T18%2017t-.288-.712T17%2016h-2q-.425%200-.712.288T14%2017t.288.713T15%2018m1.575-7.45q.3.3.7.3t.7-.3l2.25-2.225q.225-.225.225-.525t-.225-.525t-.525-.213t-.525.213l-1.9%201.85l-.45-.45q-.225-.225-.525-.213t-.525.238t-.225.525t.225.525zm-2.113%201.988Q13%2011.075%2013%209t1.463-3.537T18%204t3.538%201.463T23%209t-1.463%203.538T18%2014t-3.537-1.463M3.438%2022.563Q3%2022.125%203%2021.5v-7.15q0-.175.025-.35t.075-.325L5.1%208q.15-.45.538-.725T6.5%207H9V6q0-.425.288-.712T10%205h1.25q.35%200%20.513.288t-.013.587q-.3.575-.488%201.213T11.026%208.4q-.025.25-.2.425T10.4%209H6.85l-1.475%204h6.1q.375%200%20.713.175t.587.45q1%201.125%202.35%201.75T18%2016q.425%200%20.863-.05t.862-.175q.475-.125.875.15t.4.75V21.5q0%20.625-.437%201.062T19.5%2023t-1.062-.437T18%2021.5V21H6v.5q0%20.625-.437%201.063T4.5%2023t-1.062-.437%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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