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

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

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="M9.966 15.877q-2.912-.386-4.939-1.452T3 12q0-1.614 2.618-2.807T12 8t6.382 1.193T21 12q0 1.016-1.209 1.951q-1.208.936-3.228 1.47q-.207.068-.385-.045q-.178-.112-.178-.32q0-.239.147-.406t.36-.24q1.693-.5 2.593-1.195T20 12q0-.858-2.138-1.929T12 9t-5.863 1.071T4 12q0 .716 1.66 1.601q1.66.886 4.202 1.253l-1.678-1.677q-.14-.14-.15-.344t.15-.364t.355-.16t.353.16l2.389 2.389q.242.242.242.565t-.242.566l-2.389 2.388q-.14.14-.341.153t-.367-.153q-.159-.16-.162-.351t.157-.357z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLight360Rounded(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.966 15.877q-2.912-.386-4.939-1.452T3 12q0-1.614 2.618-2.807T12 8t6.382 1.193T21 12q0 1.016-1.209 1.951q-1.208.936-3.228 1.47q-.207.068-.385-.045q-.178-.112-.178-.32q0-.239.147-.406t.36-.24q1.693-.5 2.593-1.195T20 12q0-.858-2.138-1.929T12 9t-5.863 1.071T4 12q0 .716 1.66 1.601q1.66.886 4.202 1.253l-1.678-1.677q-.14-.14-.15-.344t.15-.364t.355-.16t.353.16l2.389 2.389q.242.242.242.565t-.242.566l-2.389 2.388q-.14.14-.341.153t-.367-.153q-.159-.16-.162-.351t.157-.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="M9.966 15.877q-2.912-.386-4.939-1.452T3 12q0-1.614 2.618-2.807T12 8t6.382 1.193T21 12q0 1.016-1.209 1.951q-1.208.936-3.228 1.47q-.207.068-.385-.045q-.178-.112-.178-.32q0-.239.147-.406t.36-.24q1.693-.5 2.593-1.195T20 12q0-.858-2.138-1.929T12 9t-5.863 1.071T4 12q0 .716 1.66 1.601q1.66.886 4.202 1.253l-1.678-1.677q-.14-.14-.15-.344t.15-.364t.355-.16t.353.16l2.389 2.389q.242.242.242.565t-.242.566l-2.389 2.388q-.14.14-.341.153t-.367-.153q-.159-.16-.162-.351t.157-.357z"/></svg>
</template>

CSS

.icon-360-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%22M9.966%2015.877q-2.912-.386-4.939-1.452T3%2012q0-1.614%202.618-2.807T12%208t6.382%201.193T21%2012q0%201.016-1.209%201.951q-1.208.936-3.228%201.47q-.207.068-.385-.045q-.178-.112-.178-.32q0-.239.147-.406t.36-.24q1.693-.5%202.593-1.195T20%2012q0-.858-2.138-1.929T12%209t-5.863%201.071T4%2012q0%20.716%201.66%201.601q1.66.886%204.202%201.253l-1.678-1.677q-.14-.14-.15-.344t.15-.364t.355-.16t.353.16l2.389%202.389q.242.242.242.565t-.242.566l-2.389%202.388q-.14.14-.341.153t-.367-.153q-.159-.16-.162-.351t.157-.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%22M9.966%2015.877q-2.912-.386-4.939-1.452T3%2012q0-1.614%202.618-2.807T12%208t6.382%201.193T21%2012q0%201.016-1.209%201.951q-1.208.936-3.228%201.47q-.207.068-.385-.045q-.178-.112-.178-.32q0-.239.147-.406t.36-.24q1.693-.5%202.593-1.195T20%2012q0-.858-2.138-1.929T12%209t-5.863%201.071T4%2012q0%20.716%201.66%201.601q1.66.886%204.202%201.253l-1.678-1.677q-.14-.14-.15-.344t.15-.364t.355-.16t.353.16l2.389%202.389q.242.242.242.565t-.242.566l-2.389%202.388q-.14.14-.341.153t-.367-.153q-.159-.16-.162-.351t.157-.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/360-rounded.svg?color=%231a73e8&size=48