360 from Material Symbols by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.

Name
360
Set
Material Symbols
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
360-outline, 360-outline-sharp, 360-sharp

1 other variant in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the 360 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9 20l-1.4-1.4l1.75-1.8q-3.2-.425-5.275-1.75T2 12q0-2.075 2.888-3.537T12 7t7.113 1.463T22 12q0 1.55-1.662 2.775T16 16.6v-2.05q1.925-.5 2.963-1.237T20 12q0-.8-2.137-1.9T12 9t-5.863 1.1T4 12q0 .6 1.275 1.438T8.9 14.7l-1.3-1.3L9 12l4 4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbols360(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="m9 20l-1.4-1.4l1.75-1.8q-3.2-.425-5.275-1.75T2 12q0-2.075 2.888-3.537T12 7t7.113 1.463T22 12q0 1.55-1.662 2.775T16 16.6v-2.05q1.925-.5 2.963-1.237T20 12q0-.8-2.137-1.9T12 9t-5.863 1.1T4 12q0 .6 1.275 1.438T8.9 14.7l-1.3-1.3L9 12l4 4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9 20l-1.4-1.4l1.75-1.8q-3.2-.425-5.275-1.75T2 12q0-2.075 2.888-3.537T12 7t7.113 1.463T22 12q0 1.55-1.662 2.775T16 16.6v-2.05q1.925-.5 2.963-1.237T20 12q0-.8-2.137-1.9T12 9t-5.863 1.1T4 12q0 .6 1.275 1.438T8.9 14.7l-1.3-1.3L9 12l4 4z"/></svg>
</template>

CSS

.icon-360 {
  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%22m9%2020l-1.4-1.4l1.75-1.8q-3.2-.425-5.275-1.75T2%2012q0-2.075%202.888-3.537T12%207t7.113%201.463T22%2012q0%201.55-1.662%202.775T16%2016.6v-2.05q1.925-.5%202.963-1.237T20%2012q0-.8-2.137-1.9T12%209t-5.863%201.1T4%2012q0%20.6%201.275%201.438T8.9%2014.7l-1.3-1.3L9%2012l4%204z%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%22m9%2020l-1.4-1.4l1.75-1.8q-3.2-.425-5.275-1.75T2%2012q0-2.075%202.888-3.537T12%207t7.113%201.463T22%2012q0%201.55-1.662%202.775T16%2016.6v-2.05q1.925-.5%202.963-1.237T20%2012q0-.8-2.137-1.9T12%209t-5.863%201.1T4%2012q0%20.6%201.275%201.438T8.9%2014.7l-1.3-1.3L9%2012l4%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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