check fat icon

check-fat-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
check-fat-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the check fat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m240.47 71.09l-24-23.58a12 12 0 0 0-17 0L104 141.83l-39.5-38.32a12 12 0 0 0-17 0l-24 24a12 12 0 0 0 0 17l71.61 72a12 12 0 0 0 17 0L240.49 88.08a12 12 0 0 0-.02-16.99m-5.63 11.34l-128.41 128.4a4 4 0 0 1-5.65 0l-71.61-72a4 4 0 0 1 0-5.66l24-24A3.94 3.94 0 0 1 56 108a4.1 4.1 0 0 1 2.89 1.21l42.35 41.08a4 4 0 0 0 5.59 0l98.37-97.1a4 4 0 0 1 5.68 0l24 23.58a4 4 0 0 1-.04 5.66"/></svg>

React

import type { SVGProps } from "react";

export function PhCheckFatThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m240.47 71.09l-24-23.58a12 12 0 0 0-17 0L104 141.83l-39.5-38.32a12 12 0 0 0-17 0l-24 24a12 12 0 0 0 0 17l71.61 72a12 12 0 0 0 17 0L240.49 88.08a12 12 0 0 0-.02-16.99m-5.63 11.34l-128.41 128.4a4 4 0 0 1-5.65 0l-71.61-72a4 4 0 0 1 0-5.66l24-24A3.94 3.94 0 0 1 56 108a4.1 4.1 0 0 1 2.89 1.21l42.35 41.08a4 4 0 0 0 5.59 0l98.37-97.1a4 4 0 0 1 5.68 0l24 23.58a4 4 0 0 1-.04 5.66"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m240.47 71.09l-24-23.58a12 12 0 0 0-17 0L104 141.83l-39.5-38.32a12 12 0 0 0-17 0l-24 24a12 12 0 0 0 0 17l71.61 72a12 12 0 0 0 17 0L240.49 88.08a12 12 0 0 0-.02-16.99m-5.63 11.34l-128.41 128.4a4 4 0 0 1-5.65 0l-71.61-72a4 4 0 0 1 0-5.66l24-24A3.94 3.94 0 0 1 56 108a4.1 4.1 0 0 1 2.89 1.21l42.35 41.08a4 4 0 0 0 5.59 0l98.37-97.1a4 4 0 0 1 5.68 0l24 23.58a4 4 0 0 1-.04 5.66"/></svg>
</template>

CSS

.icon-check-fat-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m240.47%2071.09l-24-23.58a12%2012%200%200%200-17%200L104%20141.83l-39.5-38.32a12%2012%200%200%200-17%200l-24%2024a12%2012%200%200%200%200%2017l71.61%2072a12%2012%200%200%200%2017%200L240.49%2088.08a12%2012%200%200%200-.02-16.99m-5.63%2011.34l-128.41%20128.4a4%204%200%200%201-5.65%200l-71.61-72a4%204%200%200%201%200-5.66l24-24A3.94%203.94%200%200%201%2056%20108a4.1%204.1%200%200%201%202.89%201.21l42.35%2041.08a4%204%200%200%200%205.59%200l98.37-97.1a4%204%200%200%201%205.68%200l24%2023.58a4%204%200%200%201-.04%205.66%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m240.47%2071.09l-24-23.58a12%2012%200%200%200-17%200L104%20141.83l-39.5-38.32a12%2012%200%200%200-17%200l-24%2024a12%2012%200%200%200%200%2017l71.61%2072a12%2012%200%200%200%2017%200L240.49%2088.08a12%2012%200%200%200-.02-16.99m-5.63%2011.34l-128.41%20128.4a4%204%200%200%201-5.65%200l-71.61-72a4%204%200%200%201%200-5.66l24-24A3.94%203.94%200%200%201%2056%20108a4.1%204.1%200%200%201%202.89%201.21l42.35%2041.08a4%204%200%200%200%205.59%200l98.37-97.1a4%204%200%200%201%205.68%200l24%2023.58a4%204%200%200%201-.04%205.66%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/check-fat-thin.svg?color=%231a73e8&size=48