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

Name
south-west-rounded
Set
Material Symbols Light
Style
Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
south-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 south west icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.308 18.5q-.348 0-.578-.23t-.23-.578V10q0-.213.143-.357T6 9.5t.357.143T6.5 10v6.792L18.246 5.046q.16-.16.354-.16t.354.16t.16.354t-.16.354L7.208 17.5H14q.214 0 .357.143T14.5 18t-.143.357T14 18.5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSouthWestRounded(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="M6.308 18.5q-.348 0-.578-.23t-.23-.578V10q0-.213.143-.357T6 9.5t.357.143T6.5 10v6.792L18.246 5.046q.16-.16.354-.16t.354.16t.16.354t-.16.354L7.208 17.5H14q.214 0 .357.143T14.5 18t-.143.357T14 18.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.308 18.5q-.348 0-.578-.23t-.23-.578V10q0-.213.143-.357T6 9.5t.357.143T6.5 10v6.792L18.246 5.046q.16-.16.354-.16t.354.16t.16.354t-.16.354L7.208 17.5H14q.214 0 .357.143T14.5 18t-.143.357T14 18.5z"/></svg>
</template>

CSS

.icon-south-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%22M6.308%2018.5q-.348%200-.578-.23t-.23-.578V10q0-.213.143-.357T6%209.5t.357.143T6.5%2010v6.792L18.246%205.046q.16-.16.354-.16t.354.16t.16.354t-.16.354L7.208%2017.5H14q.214%200%20.357.143T14.5%2018t-.143.357T14%2018.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.308%2018.5q-.348%200-.578-.23t-.23-.578V10q0-.213.143-.357T6%209.5t.357.143T6.5%2010v6.792L18.246%205.046q.16-.16.354-.16t.354.16t.16.354t-.16.354L7.208%2017.5H14q.214%200%20.357.143T14.5%2018t-.143.357T14%2018.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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