rectangle fill badge checkmark icon

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

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

Related icons in Framework7 Icons

Use the rectangle fill badge checkmark 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.923M8.75 45.652c-.313 0-.704-.137-.957-.41l-3.75-4.102c-.137-.156-.235-.508-.235-.781c0-.665.527-1.192 1.191-1.192c.391 0 .704.195.918.41l2.774 3.008l5.176-7.168c.215-.313.567-.528.996-.528c.645 0 1.211.508 1.211 1.192c0 .195-.097.469-.273.703l-6.055 8.419c-.195.273-.586.449-.996.449"/></svg>

React

import type { SVGProps } from "react";

export function F7RectangleFillBadgeCheckmark(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.923M8.75 45.652c-.313 0-.704-.137-.957-.41l-3.75-4.102c-.137-.156-.235-.508-.235-.781c0-.665.527-1.192 1.191-1.192c.391 0 .704.195.918.41l2.774 3.008l5.176-7.168c.215-.313.567-.528.996-.528c.645 0 1.211.508 1.211 1.192c0 .195-.097.469-.273.703l-6.055 8.419c-.195.273-.586.449-.996.449"/></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.923M8.75 45.652c-.313 0-.704-.137-.957-.41l-3.75-4.102c-.137-.156-.235-.508-.235-.781c0-.665.527-1.192 1.191-1.192c.391 0 .704.195.918.41l2.774 3.008l5.176-7.168c.215-.313.567-.528.996-.528c.645 0 1.211.508 1.211 1.192c0 .195-.097.469-.273.703l-6.055 8.419c-.195.273-.586.449-.996.449"/></svg>
</template>

CSS

.icon-rectangle-fill-badge-checkmark {
  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.923M8.75%2045.652c-.313%200-.704-.137-.957-.41l-3.75-4.102c-.137-.156-.235-.508-.235-.781c0-.665.527-1.192%201.191-1.192c.391%200%20.704.195.918.41l2.774%203.008l5.176-7.168c.215-.313.567-.528.996-.528c.645%200%201.211.508%201.211%201.192c0%20.195-.097.469-.273.703l-6.055%208.419c-.195.273-.586.449-.996.449%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.923M8.75%2045.652c-.313%200-.704-.137-.957-.41l-3.75-4.102c-.137-.156-.235-.508-.235-.781c0-.665.527-1.192%201.191-1.192c.391%200%20.704.195.918.41l2.774%203.008l5.176-7.168c.215-.313.567-.528.996-.528c.645%200%201.211.508%201.211%201.192c0%20.195-.097.469-.273.703l-6.055%208.419c-.195.273-.586.449-.996.449%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-checkmark.svg?color=%231a73e8&size=48