bus map pin 2 icon
bus-map-pin-2 from Material Symbols Light by Google · Regular · Apache-2.0 Free for personal and commercial use.
- Name
- bus-map-pin-2
- Set
- Material Symbols Light
- Style
- Regular
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
Related icons in Material Symbols Light
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.039 21h-.923q-.213 0-.357-.153q-.143-.153-.143-.347v-1.115q-.691 0-1.153-.463T4 17.769V7.423q0-.666.475-1.14t1.14-.475v-.192q0-.667.475-1.141T7.23 4h6.26q-.048.216-.068.434t-.031.45H7.23q-.27 0-.442.174q-.173.173-.173.442v1.327h7.19q.08.244.188.485q.108.24.268.515H5.019v4.25h13.139l.842.721l1-.834v5.805q0 .667-.475 1.141t-1.14.475V20.5q0 .194-.144.347t-.357.153h-.942q-.212 0-.356-.153t-.144-.347v-1.115H7.54V20.5q0 .194-.144.347T7.039 21M18.422 5.401q-.23-.233-.23-.578t.234-.574t.577-.23t.575.233t.23.578t-.233.575t-.578.23t-.575-.234M19 9.673q1.621-1.379 2.426-2.572t.805-2.2q0-1.37-.932-2.338T19 1.596t-2.299.967t-.932 2.337q0 1.008.805 2.201T19 9.673M7.327 16.231h1.865q.213 0 .356-.144q.144-.144.144-.357t-.144-.356t-.356-.143H7.327q-.213 0-.356.144t-.144.357t.144.356t.356.143m7.5 0h1.865q.213 0 .357-.144q.143-.144.143-.357t-.143-.356t-.357-.143h-1.865q-.212 0-.356.144t-.144.357t.144.356t.356.143"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBusMapPin2(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.039 21h-.923q-.213 0-.357-.153q-.143-.153-.143-.347v-1.115q-.691 0-1.153-.463T4 17.769V7.423q0-.666.475-1.14t1.14-.475v-.192q0-.667.475-1.141T7.23 4h6.26q-.048.216-.068.434t-.031.45H7.23q-.27 0-.442.174q-.173.173-.173.442v1.327h7.19q.08.244.188.485q.108.24.268.515H5.019v4.25h13.139l.842.721l1-.834v5.805q0 .667-.475 1.141t-1.14.475V20.5q0 .194-.144.347t-.357.153h-.942q-.212 0-.356-.153t-.144-.347v-1.115H7.54V20.5q0 .194-.144.347T7.039 21M18.422 5.401q-.23-.233-.23-.578t.234-.574t.577-.23t.575.233t.23.578t-.233.575t-.578.23t-.575-.234M19 9.673q1.621-1.379 2.426-2.572t.805-2.2q0-1.37-.932-2.338T19 1.596t-2.299.967t-.932 2.337q0 1.008.805 2.201T19 9.673M7.327 16.231h1.865q.213 0 .356-.144q.144-.144.144-.357t-.144-.356t-.356-.143H7.327q-.213 0-.356.144t-.144.357t.144.356t.356.143m7.5 0h1.865q.213 0 .357-.144q.143-.144.143-.357t-.143-.356t-.357-.143h-1.865q-.212 0-.356.144t-.144.357t.144.356t.356.143"/></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.039 21h-.923q-.213 0-.357-.153q-.143-.153-.143-.347v-1.115q-.691 0-1.153-.463T4 17.769V7.423q0-.666.475-1.14t1.14-.475v-.192q0-.667.475-1.141T7.23 4h6.26q-.048.216-.068.434t-.031.45H7.23q-.27 0-.442.174q-.173.173-.173.442v1.327h7.19q.08.244.188.485q.108.24.268.515H5.019v4.25h13.139l.842.721l1-.834v5.805q0 .667-.475 1.141t-1.14.475V20.5q0 .194-.144.347t-.357.153h-.942q-.212 0-.356-.153t-.144-.347v-1.115H7.54V20.5q0 .194-.144.347T7.039 21M18.422 5.401q-.23-.233-.23-.578t.234-.574t.577-.23t.575.233t.23.578t-.233.575t-.578.23t-.575-.234M19 9.673q1.621-1.379 2.426-2.572t.805-2.2q0-1.37-.932-2.338T19 1.596t-2.299.967t-.932 2.337q0 1.008.805 2.201T19 9.673M7.327 16.231h1.865q.213 0 .356-.144q.144-.144.144-.357t-.144-.356t-.356-.143H7.327q-.213 0-.356.144t-.144.357t.144.356t.356.143m7.5 0h1.865q.213 0 .357-.144q.143-.144.143-.357t-.143-.356t-.357-.143h-1.865q-.212 0-.356.144t-.144.357t.144.356t.356.143"/></svg> </template>
CSS
.icon-bus-map-pin-2 {
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.039%2021h-.923q-.213%200-.357-.153q-.143-.153-.143-.347v-1.115q-.691%200-1.153-.463T4%2017.769V7.423q0-.666.475-1.14t1.14-.475v-.192q0-.667.475-1.141T7.23%204h6.26q-.048.216-.068.434t-.031.45H7.23q-.27%200-.442.174q-.173.173-.173.442v1.327h7.19q.08.244.188.485q.108.24.268.515H5.019v4.25h13.139l.842.721l1-.834v5.805q0%20.667-.475%201.141t-1.14.475V20.5q0%20.194-.144.347t-.357.153h-.942q-.212%200-.356-.153t-.144-.347v-1.115H7.54V20.5q0%20.194-.144.347T7.039%2021M18.422%205.401q-.23-.233-.23-.578t.234-.574t.577-.23t.575.233t.23.578t-.233.575t-.578.23t-.575-.234M19%209.673q1.621-1.379%202.426-2.572t.805-2.2q0-1.37-.932-2.338T19%201.596t-2.299.967t-.932%202.337q0%201.008.805%202.201T19%209.673M7.327%2016.231h1.865q.213%200%20.356-.144q.144-.144.144-.357t-.144-.356t-.356-.143H7.327q-.213%200-.356.144t-.144.357t.144.356t.356.143m7.5%200h1.865q.213%200%20.357-.144q.143-.144.143-.357t-.143-.356t-.357-.143h-1.865q-.212%200-.356.144t-.144.357t.144.356t.356.143%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.039%2021h-.923q-.213%200-.357-.153q-.143-.153-.143-.347v-1.115q-.691%200-1.153-.463T4%2017.769V7.423q0-.666.475-1.14t1.14-.475v-.192q0-.667.475-1.141T7.23%204h6.26q-.048.216-.068.434t-.031.45H7.23q-.27%200-.442.174q-.173.173-.173.442v1.327h7.19q.08.244.188.485q.108.24.268.515H5.019v4.25h13.139l.842.721l1-.834v5.805q0%20.667-.475%201.141t-1.14.475V20.5q0%20.194-.144.347t-.357.153h-.942q-.212%200-.356-.153t-.144-.347v-1.115H7.54V20.5q0%20.194-.144.347T7.039%2021M18.422%205.401q-.23-.233-.23-.578t.234-.574t.577-.23t.575.233t.23.578t-.233.575t-.578.23t-.575-.234M19%209.673q1.621-1.379%202.426-2.572t.805-2.2q0-1.37-.932-2.338T19%201.596t-2.299.967t-.932%202.337q0%201.008.805%202.201T19%209.673M7.327%2016.231h1.865q.213%200%20.356-.144q.144-.144.144-.357t-.144-.356t-.356-.143H7.327q-.213%200-.356.144t-.144.357t.144.356t.356.143m7.5%200h1.865q.213%200%20.357-.144q.143-.144.143-.357t-.143-.356t-.357-.143h-1.865q-.212%200-.356.144t-.144.357t.144.356t.356.143%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/bus-map-pin-2.svg?color=%231a73e8&size=48