maximize circle icon

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

Name
maximize-circle
Set
Reicon
Style
Outline
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17 3h4v4m-6 2l6-6M7 21H3v-4m6-2l-6 6M14.02 2.2C13.37 2.07 12.69 2 12 2C6.48 2 2 6.48 2 12c0 .69.07 1.36.2 2m7.78 7.8c.65.13 1.33.2 2.02.2c5.52 0 10-4.48 10-10c0-.68-.07-1.35-.2-2"/></svg>

React

import type { SVGProps } from "react";

export function ReiconMaximizeCircle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M17 3h4v4m-6 2l6-6M7 21H3v-4m6-2l-6 6M14.02 2.2C13.37 2.07 12.69 2 12 2C6.48 2 2 6.48 2 12c0 .69.07 1.36.2 2m7.78 7.8c.65.13 1.33.2 2.02.2c5.52 0 10-4.48 10-10c0-.68-.07-1.35-.2-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17 3h4v4m-6 2l6-6M7 21H3v-4m6-2l-6 6M14.02 2.2C13.37 2.07 12.69 2 12 2C6.48 2 2 6.48 2 12c0 .69.07 1.36.2 2m7.78 7.8c.65.13 1.33.2 2.02.2c5.52 0 10-4.48 10-10c0-.68-.07-1.35-.2-2"/></svg>
</template>

CSS

.icon-maximize-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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17%203h4v4m-6%202l6-6M7%2021H3v-4m6-2l-6%206M14.02%202.2C13.37%202.07%2012.69%202%2012%202C6.48%202%202%206.48%202%2012c0%20.69.07%201.36.2%202m7.78%207.8c.65.13%201.33.2%202.02.2c5.52%200%2010-4.48%2010-10c0-.68-.07-1.35-.2-2%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17%203h4v4m-6%202l6-6M7%2021H3v-4m6-2l-6%206M14.02%202.2C13.37%202.07%2012.69%202%2012%202C6.48%202%202%206.48%202%2012c0%20.69.07%201.36.2%202m7.78%207.8c.65.13%201.33.2%202.02.2c5.52%200%2010-4.48%2010-10c0-.68-.07-1.35-.2-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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