square-circle-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
square-circle-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the square circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 15.808h6q.343 0 .576-.233t.232-.575V9q0-.343-.233-.575T15 8.192H9q-.343 0-.575.232T8.192 9v6q0 .343.232.576t.576.232m.192-1V9.192h5.616v5.616zm-.698 5.491q-1.642-.701-2.867-1.926t-1.926-2.866T3 12.003t.701-3.508t1.926-2.857T8.493 3.71T11.998 3t3.509.709t2.859 1.922t1.925 2.857t.709 3.509t-.71 3.509t-1.926 2.867t-2.856 1.926t-3.506.701t-3.508-.701M11.991 20q3.334 0 5.672-2.328T20 12.009t-2.337-5.671T12 4Q8.656 4 6.328 6.338T4 12q0 3.344 2.328 5.672T11.991 20M12 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSquareCircleOutlineRounded(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 15.808h6q.343 0 .576-.233t.232-.575V9q0-.343-.233-.575T15 8.192H9q-.343 0-.575.232T8.192 9v6q0 .343.232.576t.576.232m.192-1V9.192h5.616v5.616zm-.698 5.491q-1.642-.701-2.867-1.926t-1.926-2.866T3 12.003t.701-3.508t1.926-2.857T8.493 3.71T11.998 3t3.509.709t2.859 1.922t1.925 2.857t.709 3.509t-.71 3.509t-1.926 2.867t-2.856 1.926t-3.506.701t-3.508-.701M11.991 20q3.334 0 5.672-2.328T20 12.009t-2.337-5.671T12 4Q8.656 4 6.328 6.338T4 12q0 3.344 2.328 5.672T11.991 20M12 12"/></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 15.808h6q.343 0 .576-.233t.232-.575V9q0-.343-.233-.575T15 8.192H9q-.343 0-.575.232T8.192 9v6q0 .343.232.576t.576.232m.192-1V9.192h5.616v5.616zm-.698 5.491q-1.642-.701-2.867-1.926t-1.926-2.866T3 12.003t.701-3.508t1.926-2.857T8.493 3.71T11.998 3t3.509.709t2.859 1.922t1.925 2.857t.709 3.509t-.71 3.509t-1.926 2.867t-2.856 1.926t-3.506.701t-3.508-.701M11.991 20q3.334 0 5.672-2.328T20 12.009t-2.337-5.671T12 4Q8.656 4 6.328 6.338T4 12q0 3.344 2.328 5.672T11.991 20M12 12"/></svg>
</template>

CSS

.icon-square-circle-outline-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%2015.808h6q.343%200%20.576-.233t.232-.575V9q0-.343-.233-.575T15%208.192H9q-.343%200-.575.232T8.192%209v6q0%20.343.232.576t.576.232m.192-1V9.192h5.616v5.616zm-.698%205.491q-1.642-.701-2.867-1.926t-1.926-2.866T3%2012.003t.701-3.508t1.926-2.857T8.493%203.71T11.998%203t3.509.709t2.859%201.922t1.925%202.857t.709%203.509t-.71%203.509t-1.926%202.867t-2.856%201.926t-3.506.701t-3.508-.701M11.991%2020q3.334%200%205.672-2.328T20%2012.009t-2.337-5.671T12%204Q8.656%204%206.328%206.338T4%2012q0%203.344%202.328%205.672T11.991%2020M12%2012%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%2015.808h6q.343%200%20.576-.233t.232-.575V9q0-.343-.233-.575T15%208.192H9q-.343%200-.575.232T8.192%209v6q0%20.343.232.576t.576.232m.192-1V9.192h5.616v5.616zm-.698%205.491q-1.642-.701-2.867-1.926t-1.926-2.866T3%2012.003t.701-3.508t1.926-2.857T8.493%203.71T11.998%203t3.509.709t2.859%201.922t1.925%202.857t.709%203.509t-.71%203.509t-1.926%202.867t-2.856%201.926t-3.506.701t-3.508-.701M11.991%2020q3.334%200%205.672-2.328T20%2012.009t-2.337-5.671T12%204Q8.656%204%206.328%206.338T4%2012q0%203.344%202.328%205.672T11.991%2020M12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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