Maximize Circle icon in outline, twotone, bold and bulk. Free in all four styles, for player, gallery, camera, music, volume. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconMaximizeCircle } from "@devigner-ui/icons";
<IconMaximizeCircle className="size-6" />
<script setup>
import { IconMaximizeCircle } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMaximizeCircle class="size-6" />
</template>
<script>
import { IconMaximizeCircle } from "@devigner-ui/icons-svelte";
</script>
<IconMaximizeCircle class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="1"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.92 3c0-.41.34-.75.75-.75h4c.41 0 .75.34.75.75v4a.75.75 0 0 1-1.5 0V3.75h-3.25a.75.75 0 0 1-.75-.75" fill="currentColor"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M22.2 2.47c.3.3.3.77 0 1.06l-6 6a.75.75 0 0 1-1.06-1.06l6-6c.3-.3.77-.3 1.06 0" fill="currentColor"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M3.67 16.25c.41 0 .75.34.75.75v3.25h3.25a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75v-4c0-.41.34-.75.75-.75" fill="currentColor"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M10.2 14.47c.3.3.3.77 0 1.06l-6 6a.75.75 0 0 1-1.06-1.06l6-6c.3-.3.77-.3 1.06 0" fill="currentColor"></path></g><path fill-rule="evenodd" clip-rule="evenodd" d="M1.92 12A10.75 10.75 0 0 1 14.84 1.46a.75.75 0 0 1-.3 1.48A9.25 9.25 0 0 0 3.6 13.86a.75.75 0 0 1-1.47.29A11 11 0 0 1 1.92 12" fill="currentColor"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M22.32 9.26c.4-.08.8.19.88.6q.21 1.03.22 2.14A10.75 10.75 0 0 1 10.5 22.54a.75.75 0 1 1 .3-1.48q.9.2 1.87.19a9.25 9.25 0 0 0 9.06-11.1c-.08-.4.19-.8.6-.89" fill="currentColor"></path></svg>