x-square from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
x-square
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

Use the x square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.78 6.91l7.68 10.11h-1.19L7.51 6.91z"/><path fill="currentColor" d="M17 2H7a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5m-2.32 16.3l-3.38-4.4l-3.88 4.4H5.28l5-5.71L5 5.7h4.43l3.06 4l3.51-4h2.14L13.48 11L19 18.3z"/></svg>

React

import type { SVGProps } from "react";

export function MageXSquare(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="m8.78 6.91l7.68 10.11h-1.19L7.51 6.91z"/><path fill="currentColor" d="M17 2H7a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5m-2.32 16.3l-3.38-4.4l-3.88 4.4H5.28l5-5.71L5 5.7h4.43l3.06 4l3.51-4h2.14L13.48 11L19 18.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.78 6.91l7.68 10.11h-1.19L7.51 6.91z"/><path fill="currentColor" d="M17 2H7a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5m-2.32 16.3l-3.38-4.4l-3.88 4.4H5.28l5-5.71L5 5.7h4.43l3.06 4l3.51-4h2.14L13.48 11L19 18.3z"/></svg>
</template>

CSS

.icon-x-square {
  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%22m8.78%206.91l7.68%2010.11h-1.19L7.51%206.91z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%202H7a5%205%200%200%200-5%205v10a5%205%200%200%200%205%205h10a5%205%200%200%200%205-5V7a5%205%200%200%200-5-5m-2.32%2016.3l-3.38-4.4l-3.88%204.4H5.28l5-5.71L5%205.7h4.43l3.06%204l3.51-4h2.14L13.48%2011L19%2018.3z%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%22m8.78%206.91l7.68%2010.11h-1.19L7.51%206.91z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%202H7a5%205%200%200%200-5%205v10a5%205%200%200%200%205%205h10a5%205%200%200%200%205-5V7a5%205%200%200%200-5-5m-2.32%2016.3l-3.38-4.4l-3.88%204.4H5.28l5-5.71L5%205.7h4.43l3.06%204l3.51-4h2.14L13.48%2011L19%2018.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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