street view icon

street-view from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
street-view
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-street-view

The same icon in other sets

Use the street view icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="4" r="2" fill="currentColor"/><path fill="currentColor" d="M12 18h2v-5h2V9c0-1.103-.897-2-2-2h-4c-1.103 0-2 .897-2 2v4h2v5z"/><path fill="currentColor" d="m18.446 11.386l-.893 1.789C19.108 13.95 20 14.98 20 16c0 1.892-3.285 4-8 4s-8-2.108-8-4c0-1.02.892-2.05 2.446-2.825l-.893-1.789C3.295 12.512 2 14.193 2 16c0 3.364 4.393 6 10 6s10-2.636 10-6c0-1.807-1.295-3.488-3.554-4.614"/></svg>

React

import type { SVGProps } from "react";

export function BxStreetView(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="4" r="2" fill="currentColor"/><path fill="currentColor" d="M12 18h2v-5h2V9c0-1.103-.897-2-2-2h-4c-1.103 0-2 .897-2 2v4h2v5z"/><path fill="currentColor" d="m18.446 11.386l-.893 1.789C19.108 13.95 20 14.98 20 16c0 1.892-3.285 4-8 4s-8-2.108-8-4c0-1.02.892-2.05 2.446-2.825l-.893-1.789C3.295 12.512 2 14.193 2 16c0 3.364 4.393 6 10 6s10-2.636 10-6c0-1.807-1.295-3.488-3.554-4.614"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="4" r="2" fill="currentColor"/><path fill="currentColor" d="M12 18h2v-5h2V9c0-1.103-.897-2-2-2h-4c-1.103 0-2 .897-2 2v4h2v5z"/><path fill="currentColor" d="m18.446 11.386l-.893 1.789C19.108 13.95 20 14.98 20 16c0 1.892-3.285 4-8 4s-8-2.108-8-4c0-1.02.892-2.05 2.446-2.825l-.893-1.789C3.295 12.512 2 14.193 2 16c0 3.364 4.393 6 10 6s10-2.636 10-6c0-1.807-1.295-3.488-3.554-4.614"/></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%2024%2024%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%224%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2018h2v-5h2V9c0-1.103-.897-2-2-2h-4c-1.103%200-2%20.897-2%202v4h2v5z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.446%2011.386l-.893%201.789C19.108%2013.95%2020%2014.98%2020%2016c0%201.892-3.285%204-8%204s-8-2.108-8-4c0-1.02.892-2.05%202.446-2.825l-.893-1.789C3.295%2012.512%202%2014.193%202%2016c0%203.364%204.393%206%2010%206s10-2.636%2010-6c0-1.807-1.295-3.488-3.554-4.614%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%3Ccircle%20cx%3D%2212%22%20cy%3D%224%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2018h2v-5h2V9c0-1.103-.897-2-2-2h-4c-1.103%200-2%20.897-2%202v4h2v5z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.446%2011.386l-.893%201.789C19.108%2013.95%2020%2014.98%2020%2016c0%201.892-3.285%204-8%204s-8-2.108-8-4c0-1.02.892-2.05%202.446-2.825l-.893-1.789C3.295%2012.512%202%2014.193%202%2016c0%203.364%204.393%206%2010%206s10-2.636%2010-6c0-1.807-1.295-3.488-3.554-4.614%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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