west-rounded from Material Symbols Light by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
west-rounded
Set
Material Symbols Light
Style
Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
west-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the west icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.902 12.48h15.617q.214 0 .357-.142t.143-.357t-.143-.357t-.357-.143H4.883L9.68 6.677q.14-.14.143-.341q.003-.202-.143-.348q-.14-.14-.344-.14t-.345.14l-5.427 5.428q-.13.13-.183.267q-.053.136-.053.298t.053.308t.184.277l5.426 5.426q.14.14.342.14q.2 0 .347-.14q.165-.146.156-.356q-.01-.211-.156-.357z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWestRounded(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="M4.902 12.48h15.617q.214 0 .357-.142t.143-.357t-.143-.357t-.357-.143H4.883L9.68 6.677q.14-.14.143-.341q.003-.202-.143-.348q-.14-.14-.344-.14t-.345.14l-5.427 5.428q-.13.13-.183.267q-.053.136-.053.298t.053.308t.184.277l5.426 5.426q.14.14.342.14q.2 0 .347-.14q.165-.146.156-.356q-.01-.211-.156-.357z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.902 12.48h15.617q.214 0 .357-.142t.143-.357t-.143-.357t-.357-.143H4.883L9.68 6.677q.14-.14.143-.341q.003-.202-.143-.348q-.14-.14-.344-.14t-.345.14l-5.427 5.428q-.13.13-.183.267q-.053.136-.053.298t.053.308t.184.277l5.426 5.426q.14.14.342.14q.2 0 .347-.14q.165-.146.156-.356q-.01-.211-.156-.357z"/></svg>
</template>

CSS

.icon-west-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%22M4.902%2012.48h15.617q.214%200%20.357-.142t.143-.357t-.143-.357t-.357-.143H4.883L9.68%206.677q.14-.14.143-.341q.003-.202-.143-.348q-.14-.14-.344-.14t-.345.14l-5.427%205.428q-.13.13-.183.267q-.053.136-.053.298t.053.308t.184.277l5.426%205.426q.14.14.342.14q.2%200%20.347-.14q.165-.146.156-.356q-.01-.211-.156-.357z%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%22M4.902%2012.48h15.617q.214%200%20.357-.142t.143-.357t-.143-.357t-.357-.143H4.883L9.68%206.677q.14-.14.143-.341q.003-.202-.143-.348q-.14-.14-.344-.14t-.345.14l-5.427%205.428q-.13.13-.183.267q-.053.136-.053.298t.053.308t.184.277l5.426%205.426q.14.14.342.14q.2%200%20.347-.14q.165-.146.156-.356q-.01-.211-.156-.357z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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