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

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

1 other variant in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the north icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.643 20.857q-.143-.143-.143-.357V4.864L6.677 9.68q-.14.14-.332.134q-.191-.007-.337-.153q-.14-.14-.14-.345t.14-.344l5.427-5.427q.13-.13.267-.184T12 3.31t.298.053t.268.184l5.446 5.446q.14.14.14.342q0 .2-.14.347q-.146.165-.357.155q-.21-.009-.357-.155L12.5 4.883V20.5q0 .214-.143.357T12 21t-.357-.143"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNorthRounded(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="M11.643 20.857q-.143-.143-.143-.357V4.864L6.677 9.68q-.14.14-.332.134q-.191-.007-.337-.153q-.14-.14-.14-.345t.14-.344l5.427-5.427q.13-.13.267-.184T12 3.31t.298.053t.268.184l5.446 5.446q.14.14.14.342q0 .2-.14.347q-.146.165-.357.155q-.21-.009-.357-.155L12.5 4.883V20.5q0 .214-.143.357T12 21t-.357-.143"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.643 20.857q-.143-.143-.143-.357V4.864L6.677 9.68q-.14.14-.332.134q-.191-.007-.337-.153q-.14-.14-.14-.345t.14-.344l5.427-5.427q.13-.13.267-.184T12 3.31t.298.053t.268.184l5.446 5.446q.14.14.14.342q0 .2-.14.347q-.146.165-.357.155q-.21-.009-.357-.155L12.5 4.883V20.5q0 .214-.143.357T12 21t-.357-.143"/></svg>
</template>

CSS

.icon-north-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%22M11.643%2020.857q-.143-.143-.143-.357V4.864L6.677%209.68q-.14.14-.332.134q-.191-.007-.337-.153q-.14-.14-.14-.345t.14-.344l5.427-5.427q.13-.13.267-.184T12%203.31t.298.053t.268.184l5.446%205.446q.14.14.14.342q0%20.2-.14.347q-.146.165-.357.155q-.21-.009-.357-.155L12.5%204.883V20.5q0%20.214-.143.357T12%2021t-.357-.143%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%22M11.643%2020.857q-.143-.143-.143-.357V4.864L6.677%209.68q-.14.14-.332.134q-.191-.007-.337-.153q-.14-.14-.14-.345t.14-.344l5.427-5.427q.13-.13.267-.184T12%203.31t.298.053t.268.184l5.446%205.446q.14.14.14.342q0%20.2-.14.347q-.146.165-.357.155q-.21-.009-.357-.155L12.5%204.883V20.5q0%20.214-.143.357T12%2021t-.357-.143%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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