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

Name
360
Set
Material Symbols Light
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 Light

The same icon in other sets

More maps icons from Material Symbols Light

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="m8.539 18.73l-.708-.707l2.135-2.146q-2.912-.386-4.939-1.452T3 12q0-1.614 2.618-2.807T12 8t6.382 1.193T21 12q0 1.089-1.364 2.064T16 15.562V14.55q1.925-.5 2.963-1.237T20 12q0-.858-2.137-1.929T12 9t-5.863 1.071T4 12q0 .716 1.66 1.601q1.66.886 4.202 1.253L7.83 12.823l.707-.707l3.308 3.307z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLight360(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="m8.539 18.73l-.708-.707l2.135-2.146q-2.912-.386-4.939-1.452T3 12q0-1.614 2.618-2.807T12 8t6.382 1.193T21 12q0 1.089-1.364 2.064T16 15.562V14.55q1.925-.5 2.963-1.237T20 12q0-.858-2.137-1.929T12 9t-5.863 1.071T4 12q0 .716 1.66 1.601q1.66.886 4.202 1.253L7.83 12.823l.707-.707l3.308 3.307z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.539 18.73l-.708-.707l2.135-2.146q-2.912-.386-4.939-1.452T3 12q0-1.614 2.618-2.807T12 8t6.382 1.193T21 12q0 1.089-1.364 2.064T16 15.562V14.55q1.925-.5 2.963-1.237T20 12q0-.858-2.137-1.929T12 9t-5.863 1.071T4 12q0 .716 1.66 1.601q1.66.886 4.202 1.253L7.83 12.823l.707-.707l3.308 3.307z"/></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%22m8.539%2018.73l-.708-.707l2.135-2.146q-2.912-.386-4.939-1.452T3%2012q0-1.614%202.618-2.807T12%208t6.382%201.193T21%2012q0%201.089-1.364%202.064T16%2015.562V14.55q1.925-.5%202.963-1.237T20%2012q0-.858-2.137-1.929T12%209t-5.863%201.071T4%2012q0%20.716%201.66%201.601q1.66.886%204.202%201.253L7.83%2012.823l.707-.707l3.308%203.307z%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%22m8.539%2018.73l-.708-.707l2.135-2.146q-2.912-.386-4.939-1.452T3%2012q0-1.614%202.618-2.807T12%208t6.382%201.193T21%2012q0%201.089-1.364%202.064T16%2015.562V14.55q1.925-.5%202.963-1.237T20%2012q0-.858-2.137-1.929T12%209t-5.863%201.071T4%2012q0%20.716%201.66%201.601q1.66.886%204.202%201.253L7.83%2012.823l.707-.707l3.308%203.307z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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