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

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

1 other variant in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the east icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.117 12.48H3.481q-.214 0-.357-.142t-.143-.357t.143-.357t.357-.143h15.636L14.32 6.677q-.14-.14-.143-.341q-.003-.202.143-.348q.14-.14.344-.14t.345.14l5.427 5.427q.13.131.183.268q.053.136.053.298t-.053.308q-.052.146-.183.277l-5.427 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 MaterialSymbolsLightEastRounded(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="M19.117 12.48H3.481q-.214 0-.357-.142t-.143-.357t.143-.357t.357-.143h15.636L14.32 6.677q-.14-.14-.143-.341q-.003-.202.143-.348q.14-.14.344-.14t.345.14l5.427 5.427q.13.131.183.268q.053.136.053.298t-.053.308q-.052.146-.183.277l-5.427 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="M19.117 12.48H3.481q-.214 0-.357-.142t-.143-.357t.143-.357t.357-.143h15.636L14.32 6.677q-.14-.14-.143-.341q-.003-.202.143-.348q.14-.14.344-.14t.345.14l5.427 5.427q.13.131.183.268q.053.136.053.298t-.053.308q-.052.146-.183.277l-5.427 5.426q-.14.14-.342.14q-.2 0-.347-.14q-.165-.146-.156-.356q.01-.211.156-.357z"/></svg>
</template>

CSS

.icon-east-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%22M19.117%2012.48H3.481q-.214%200-.357-.142t-.143-.357t.143-.357t.357-.143h15.636L14.32%206.677q-.14-.14-.143-.341q-.003-.202.143-.348q.14-.14.344-.14t.345.14l5.427%205.427q.13.131.183.268q.053.136.053.298t-.053.308q-.052.146-.183.277l-5.427%205.426q-.14.14-.342.14q-.2%200-.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%22M19.117%2012.48H3.481q-.214%200-.357-.142t-.143-.357t.143-.357t.357-.143h15.636L14.32%206.677q-.14-.14-.143-.341q-.003-.202.143-.348q.14-.14.344-.14t.345.14l5.427%205.427q.13.131.183.268q.053.136.053.298t-.053.308q-.052.146-.183.277l-5.427%205.426q-.14.14-.342.14q-.2%200-.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/east-rounded.svg?color=%231a73e8&size=48