bus map pin 2 icon
bus-map-pin-2-outline-rounded from Material Symbols by Google · Outline Rounded · Apache-2.0 Free for personal and commercial use.
- Name
- bus-map-pin-2-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
Related icons in Material Symbols
Use the bus map pin 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 22H6q-.425 0-.712-.288T5 21v-1q-.825 0-1.412-.587T3 18V7q0-.825.588-1.412T5 5q0-.825.588-1.412T7 3h6.375q-.125.35-.213.725t-.137.775H7V6h6.075q.1.475.275.975T13.8 8H5v4h12.1l.6.5q.575.5 1.3.5t1.3-.5q.2-.175.45-.062t.25.387V18q0 .825-.587 1.413T19 20v1q0 .425-.288.713T18 22h-1q-.425 0-.712-.288T16 21v-1H8v1q0 .425-.288.713T7 22M18.288 5.712Q18 5.425 18 5t.288-.712T19 4t.713.288T20 5t-.288.713T19 6t-.712-.288m2.487-2.45q.725.763.725 1.838q0 .8-.612 1.763T19.025 9q-1.275-1.2-1.9-2.15T16.5 5.1q0-1.075.725-1.838T19 2.5t1.775.762M5 14v4h14v-4zm2 3h2q.425 0 .713-.288T10 16t-.288-.712T9 15H7q-.425 0-.712.288T6 16t.288.713T7 17m8 0h2q.425 0 .713-.288T18 16t-.288-.712T17 15h-2q-.425 0-.712.288T14 16t.288.713T15 17M5 18v-4zM19 1q-1.675 0-2.838 1.2T15 5.1q0 1.15.85 2.488t2.575 2.912q.25.225.575.213t.575-.213Q21.3 8.925 22.15 7.588T23 5.1q0-1.7-1.162-2.9T19 1"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBusMapPin2OutlineRounded(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="M7 22H6q-.425 0-.712-.288T5 21v-1q-.825 0-1.412-.587T3 18V7q0-.825.588-1.412T5 5q0-.825.588-1.412T7 3h6.375q-.125.35-.213.725t-.137.775H7V6h6.075q.1.475.275.975T13.8 8H5v4h12.1l.6.5q.575.5 1.3.5t1.3-.5q.2-.175.45-.062t.25.387V18q0 .825-.587 1.413T19 20v1q0 .425-.288.713T18 22h-1q-.425 0-.712-.288T16 21v-1H8v1q0 .425-.288.713T7 22M18.288 5.712Q18 5.425 18 5t.288-.712T19 4t.713.288T20 5t-.288.713T19 6t-.712-.288m2.487-2.45q.725.763.725 1.838q0 .8-.612 1.763T19.025 9q-1.275-1.2-1.9-2.15T16.5 5.1q0-1.075.725-1.838T19 2.5t1.775.762M5 14v4h14v-4zm2 3h2q.425 0 .713-.288T10 16t-.288-.712T9 15H7q-.425 0-.712.288T6 16t.288.713T7 17m8 0h2q.425 0 .713-.288T18 16t-.288-.712T17 15h-2q-.425 0-.712.288T14 16t.288.713T15 17M5 18v-4zM19 1q-1.675 0-2.838 1.2T15 5.1q0 1.15.85 2.488t2.575 2.912q.25.225.575.213t.575-.213Q21.3 8.925 22.15 7.588T23 5.1q0-1.7-1.162-2.9T19 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 22H6q-.425 0-.712-.288T5 21v-1q-.825 0-1.412-.587T3 18V7q0-.825.588-1.412T5 5q0-.825.588-1.412T7 3h6.375q-.125.35-.213.725t-.137.775H7V6h6.075q.1.475.275.975T13.8 8H5v4h12.1l.6.5q.575.5 1.3.5t1.3-.5q.2-.175.45-.062t.25.387V18q0 .825-.587 1.413T19 20v1q0 .425-.288.713T18 22h-1q-.425 0-.712-.288T16 21v-1H8v1q0 .425-.288.713T7 22M18.288 5.712Q18 5.425 18 5t.288-.712T19 4t.713.288T20 5t-.288.713T19 6t-.712-.288m2.487-2.45q.725.763.725 1.838q0 .8-.612 1.763T19.025 9q-1.275-1.2-1.9-2.15T16.5 5.1q0-1.075.725-1.838T19 2.5t1.775.762M5 14v4h14v-4zm2 3h2q.425 0 .713-.288T10 16t-.288-.712T9 15H7q-.425 0-.712.288T6 16t.288.713T7 17m8 0h2q.425 0 .713-.288T18 16t-.288-.712T17 15h-2q-.425 0-.712.288T14 16t.288.713T15 17M5 18v-4zM19 1q-1.675 0-2.838 1.2T15 5.1q0 1.15.85 2.488t2.575 2.912q.25.225.575.213t.575-.213Q21.3 8.925 22.15 7.588T23 5.1q0-1.7-1.162-2.9T19 1"/></svg> </template>
CSS
.icon-bus-map-pin-2-outline-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%22M7%2022H6q-.425%200-.712-.288T5%2021v-1q-.825%200-1.412-.587T3%2018V7q0-.825.588-1.412T5%205q0-.825.588-1.412T7%203h6.375q-.125.35-.213.725t-.137.775H7V6h6.075q.1.475.275.975T13.8%208H5v4h12.1l.6.5q.575.5%201.3.5t1.3-.5q.2-.175.45-.062t.25.387V18q0%20.825-.587%201.413T19%2020v1q0%20.425-.288.713T18%2022h-1q-.425%200-.712-.288T16%2021v-1H8v1q0%20.425-.288.713T7%2022M18.288%205.712Q18%205.425%2018%205t.288-.712T19%204t.713.288T20%205t-.288.713T19%206t-.712-.288m2.487-2.45q.725.763.725%201.838q0%20.8-.612%201.763T19.025%209q-1.275-1.2-1.9-2.15T16.5%205.1q0-1.075.725-1.838T19%202.5t1.775.762M5%2014v4h14v-4zm2%203h2q.425%200%20.713-.288T10%2016t-.288-.712T9%2015H7q-.425%200-.712.288T6%2016t.288.713T7%2017m8%200h2q.425%200%20.713-.288T18%2016t-.288-.712T17%2015h-2q-.425%200-.712.288T14%2016t.288.713T15%2017M5%2018v-4zM19%201q-1.675%200-2.838%201.2T15%205.1q0%201.15.85%202.488t2.575%202.912q.25.225.575.213t.575-.213Q21.3%208.925%2022.15%207.588T23%205.1q0-1.7-1.162-2.9T19%201%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%22M7%2022H6q-.425%200-.712-.288T5%2021v-1q-.825%200-1.412-.587T3%2018V7q0-.825.588-1.412T5%205q0-.825.588-1.412T7%203h6.375q-.125.35-.213.725t-.137.775H7V6h6.075q.1.475.275.975T13.8%208H5v4h12.1l.6.5q.575.5%201.3.5t1.3-.5q.2-.175.45-.062t.25.387V18q0%20.825-.587%201.413T19%2020v1q0%20.425-.288.713T18%2022h-1q-.425%200-.712-.288T16%2021v-1H8v1q0%20.425-.288.713T7%2022M18.288%205.712Q18%205.425%2018%205t.288-.712T19%204t.713.288T20%205t-.288.713T19%206t-.712-.288m2.487-2.45q.725.763.725%201.838q0%20.8-.612%201.763T19.025%209q-1.275-1.2-1.9-2.15T16.5%205.1q0-1.075.725-1.838T19%202.5t1.775.762M5%2014v4h14v-4zm2%203h2q.425%200%20.713-.288T10%2016t-.288-.712T9%2015H7q-.425%200-.712.288T6%2016t.288.713T7%2017m8%200h2q.425%200%20.713-.288T18%2016t-.288-.712T17%2015h-2q-.425%200-.712.288T14%2016t.288.713T15%2017M5%2018v-4zM19%201q-1.675%200-2.838%201.2T15%205.1q0%201.15.85%202.488t2.575%202.912q.25.225.575.213t.575-.213Q21.3%208.925%2022.15%207.588T23%205.1q0-1.7-1.162-2.9T19%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/bus-map-pin-2-outline-rounded.svg?color=%231a73e8&size=48