rectangle fill badge xmark icon

rectangle-fill-badge-xmark from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
rectangle-fill-badge-xmark
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Related icons in Framework7 Icons

Use the rectangle fill badge xmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M49.867 10.122H16.056c-4.063 0-6.114 2.012-6.114 6.055v11.056c6.915 0 12.599 5.684 12.599 12.598c0 2.266-.625 4.395-1.7 6.25h29.026c4.082 0 6.133-2.03 6.133-6.055V16.177c0-4.024-2.05-6.055-6.133-6.055M9.923 49.754c5.45 0 9.922-4.454 9.922-9.923c0-5.43-4.473-9.922-9.922-9.922C4.493 29.909 0 34.4 0 39.83c0 5.47 4.493 9.923 9.923 9.923M7.032 44.46c-.489.489-1.211.391-1.68-.058c-.45-.45-.528-1.192-.04-1.68l2.95-2.95l-2.715-2.734c-.43-.45-.43-1.172 0-1.582c.43-.43 1.133-.45 1.582 0l2.755 2.695l2.93-2.93c.488-.488 1.23-.39 1.68.06c.448.448.546 1.171.058 1.679l-2.95 2.93l2.715 2.734c.43.45.43 1.192 0 1.602s-1.152.43-1.601 0L10 41.511Z"/></svg>

React

import type { SVGProps } from "react";

export function F7RectangleFillBadgeXmark(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="M49.867 10.122H16.056c-4.063 0-6.114 2.012-6.114 6.055v11.056c6.915 0 12.599 5.684 12.599 12.598c0 2.266-.625 4.395-1.7 6.25h29.026c4.082 0 6.133-2.03 6.133-6.055V16.177c0-4.024-2.05-6.055-6.133-6.055M9.923 49.754c5.45 0 9.922-4.454 9.922-9.923c0-5.43-4.473-9.922-9.922-9.922C4.493 29.909 0 34.4 0 39.83c0 5.47 4.493 9.923 9.923 9.923M7.032 44.46c-.489.489-1.211.391-1.68-.058c-.45-.45-.528-1.192-.04-1.68l2.95-2.95l-2.715-2.734c-.43-.45-.43-1.172 0-1.582c.43-.43 1.133-.45 1.582 0l2.755 2.695l2.93-2.93c.488-.488 1.23-.39 1.68.06c.448.448.546 1.171.058 1.679l-2.95 2.93l2.715 2.734c.43.45.43 1.192 0 1.602s-1.152.43-1.601 0L10 41.511Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M49.867 10.122H16.056c-4.063 0-6.114 2.012-6.114 6.055v11.056c6.915 0 12.599 5.684 12.599 12.598c0 2.266-.625 4.395-1.7 6.25h29.026c4.082 0 6.133-2.03 6.133-6.055V16.177c0-4.024-2.05-6.055-6.133-6.055M9.923 49.754c5.45 0 9.922-4.454 9.922-9.923c0-5.43-4.473-9.922-9.922-9.922C4.493 29.909 0 34.4 0 39.83c0 5.47 4.493 9.923 9.923 9.923M7.032 44.46c-.489.489-1.211.391-1.68-.058c-.45-.45-.528-1.192-.04-1.68l2.95-2.95l-2.715-2.734c-.43-.45-.43-1.172 0-1.582c.43-.43 1.133-.45 1.582 0l2.755 2.695l2.93-2.93c.488-.488 1.23-.39 1.68.06c.448.448.546 1.171.058 1.679l-2.95 2.93l2.715 2.734c.43.45.43 1.192 0 1.602s-1.152.43-1.601 0L10 41.511Z"/></svg>
</template>

CSS

.icon-rectangle-fill-badge-xmark {
  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%22M49.867%2010.122H16.056c-4.063%200-6.114%202.012-6.114%206.055v11.056c6.915%200%2012.599%205.684%2012.599%2012.598c0%202.266-.625%204.395-1.7%206.25h29.026c4.082%200%206.133-2.03%206.133-6.055V16.177c0-4.024-2.05-6.055-6.133-6.055M9.923%2049.754c5.45%200%209.922-4.454%209.922-9.923c0-5.43-4.473-9.922-9.922-9.922C4.493%2029.909%200%2034.4%200%2039.83c0%205.47%204.493%209.923%209.923%209.923M7.032%2044.46c-.489.489-1.211.391-1.68-.058c-.45-.45-.528-1.192-.04-1.68l2.95-2.95l-2.715-2.734c-.43-.45-.43-1.172%200-1.582c.43-.43%201.133-.45%201.582%200l2.755%202.695l2.93-2.93c.488-.488%201.23-.39%201.68.06c.448.448.546%201.171.058%201.679l-2.95%202.93l2.715%202.734c.43.45.43%201.192%200%201.602s-1.152.43-1.601%200L10%2041.511Z%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%22M49.867%2010.122H16.056c-4.063%200-6.114%202.012-6.114%206.055v11.056c6.915%200%2012.599%205.684%2012.599%2012.598c0%202.266-.625%204.395-1.7%206.25h29.026c4.082%200%206.133-2.03%206.133-6.055V16.177c0-4.024-2.05-6.055-6.133-6.055M9.923%2049.754c5.45%200%209.922-4.454%209.922-9.923c0-5.43-4.473-9.922-9.922-9.922C4.493%2029.909%200%2034.4%200%2039.83c0%205.47%204.493%209.923%209.923%209.923M7.032%2044.46c-.489.489-1.211.391-1.68-.058c-.45-.45-.528-1.192-.04-1.68l2.95-2.95l-2.715-2.734c-.43-.45-.43-1.172%200-1.582c.43-.43%201.133-.45%201.582%200l2.755%202.695l2.93-2.93c.488-.488%201.23-.39%201.68.06c.448.448.546%201.171.058%201.679l-2.95%202.93l2.715%202.734c.43.45.43%201.192%200%201.602s-1.152.43-1.601%200L10%2041.511Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/rectangle-fill-badge-xmark.svg?color=%231a73e8&size=48