doc checkmark icon

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

Name
doc-checkmark
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the doc checkmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M15.64 2.875h11.133c2.55 0 3.993.37 5.686 2.03l.197.196L45.594 18.25c1.81 1.856 2.178 3.143 2.201 5.951l.002 21.588c0 4.777-2.319 7.237-6.978 7.333l-.288.003h-24.89c-4.732 0-7.168-2.341-7.263-7.045l-.003-.291V10.234c0-4.777 2.34-7.259 6.979-7.356zm10.618 3.773H15.85c-2.358 0-3.62 1.252-3.699 3.435l-.004.222v35.414c0 2.268 1.186 3.548 3.45 3.628l.23.005h24.516c2.358 0 3.598-1.208 3.675-3.41l.004-.223V24.672h-13.36c-2.822 0-4.319-1.371-4.402-4.157l-.003-.25zm12.328 23.134a2 2 0 0 1 0 2.828L25 46.196a2 2 0 0 1-2.828 0l-6.586-6.586a2 2 0 0 1 2.828-2.828l3.758 3.757l1.349 1.293L25 40.539l10.757-10.757a2 2 0 0 1 2.829 0m-8.79-22.407V19.82c0 .883.333 1.267 1.134 1.309l.156.004h12.21z"/></svg>

React

import type { SVGProps } from "react";

export function F7DocCheckmark(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="M15.64 2.875h11.133c2.55 0 3.993.37 5.686 2.03l.197.196L45.594 18.25c1.81 1.856 2.178 3.143 2.201 5.951l.002 21.588c0 4.777-2.319 7.237-6.978 7.333l-.288.003h-24.89c-4.732 0-7.168-2.341-7.263-7.045l-.003-.291V10.234c0-4.777 2.34-7.259 6.979-7.356zm10.618 3.773H15.85c-2.358 0-3.62 1.252-3.699 3.435l-.004.222v35.414c0 2.268 1.186 3.548 3.45 3.628l.23.005h24.516c2.358 0 3.598-1.208 3.675-3.41l.004-.223V24.672h-13.36c-2.822 0-4.319-1.371-4.402-4.157l-.003-.25zm12.328 23.134a2 2 0 0 1 0 2.828L25 46.196a2 2 0 0 1-2.828 0l-6.586-6.586a2 2 0 0 1 2.828-2.828l3.758 3.757l1.349 1.293L25 40.539l10.757-10.757a2 2 0 0 1 2.829 0m-8.79-22.407V19.82c0 .883.333 1.267 1.134 1.309l.156.004h12.21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M15.64 2.875h11.133c2.55 0 3.993.37 5.686 2.03l.197.196L45.594 18.25c1.81 1.856 2.178 3.143 2.201 5.951l.002 21.588c0 4.777-2.319 7.237-6.978 7.333l-.288.003h-24.89c-4.732 0-7.168-2.341-7.263-7.045l-.003-.291V10.234c0-4.777 2.34-7.259 6.979-7.356zm10.618 3.773H15.85c-2.358 0-3.62 1.252-3.699 3.435l-.004.222v35.414c0 2.268 1.186 3.548 3.45 3.628l.23.005h24.516c2.358 0 3.598-1.208 3.675-3.41l.004-.223V24.672h-13.36c-2.822 0-4.319-1.371-4.402-4.157l-.003-.25zm12.328 23.134a2 2 0 0 1 0 2.828L25 46.196a2 2 0 0 1-2.828 0l-6.586-6.586a2 2 0 0 1 2.828-2.828l3.758 3.757l1.349 1.293L25 40.539l10.757-10.757a2 2 0 0 1 2.829 0m-8.79-22.407V19.82c0 .883.333 1.267 1.134 1.309l.156.004h12.21z"/></svg>
</template>

CSS

.icon-doc-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%22M15.64%202.875h11.133c2.55%200%203.993.37%205.686%202.03l.197.196L45.594%2018.25c1.81%201.856%202.178%203.143%202.201%205.951l.002%2021.588c0%204.777-2.319%207.237-6.978%207.333l-.288.003h-24.89c-4.732%200-7.168-2.341-7.263-7.045l-.003-.291V10.234c0-4.777%202.34-7.259%206.979-7.356zm10.618%203.773H15.85c-2.358%200-3.62%201.252-3.699%203.435l-.004.222v35.414c0%202.268%201.186%203.548%203.45%203.628l.23.005h24.516c2.358%200%203.598-1.208%203.675-3.41l.004-.223V24.672h-13.36c-2.822%200-4.319-1.371-4.402-4.157l-.003-.25zm12.328%2023.134a2%202%200%200%201%200%202.828L25%2046.196a2%202%200%200%201-2.828%200l-6.586-6.586a2%202%200%200%201%202.828-2.828l3.758%203.757l1.349%201.293L25%2040.539l10.757-10.757a2%202%200%200%201%202.829%200m-8.79-22.407V19.82c0%20.883.333%201.267%201.134%201.309l.156.004h12.21z%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%22M15.64%202.875h11.133c2.55%200%203.993.37%205.686%202.03l.197.196L45.594%2018.25c1.81%201.856%202.178%203.143%202.201%205.951l.002%2021.588c0%204.777-2.319%207.237-6.978%207.333l-.288.003h-24.89c-4.732%200-7.168-2.341-7.263-7.045l-.003-.291V10.234c0-4.777%202.34-7.259%206.979-7.356zm10.618%203.773H15.85c-2.358%200-3.62%201.252-3.699%203.435l-.004.222v35.414c0%202.268%201.186%203.548%203.45%203.628l.23.005h24.516c2.358%200%203.598-1.208%203.675-3.41l.004-.223V24.672h-13.36c-2.822%200-4.319-1.371-4.402-4.157l-.003-.25zm12.328%2023.134a2%202%200%200%201%200%202.828L25%2046.196a2%202%200%200%201-2.828%200l-6.586-6.586a2%202%200%200%201%202.828-2.828l3.758%203.757l1.349%201.293L25%2040.539l10.757-10.757a2%202%200%200%201%202.829%200m-8.79-22.407V19.82c0%20.883.333%201.267%201.134%201.309l.156.004h12.21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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