maximize circle icon

maximize-circle-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
maximize-circle-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the maximize circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.691 2.71a.78.78 0 0 0-.41-.41a.9.9 0 0 0-.28-.05h-4c-.41 0-.75.34-.75.75s.34.75.75.75h2.19l-4.72 4.72c-.29.29-.29.77 0 1.06c.15.15.34.22.53.22s.38-.07.53-.22l4.72-4.72V7c0 .41.34.75.75.75s.75-.34.75-.75V3c0-.1-.02-.19-.06-.29M8.47 14.471l-4.72 4.72v-2.19c0-.41-.34-.75-.75-.75s-.75.34-.75.75v4c0 .1.02.19.06.29c.08.18.22.33.41.41c.08.03.18.05.28.05h4c.41 0 .75-.34.75-.75s-.34-.75-.75-.75H4.81l4.72-4.72c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0m-6.27.279c-.35 0-.66-.25-.73-.6c-.14-.7-.22-1.43-.22-2.15C1.25 6.07 6.07 1.25 12 1.25c.73 0 1.46.07 2.17.22c.41.08.67.48.59.88c-.08.41-.49.66-.88.59c-.63-.13-1.25-.19-1.88-.19c-5.1 0-9.25 4.15-9.25 9.25c0 .62.06 1.25.19 1.85c.08.41-.18.8-.59.88c-.05.02-.1.02-.15.02m9.801 7.998c-.73 0-1.46-.07-2.17-.22a.75.75 0 0 1-.59-.88c.08-.41.49-.66.88-.59c.61.12 1.24.19 1.87.19c5.1 0 9.25-4.15 9.25-9.25c0-.62-.06-1.24-.18-1.85c-.08-.41.18-.8.59-.88s.8.18.88.59c.14.7.21 1.42.21 2.14c.01 5.93-4.81 10.75-10.74 10.75"/></svg>

React

import type { SVGProps } from "react";

export function ReiconMaximizeCircleFilled(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="M21.691 2.71a.78.78 0 0 0-.41-.41a.9.9 0 0 0-.28-.05h-4c-.41 0-.75.34-.75.75s.34.75.75.75h2.19l-4.72 4.72c-.29.29-.29.77 0 1.06c.15.15.34.22.53.22s.38-.07.53-.22l4.72-4.72V7c0 .41.34.75.75.75s.75-.34.75-.75V3c0-.1-.02-.19-.06-.29M8.47 14.471l-4.72 4.72v-2.19c0-.41-.34-.75-.75-.75s-.75.34-.75.75v4c0 .1.02.19.06.29c.08.18.22.33.41.41c.08.03.18.05.28.05h4c.41 0 .75-.34.75-.75s-.34-.75-.75-.75H4.81l4.72-4.72c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0m-6.27.279c-.35 0-.66-.25-.73-.6c-.14-.7-.22-1.43-.22-2.15C1.25 6.07 6.07 1.25 12 1.25c.73 0 1.46.07 2.17.22c.41.08.67.48.59.88c-.08.41-.49.66-.88.59c-.63-.13-1.25-.19-1.88-.19c-5.1 0-9.25 4.15-9.25 9.25c0 .62.06 1.25.19 1.85c.08.41-.18.8-.59.88c-.05.02-.1.02-.15.02m9.801 7.998c-.73 0-1.46-.07-2.17-.22a.75.75 0 0 1-.59-.88c.08-.41.49-.66.88-.59c.61.12 1.24.19 1.87.19c5.1 0 9.25-4.15 9.25-9.25c0-.62-.06-1.24-.18-1.85c-.08-.41.18-.8.59-.88s.8.18.88.59c.14.7.21 1.42.21 2.14c.01 5.93-4.81 10.75-10.74 10.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.691 2.71a.78.78 0 0 0-.41-.41a.9.9 0 0 0-.28-.05h-4c-.41 0-.75.34-.75.75s.34.75.75.75h2.19l-4.72 4.72c-.29.29-.29.77 0 1.06c.15.15.34.22.53.22s.38-.07.53-.22l4.72-4.72V7c0 .41.34.75.75.75s.75-.34.75-.75V3c0-.1-.02-.19-.06-.29M8.47 14.471l-4.72 4.72v-2.19c0-.41-.34-.75-.75-.75s-.75.34-.75.75v4c0 .1.02.19.06.29c.08.18.22.33.41.41c.08.03.18.05.28.05h4c.41 0 .75-.34.75-.75s-.34-.75-.75-.75H4.81l4.72-4.72c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0m-6.27.279c-.35 0-.66-.25-.73-.6c-.14-.7-.22-1.43-.22-2.15C1.25 6.07 6.07 1.25 12 1.25c.73 0 1.46.07 2.17.22c.41.08.67.48.59.88c-.08.41-.49.66-.88.59c-.63-.13-1.25-.19-1.88-.19c-5.1 0-9.25 4.15-9.25 9.25c0 .62.06 1.25.19 1.85c.08.41-.18.8-.59.88c-.05.02-.1.02-.15.02m9.801 7.998c-.73 0-1.46-.07-2.17-.22a.75.75 0 0 1-.59-.88c.08-.41.49-.66.88-.59c.61.12 1.24.19 1.87.19c5.1 0 9.25-4.15 9.25-9.25c0-.62-.06-1.24-.18-1.85c-.08-.41.18-.8.59-.88s.8.18.88.59c.14.7.21 1.42.21 2.14c.01 5.93-4.81 10.75-10.74 10.75"/></svg>
</template>

CSS

.icon-maximize-circle-filled {
  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%22M21.691%202.71a.78.78%200%200%200-.41-.41a.9.9%200%200%200-.28-.05h-4c-.41%200-.75.34-.75.75s.34.75.75.75h2.19l-4.72%204.72c-.29.29-.29.77%200%201.06c.15.15.34.22.53.22s.38-.07.53-.22l4.72-4.72V7c0%20.41.34.75.75.75s.75-.34.75-.75V3c0-.1-.02-.19-.06-.29M8.47%2014.471l-4.72%204.72v-2.19c0-.41-.34-.75-.75-.75s-.75.34-.75.75v4c0%20.1.02.19.06.29c.08.18.22.33.41.41c.08.03.18.05.28.05h4c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75H4.81l4.72-4.72c.29-.29.29-.77%200-1.06a.754.754%200%200%200-1.06%200m-6.27.279c-.35%200-.66-.25-.73-.6c-.14-.7-.22-1.43-.22-2.15C1.25%206.07%206.07%201.25%2012%201.25c.73%200%201.46.07%202.17.22c.41.08.67.48.59.88c-.08.41-.49.66-.88.59c-.63-.13-1.25-.19-1.88-.19c-5.1%200-9.25%204.15-9.25%209.25c0%20.62.06%201.25.19%201.85c.08.41-.18.8-.59.88c-.05.02-.1.02-.15.02m9.801%207.998c-.73%200-1.46-.07-2.17-.22a.75.75%200%200%201-.59-.88c.08-.41.49-.66.88-.59c.61.12%201.24.19%201.87.19c5.1%200%209.25-4.15%209.25-9.25c0-.62-.06-1.24-.18-1.85c-.08-.41.18-.8.59-.88s.8.18.88.59c.14.7.21%201.42.21%202.14c.01%205.93-4.81%2010.75-10.74%2010.75%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%22M21.691%202.71a.78.78%200%200%200-.41-.41a.9.9%200%200%200-.28-.05h-4c-.41%200-.75.34-.75.75s.34.75.75.75h2.19l-4.72%204.72c-.29.29-.29.77%200%201.06c.15.15.34.22.53.22s.38-.07.53-.22l4.72-4.72V7c0%20.41.34.75.75.75s.75-.34.75-.75V3c0-.1-.02-.19-.06-.29M8.47%2014.471l-4.72%204.72v-2.19c0-.41-.34-.75-.75-.75s-.75.34-.75.75v4c0%20.1.02.19.06.29c.08.18.22.33.41.41c.08.03.18.05.28.05h4c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75H4.81l4.72-4.72c.29-.29.29-.77%200-1.06a.754.754%200%200%200-1.06%200m-6.27.279c-.35%200-.66-.25-.73-.6c-.14-.7-.22-1.43-.22-2.15C1.25%206.07%206.07%201.25%2012%201.25c.73%200%201.46.07%202.17.22c.41.08.67.48.59.88c-.08.41-.49.66-.88.59c-.63-.13-1.25-.19-1.88-.19c-5.1%200-9.25%204.15-9.25%209.25c0%20.62.06%201.25.19%201.85c.08.41-.18.8-.59.88c-.05.02-.1.02-.15.02m9.801%207.998c-.73%200-1.46-.07-2.17-.22a.75.75%200%200%201-.59-.88c.08-.41.49-.66.88-.59c.61.12%201.24.19%201.87.19c5.1%200%209.25-4.15%209.25-9.25c0-.62-.06-1.24-.18-1.85c-.08-.41.18-.8.59-.88s.8.18.88.59c.14.7.21%201.42.21%202.14c.01%205.93-4.81%2010.75-10.74%2010.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Maximize Circle filled icon — Reicon · IconsDB