street view icon
street-view from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.
- Name
- street-view
- Set
- Line Awesome
- Style
- Line
- Category
- Users & People
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- street-view-solid
The same icon in other sets
More users & people icons from Line Awesome
Use the street view icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c-2.2 0-4 1.8-4 4c0 1.113.477 2.117 1.219 2.844A5.04 5.04 0 0 0 11 15v4.625l2 1V25h6v-4.375l2-1V15a5.04 5.04 0 0 0-2.219-4.156C19.523 10.117 20 9.114 20 8c0-2.2-1.8-4-4-4m0 2c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m0 6c1.668 0 3 1.332 3 3v3.375l-2 1V23h-2v-3.625l-2-1V15c0-1.668 1.332-3 3-3m-7 6.875c-2.918.816-5 2.2-5 4.125c0 3.281 6.035 5 12 5s12-1.719 12-5c0-1.926-2.082-3.309-5-4.125v2.094c1.902.613 3 1.406 3 2.031c0 1.195-3.988 3-10 3S6 24.195 6 23c0-.625 1.098-1.418 3-2.031z"/></svg>
React
import type { SVGProps } from "react";
export function LaStreetView(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c-2.2 0-4 1.8-4 4c0 1.113.477 2.117 1.219 2.844A5.04 5.04 0 0 0 11 15v4.625l2 1V25h6v-4.375l2-1V15a5.04 5.04 0 0 0-2.219-4.156C19.523 10.117 20 9.114 20 8c0-2.2-1.8-4-4-4m0 2c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m0 6c1.668 0 3 1.332 3 3v3.375l-2 1V23h-2v-3.625l-2-1V15c0-1.668 1.332-3 3-3m-7 6.875c-2.918.816-5 2.2-5 4.125c0 3.281 6.035 5 12 5s12-1.719 12-5c0-1.926-2.082-3.309-5-4.125v2.094c1.902.613 3 1.406 3 2.031c0 1.195-3.988 3-10 3S6 24.195 6 23c0-.625 1.098-1.418 3-2.031z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c-2.2 0-4 1.8-4 4c0 1.113.477 2.117 1.219 2.844A5.04 5.04 0 0 0 11 15v4.625l2 1V25h6v-4.375l2-1V15a5.04 5.04 0 0 0-2.219-4.156C19.523 10.117 20 9.114 20 8c0-2.2-1.8-4-4-4m0 2c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m0 6c1.668 0 3 1.332 3 3v3.375l-2 1V23h-2v-3.625l-2-1V15c0-1.668 1.332-3 3-3m-7 6.875c-2.918.816-5 2.2-5 4.125c0 3.281 6.035 5 12 5s12-1.719 12-5c0-1.926-2.082-3.309-5-4.125v2.094c1.902.613 3 1.406 3 2.031c0 1.195-3.988 3-10 3S6 24.195 6 23c0-.625 1.098-1.418 3-2.031z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204c-2.2%200-4%201.8-4%204c0%201.113.477%202.117%201.219%202.844A5.04%205.04%200%200%200%2011%2015v4.625l2%201V25h6v-4.375l2-1V15a5.04%205.04%200%200%200-2.219-4.156C19.523%2010.117%2020%209.114%2020%208c0-2.2-1.8-4-4-4m0%202c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2m0%206c1.668%200%203%201.332%203%203v3.375l-2%201V23h-2v-3.625l-2-1V15c0-1.668%201.332-3%203-3m-7%206.875c-2.918.816-5%202.2-5%204.125c0%203.281%206.035%205%2012%205s12-1.719%2012-5c0-1.926-2.082-3.309-5-4.125v2.094c1.902.613%203%201.406%203%202.031c0%201.195-3.988%203-10%203S6%2024.195%206%2023c0-.625%201.098-1.418%203-2.031z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204c-2.2%200-4%201.8-4%204c0%201.113.477%202.117%201.219%202.844A5.04%205.04%200%200%200%2011%2015v4.625l2%201V25h6v-4.375l2-1V15a5.04%205.04%200%200%200-2.219-4.156C19.523%2010.117%2020%209.114%2020%208c0-2.2-1.8-4-4-4m0%202c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2m0%206c1.668%200%203%201.332%203%203v3.375l-2%201V23h-2v-3.625l-2-1V15c0-1.668%201.332-3%203-3m-7%206.875c-2.918.816-5%202.2-5%204.125c0%203.281%206.035%205%2012%205s12-1.719%2012-5c0-1.926-2.082-3.309-5-4.125v2.094c1.902.613%203%201.406%203%202.031c0%201.195-3.988%203-10%203S6%2024.195%206%2023c0-.625%201.098-1.418%203-2.031z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/street-view.svg?color=%231a73e8&size=48