check fat icon
check-fat-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- check-fat-light
- Set
- Phosphor
- Style
- Light
- 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="m241.87 69.66l-24-23.56a14 14 0 0 0-19.77 0L104 139l-38.1-36.9a14 14 0 0 0-19.8 0l-24 24a14 14 0 0 0 0 19.79l71.62 72a14 14 0 0 0 19.8 0L241.91 89.5a14 14 0 0 0-.04-19.84M233.42 81L105 209.41a2 2 0 0 1-2.81 0l-71.62-72a2 2 0 0 1 0-2.82l24-24A2 2 0 0 1 56 110a2.12 2.12 0 0 1 1.5.64l42.35 41.08a6 6 0 0 0 8.39 0l98.37-97.11a2 2 0 0 1 2.87 0l24 23.56a2 2 0 0 1-.06 2.83"/></svg>
React
import type { SVGProps } from "react";
export function PhCheckFatLight(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="m241.87 69.66l-24-23.56a14 14 0 0 0-19.77 0L104 139l-38.1-36.9a14 14 0 0 0-19.8 0l-24 24a14 14 0 0 0 0 19.79l71.62 72a14 14 0 0 0 19.8 0L241.91 89.5a14 14 0 0 0-.04-19.84M233.42 81L105 209.41a2 2 0 0 1-2.81 0l-71.62-72a2 2 0 0 1 0-2.82l24-24A2 2 0 0 1 56 110a2.12 2.12 0 0 1 1.5.64l42.35 41.08a6 6 0 0 0 8.39 0l98.37-97.11a2 2 0 0 1 2.87 0l24 23.56a2 2 0 0 1-.06 2.83"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m241.87 69.66l-24-23.56a14 14 0 0 0-19.77 0L104 139l-38.1-36.9a14 14 0 0 0-19.8 0l-24 24a14 14 0 0 0 0 19.79l71.62 72a14 14 0 0 0 19.8 0L241.91 89.5a14 14 0 0 0-.04-19.84M233.42 81L105 209.41a2 2 0 0 1-2.81 0l-71.62-72a2 2 0 0 1 0-2.82l24-24A2 2 0 0 1 56 110a2.12 2.12 0 0 1 1.5.64l42.35 41.08a6 6 0 0 0 8.39 0l98.37-97.11a2 2 0 0 1 2.87 0l24 23.56a2 2 0 0 1-.06 2.83"/></svg> </template>
CSS
.icon-check-fat-light {
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%22m241.87%2069.66l-24-23.56a14%2014%200%200%200-19.77%200L104%20139l-38.1-36.9a14%2014%200%200%200-19.8%200l-24%2024a14%2014%200%200%200%200%2019.79l71.62%2072a14%2014%200%200%200%2019.8%200L241.91%2089.5a14%2014%200%200%200-.04-19.84M233.42%2081L105%20209.41a2%202%200%200%201-2.81%200l-71.62-72a2%202%200%200%201%200-2.82l24-24A2%202%200%200%201%2056%20110a2.12%202.12%200%200%201%201.5.64l42.35%2041.08a6%206%200%200%200%208.39%200l98.37-97.11a2%202%200%200%201%202.87%200l24%2023.56a2%202%200%200%201-.06%202.83%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%22m241.87%2069.66l-24-23.56a14%2014%200%200%200-19.77%200L104%20139l-38.1-36.9a14%2014%200%200%200-19.8%200l-24%2024a14%2014%200%200%200%200%2019.79l71.62%2072a14%2014%200%200%200%2019.8%200L241.91%2089.5a14%2014%200%200%200-.04-19.84M233.42%2081L105%20209.41a2%202%200%200%201-2.81%200l-71.62-72a2%202%200%200%201%200-2.82l24-24A2%202%200%200%201%2056%20110a2.12%202.12%200%200%201%201.5.64l42.35%2041.08a6%206%200%200%200%208.39%200l98.37-97.11a2%202%200%200%201%202.87%200l24%2023.56a2%202%200%200%201-.06%202.83%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/check-fat-light.svg?color=%231a73e8&size=48