bus-map-pin-2-rounded from Material Symbols Light by Google · Rounded · Apache-2.0 Free for personal and commercial use.

Name
bus-map-pin-2-rounded
Set
Material Symbols Light
Style
Rounded
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.138.115q.313.27.708.27t.7-.27q.084-.079.19-.024t.106.157v5.444q0 .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-.234M7.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 .356-.144q.144-.144.144-.357t-.144-.356t-.356-.143h-1.865q-.213 0-.356.144t-.144.357t.144.356t.356.143M19 1.596q-1.367 0-2.299.967T15.769 4.9q0 .927.69 2.011t2.09 2.362q.203.183.451.18t.46-.184q1.395-1.272 2.083-2.352t.688-2.01q0-1.372-.932-2.341T19 1.596"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBusMapPin2Rounded(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.138.115q.313.27.708.27t.7-.27q.084-.079.19-.024t.106.157v5.444q0 .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-.234M7.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 .356-.144q.144-.144.144-.357t-.144-.356t-.356-.143h-1.865q-.213 0-.356.144t-.144.357t.144.356t.356.143M19 1.596q-1.367 0-2.299.967T15.769 4.9q0 .927.69 2.011t2.09 2.362q.203.183.451.18t.46-.184q1.395-1.272 2.083-2.352t.688-2.01q0-1.372-.932-2.341T19 1.596"/></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.138.115q.313.27.708.27t.7-.27q.084-.079.19-.024t.106.157v5.444q0 .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-.234M7.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 .356-.144q.144-.144.144-.357t-.144-.356t-.356-.143h-1.865q-.213 0-.356.144t-.144.357t.144.356t.356.143M19 1.596q-1.367 0-2.299.967T15.769 4.9q0 .927.69 2.011t2.09 2.362q.203.183.451.18t.46-.184q1.395-1.272 2.083-2.352t.688-2.01q0-1.372-.932-2.341T19 1.596"/></svg>
</template>

CSS

.icon-bus-map-pin-2-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.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.138.115q.313.27.708.27t.7-.27q.084-.079.19-.024t.106.157v5.444q0%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-.234M7.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.356-.144q.144-.144.144-.357t-.144-.356t-.356-.143h-1.865q-.213%200-.356.144t-.144.357t.144.356t.356.143M19%201.596q-1.367%200-2.299.967T15.769%204.9q0%20.927.69%202.011t2.09%202.362q.203.183.451.18t.46-.184q1.395-1.272%202.083-2.352t.688-2.01q0-1.372-.932-2.341T19%201.596%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.138.115q.313.27.708.27t.7-.27q.084-.079.19-.024t.106.157v5.444q0%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-.234M7.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.356-.144q.144-.144.144-.357t-.144-.356t-.356-.143h-1.865q-.213%200-.356.144t-.144.357t.144.356t.356.143M19%201.596q-1.367%200-2.299.967T15.769%204.9q0%20.927.69%202.011t2.09%202.362q.203.183.451.18t.46-.184q1.395-1.272%202.083-2.352t.688-2.01q0-1.372-.932-2.341T19%201.596%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-rounded.svg?color=%231a73e8&size=48