square on circle icon

square-on-circle from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
square-on-circle
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Related icons in Framework7 Icons

Use the square on circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M22.516 54.66h25.031c4.898 0 7.36-2.437 7.36-7.265V22.48c0-4.804-2.462-7.242-7.36-7.242h-8.602C36.601 7.246 29.148 1.34 20.406 1.34c-10.594 0-19.312 8.719-19.312 19.312c0 8.766 5.976 16.243 14.062 18.563v8.18c0 4.828 2.461 7.265 7.36 7.265M4.96 20.652c0-8.648 6.726-15.632 15.445-15.632c6.797 0 12.399 4.265 14.531 10.218h-12.42c-4.899 0-7.36 2.414-7.36 7.243v12.867C9.133 33.215 4.961 27.449 4.961 20.652m17.625 30.235c-2.344 0-3.656-1.266-3.656-3.703V22.69c0-2.437 1.312-3.68 3.656-3.68H47.5c2.297 0 3.633 1.243 3.633 3.68v24.516c0 2.414-1.336 3.68-3.633 3.68Z"/></svg>

React

import type { SVGProps } from "react";

export function F7SquareOnCircle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M22.516 54.66h25.031c4.898 0 7.36-2.437 7.36-7.265V22.48c0-4.804-2.462-7.242-7.36-7.242h-8.602C36.601 7.246 29.148 1.34 20.406 1.34c-10.594 0-19.312 8.719-19.312 19.312c0 8.766 5.976 16.243 14.062 18.563v8.18c0 4.828 2.461 7.265 7.36 7.265M4.96 20.652c0-8.648 6.726-15.632 15.445-15.632c6.797 0 12.399 4.265 14.531 10.218h-12.42c-4.899 0-7.36 2.414-7.36 7.243v12.867C9.133 33.215 4.961 27.449 4.961 20.652m17.625 30.235c-2.344 0-3.656-1.266-3.656-3.703V22.69c0-2.437 1.312-3.68 3.656-3.68H47.5c2.297 0 3.633 1.243 3.633 3.68v24.516c0 2.414-1.336 3.68-3.633 3.68Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M22.516 54.66h25.031c4.898 0 7.36-2.437 7.36-7.265V22.48c0-4.804-2.462-7.242-7.36-7.242h-8.602C36.601 7.246 29.148 1.34 20.406 1.34c-10.594 0-19.312 8.719-19.312 19.312c0 8.766 5.976 16.243 14.062 18.563v8.18c0 4.828 2.461 7.265 7.36 7.265M4.96 20.652c0-8.648 6.726-15.632 15.445-15.632c6.797 0 12.399 4.265 14.531 10.218h-12.42c-4.899 0-7.36 2.414-7.36 7.243v12.867C9.133 33.215 4.961 27.449 4.961 20.652m17.625 30.235c-2.344 0-3.656-1.266-3.656-3.703V22.69c0-2.437 1.312-3.68 3.656-3.68H47.5c2.297 0 3.633 1.243 3.633 3.68v24.516c0 2.414-1.336 3.68-3.633 3.68Z"/></svg>
</template>

CSS

.icon-square-on-circle {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.516%2054.66h25.031c4.898%200%207.36-2.437%207.36-7.265V22.48c0-4.804-2.462-7.242-7.36-7.242h-8.602C36.601%207.246%2029.148%201.34%2020.406%201.34c-10.594%200-19.312%208.719-19.312%2019.312c0%208.766%205.976%2016.243%2014.062%2018.563v8.18c0%204.828%202.461%207.265%207.36%207.265M4.96%2020.652c0-8.648%206.726-15.632%2015.445-15.632c6.797%200%2012.399%204.265%2014.531%2010.218h-12.42c-4.899%200-7.36%202.414-7.36%207.243v12.867C9.133%2033.215%204.961%2027.449%204.961%2020.652m17.625%2030.235c-2.344%200-3.656-1.266-3.656-3.703V22.69c0-2.437%201.312-3.68%203.656-3.68H47.5c2.297%200%203.633%201.243%203.633%203.68v24.516c0%202.414-1.336%203.68-3.633%203.68Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.516%2054.66h25.031c4.898%200%207.36-2.437%207.36-7.265V22.48c0-4.804-2.462-7.242-7.36-7.242h-8.602C36.601%207.246%2029.148%201.34%2020.406%201.34c-10.594%200-19.312%208.719-19.312%2019.312c0%208.766%205.976%2016.243%2014.062%2018.563v8.18c0%204.828%202.461%207.265%207.36%207.265M4.96%2020.652c0-8.648%206.726-15.632%2015.445-15.632c6.797%200%2012.399%204.265%2014.531%2010.218h-12.42c-4.899%200-7.36%202.414-7.36%207.243v12.867C9.133%2033.215%204.961%2027.449%204.961%2020.652m17.625%2030.235c-2.344%200-3.656-1.266-3.656-3.703V22.69c0-2.437%201.312-3.68%203.656-3.68H47.5c2.297%200%203.633%201.243%203.633%203.68v24.516c0%202.414-1.336%203.68-3.633%203.68Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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