streetview from Material Symbols by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.

Name
streetview
Set
Material Symbols
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
streetview-outline, streetview-outline-rounded, streetview-outline-sharp, streetview-rounded, streetview-sharp

The same icon in other sets

More maps icons from Material Symbols

Use the streetview icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.463 9.538Q13 8.075 13 6t1.463-3.537T18 1t3.538 1.463T23 6t-1.463 3.538T18 11t-3.537-1.463M3.6 20.4q-.275-.275-.438-.625T3 19V5q0-.825.588-1.412T5 3h6.7q-.35.675-.525 1.438T11 6q0 1.475.55 2.738t1.5 2.212zm8.4.6v-5.4q0-1.05.638-1.887T14.3 12.65q.875-.2 1.8-.3t1.9-.1q.8 0 1.538.063T21 12.5V19q0 .825-.587 1.413T19 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsStreetview(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="M14.463 9.538Q13 8.075 13 6t1.463-3.537T18 1t3.538 1.463T23 6t-1.463 3.538T18 11t-3.537-1.463M3.6 20.4q-.275-.275-.438-.625T3 19V5q0-.825.588-1.412T5 3h6.7q-.35.675-.525 1.438T11 6q0 1.475.55 2.738t1.5 2.212zm8.4.6v-5.4q0-1.05.638-1.887T14.3 12.65q.875-.2 1.8-.3t1.9-.1q.8 0 1.538.063T21 12.5V19q0 .825-.587 1.413T19 21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.463 9.538Q13 8.075 13 6t1.463-3.537T18 1t3.538 1.463T23 6t-1.463 3.538T18 11t-3.537-1.463M3.6 20.4q-.275-.275-.438-.625T3 19V5q0-.825.588-1.412T5 3h6.7q-.35.675-.525 1.438T11 6q0 1.475.55 2.738t1.5 2.212zm8.4.6v-5.4q0-1.05.638-1.887T14.3 12.65q.875-.2 1.8-.3t1.9-.1q.8 0 1.538.063T21 12.5V19q0 .825-.587 1.413T19 21z"/></svg>
</template>

CSS

.icon-streetview {
  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%22M14.463%209.538Q13%208.075%2013%206t1.463-3.537T18%201t3.538%201.463T23%206t-1.463%203.538T18%2011t-3.537-1.463M3.6%2020.4q-.275-.275-.438-.625T3%2019V5q0-.825.588-1.412T5%203h6.7q-.35.675-.525%201.438T11%206q0%201.475.55%202.738t1.5%202.212zm8.4.6v-5.4q0-1.05.638-1.887T14.3%2012.65q.875-.2%201.8-.3t1.9-.1q.8%200%201.538.063T21%2012.5V19q0%20.825-.587%201.413T19%2021z%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%22M14.463%209.538Q13%208.075%2013%206t1.463-3.537T18%201t3.538%201.463T23%206t-1.463%203.538T18%2011t-3.537-1.463M3.6%2020.4q-.275-.275-.438-.625T3%2019V5q0-.825.588-1.412T5%203h6.7q-.35.675-.525%201.438T11%206q0%201.475.55%202.738t1.5%202.212zm8.4.6v-5.4q0-1.05.638-1.887T14.3%2012.65q.875-.2%201.8-.3t1.9-.1q.8%200%201.538.063T21%2012.5V19q0%20.825-.587%201.413T19%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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