street-view from Font Awesome 6 Solid by Dave Gandy · Regular · Maps · CC-BY-4.0 Attribution required.

Name
street-view
Set
Font Awesome 6 Solid
Style
Regular
Category
Maps
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More maps icons from Font Awesome 6 Solid

Use the street view icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M320 64a64 64 0 1 0-128 0a64 64 0 1 0 128 0m-96 96c-35.3 0-64 28.7-64 64v48c0 17.7 14.3 32 32 32h1.8l11.1 99.5c1.8 16.2 15.5 28.5 31.8 28.5h38.7c16.3 0 30-12.3 31.8-28.5l11-99.5h1.8c17.7 0 32-14.3 32-32v-48c0-35.3-28.7-64-64-64zm-91.7 234.2c13-2.4 21.7-14.9 19.3-27.9s-14.9-21.7-27.9-19.3c-32.4 5.9-60.9 14.2-82 24.8c-10.5 5.3-20.3 11.7-27.8 19.6C6.4 399.5 0 410.5 0 424c0 21.4 15.5 36.1 29.1 45c14.7 9.6 34.3 17.3 56.4 23.4C130.2 504.7 190.4 512 256 512s125.8-7.3 170.4-19.6c22.1-6.1 41.8-13.8 56.4-23.4c13.7-8.9 29.1-23.6 29.1-45c0-13.5-6.4-24.5-14-32.6c-7.5-7.9-17.3-14.3-27.8-19.6c-21-10.6-49.5-18.9-82-24.8c-13-2.4-25.5 6.3-27.9 19.3s6.3 25.5 19.3 27.9c30.2 5.5 53.7 12.8 69 20.5c3.2 1.6 5.8 3.1 7.9 4.5c3.6 2.4 3.6 7.2 0 9.6c-8.8 5.7-23.1 11.8-43 17.3C374.3 457 318.5 464 256 464s-118.3-7-157.7-17.9c-19.9-5.5-34.2-11.6-43-17.3c-3.6-2.4-3.6-7.2 0-9.6c2.1-1.4 4.8-2.9 7.9-4.5c15.3-7.7 38.8-14.9 69-20.5z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidStreetView(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M320 64a64 64 0 1 0-128 0a64 64 0 1 0 128 0m-96 96c-35.3 0-64 28.7-64 64v48c0 17.7 14.3 32 32 32h1.8l11.1 99.5c1.8 16.2 15.5 28.5 31.8 28.5h38.7c16.3 0 30-12.3 31.8-28.5l11-99.5h1.8c17.7 0 32-14.3 32-32v-48c0-35.3-28.7-64-64-64zm-91.7 234.2c13-2.4 21.7-14.9 19.3-27.9s-14.9-21.7-27.9-19.3c-32.4 5.9-60.9 14.2-82 24.8c-10.5 5.3-20.3 11.7-27.8 19.6C6.4 399.5 0 410.5 0 424c0 21.4 15.5 36.1 29.1 45c14.7 9.6 34.3 17.3 56.4 23.4C130.2 504.7 190.4 512 256 512s125.8-7.3 170.4-19.6c22.1-6.1 41.8-13.8 56.4-23.4c13.7-8.9 29.1-23.6 29.1-45c0-13.5-6.4-24.5-14-32.6c-7.5-7.9-17.3-14.3-27.8-19.6c-21-10.6-49.5-18.9-82-24.8c-13-2.4-25.5 6.3-27.9 19.3s6.3 25.5 19.3 27.9c30.2 5.5 53.7 12.8 69 20.5c3.2 1.6 5.8 3.1 7.9 4.5c3.6 2.4 3.6 7.2 0 9.6c-8.8 5.7-23.1 11.8-43 17.3C374.3 457 318.5 464 256 464s-118.3-7-157.7-17.9c-19.9-5.5-34.2-11.6-43-17.3c-3.6-2.4-3.6-7.2 0-9.6c2.1-1.4 4.8-2.9 7.9-4.5c15.3-7.7 38.8-14.9 69-20.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M320 64a64 64 0 1 0-128 0a64 64 0 1 0 128 0m-96 96c-35.3 0-64 28.7-64 64v48c0 17.7 14.3 32 32 32h1.8l11.1 99.5c1.8 16.2 15.5 28.5 31.8 28.5h38.7c16.3 0 30-12.3 31.8-28.5l11-99.5h1.8c17.7 0 32-14.3 32-32v-48c0-35.3-28.7-64-64-64zm-91.7 234.2c13-2.4 21.7-14.9 19.3-27.9s-14.9-21.7-27.9-19.3c-32.4 5.9-60.9 14.2-82 24.8c-10.5 5.3-20.3 11.7-27.8 19.6C6.4 399.5 0 410.5 0 424c0 21.4 15.5 36.1 29.1 45c14.7 9.6 34.3 17.3 56.4 23.4C130.2 504.7 190.4 512 256 512s125.8-7.3 170.4-19.6c22.1-6.1 41.8-13.8 56.4-23.4c13.7-8.9 29.1-23.6 29.1-45c0-13.5-6.4-24.5-14-32.6c-7.5-7.9-17.3-14.3-27.8-19.6c-21-10.6-49.5-18.9-82-24.8c-13-2.4-25.5 6.3-27.9 19.3s6.3 25.5 19.3 27.9c30.2 5.5 53.7 12.8 69 20.5c3.2 1.6 5.8 3.1 7.9 4.5c3.6 2.4 3.6 7.2 0 9.6c-8.8 5.7-23.1 11.8-43 17.3C374.3 457 318.5 464 256 464s-118.3-7-157.7-17.9c-19.9-5.5-34.2-11.6-43-17.3c-3.6-2.4-3.6-7.2 0-9.6c2.1-1.4 4.8-2.9 7.9-4.5c15.3-7.7 38.8-14.9 69-20.5z"/></svg>
</template>

CSS

.icon-street-view {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2064a64%2064%200%201%200-128%200a64%2064%200%201%200%20128%200m-96%2096c-35.3%200-64%2028.7-64%2064v48c0%2017.7%2014.3%2032%2032%2032h1.8l11.1%2099.5c1.8%2016.2%2015.5%2028.5%2031.8%2028.5h38.7c16.3%200%2030-12.3%2031.8-28.5l11-99.5h1.8c17.7%200%2032-14.3%2032-32v-48c0-35.3-28.7-64-64-64zm-91.7%20234.2c13-2.4%2021.7-14.9%2019.3-27.9s-14.9-21.7-27.9-19.3c-32.4%205.9-60.9%2014.2-82%2024.8c-10.5%205.3-20.3%2011.7-27.8%2019.6C6.4%20399.5%200%20410.5%200%20424c0%2021.4%2015.5%2036.1%2029.1%2045c14.7%209.6%2034.3%2017.3%2056.4%2023.4C130.2%20504.7%20190.4%20512%20256%20512s125.8-7.3%20170.4-19.6c22.1-6.1%2041.8-13.8%2056.4-23.4c13.7-8.9%2029.1-23.6%2029.1-45c0-13.5-6.4-24.5-14-32.6c-7.5-7.9-17.3-14.3-27.8-19.6c-21-10.6-49.5-18.9-82-24.8c-13-2.4-25.5%206.3-27.9%2019.3s6.3%2025.5%2019.3%2027.9c30.2%205.5%2053.7%2012.8%2069%2020.5c3.2%201.6%205.8%203.1%207.9%204.5c3.6%202.4%203.6%207.2%200%209.6c-8.8%205.7-23.1%2011.8-43%2017.3C374.3%20457%20318.5%20464%20256%20464s-118.3-7-157.7-17.9c-19.9-5.5-34.2-11.6-43-17.3c-3.6-2.4-3.6-7.2%200-9.6c2.1-1.4%204.8-2.9%207.9-4.5c15.3-7.7%2038.8-14.9%2069-20.5z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2064a64%2064%200%201%200-128%200a64%2064%200%201%200%20128%200m-96%2096c-35.3%200-64%2028.7-64%2064v48c0%2017.7%2014.3%2032%2032%2032h1.8l11.1%2099.5c1.8%2016.2%2015.5%2028.5%2031.8%2028.5h38.7c16.3%200%2030-12.3%2031.8-28.5l11-99.5h1.8c17.7%200%2032-14.3%2032-32v-48c0-35.3-28.7-64-64-64zm-91.7%20234.2c13-2.4%2021.7-14.9%2019.3-27.9s-14.9-21.7-27.9-19.3c-32.4%205.9-60.9%2014.2-82%2024.8c-10.5%205.3-20.3%2011.7-27.8%2019.6C6.4%20399.5%200%20410.5%200%20424c0%2021.4%2015.5%2036.1%2029.1%2045c14.7%209.6%2034.3%2017.3%2056.4%2023.4C130.2%20504.7%20190.4%20512%20256%20512s125.8-7.3%20170.4-19.6c22.1-6.1%2041.8-13.8%2056.4-23.4c13.7-8.9%2029.1-23.6%2029.1-45c0-13.5-6.4-24.5-14-32.6c-7.5-7.9-17.3-14.3-27.8-19.6c-21-10.6-49.5-18.9-82-24.8c-13-2.4-25.5%206.3-27.9%2019.3s6.3%2025.5%2019.3%2027.9c30.2%205.5%2053.7%2012.8%2069%2020.5c3.2%201.6%205.8%203.1%207.9%204.5c3.6%202.4%203.6%207.2%200%209.6c-8.8%205.7-23.1%2011.8-43%2017.3C374.3%20457%20318.5%20464%20256%20464s-118.3-7-157.7-17.9c-19.9-5.5-34.2-11.6-43-17.3c-3.6-2.4-3.6-7.2%200-9.6c2.1-1.4%204.8-2.9%207.9-4.5c15.3-7.7%2038.8-14.9%2069-20.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/street-view.svg?color=%231a73e8&size=48