certificate-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
certificate-off-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Use the certificate off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06L16.94 18H10v-1q.18-.24.331-.5h5.108L3.837 4.897a1.25 1.25 0 0 0-.336.853v3.919A5 5 0 0 0 2.001 11V5.75c0-.744.296-1.417.776-1.912L2.22 3.28a.75.75 0 0 1 0-1.06M9 21.249l-.007.104a.75.75 0 0 1-1.173.51l-1.819-1.272l-1.82 1.272l-.09.055A.75.75 0 0 1 3 21.249l.001-3.246A4.98 4.98 0 0 0 6 19a4.98 4.98 0 0 0 3.001-1zM6.001 10A4 4 0 1 1 6 18.001A4 4 0 0 1 6 10m13.25-7A2.75 2.75 0 0 1 22 5.75v9.5c0 .97-.503 1.819-1.26 2.309l-1.117-1.117a1.25 1.25 0 0 0 .877-1.192v-9.5c0-.69-.56-1.25-1.25-1.25H7.681L6.182 3zm-2 4a.75.75 0 0 1 0 1.5h-5.57L10.18 7z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCertificateOff24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06L16.94 18H10v-1q.18-.24.331-.5h5.108L3.837 4.897a1.25 1.25 0 0 0-.336.853v3.919A5 5 0 0 0 2.001 11V5.75c0-.744.296-1.417.776-1.912L2.22 3.28a.75.75 0 0 1 0-1.06M9 21.249l-.007.104a.75.75 0 0 1-1.173.51l-1.819-1.272l-1.82 1.272l-.09.055A.75.75 0 0 1 3 21.249l.001-3.246A4.98 4.98 0 0 0 6 19a4.98 4.98 0 0 0 3.001-1zM6.001 10A4 4 0 1 1 6 18.001A4 4 0 0 1 6 10m13.25-7A2.75 2.75 0 0 1 22 5.75v9.5c0 .97-.503 1.819-1.26 2.309l-1.117-1.117a1.25 1.25 0 0 0 .877-1.192v-9.5c0-.69-.56-1.25-1.25-1.25H7.681L6.182 3zm-2 4a.75.75 0 0 1 0 1.5h-5.57L10.18 7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06L16.94 18H10v-1q.18-.24.331-.5h5.108L3.837 4.897a1.25 1.25 0 0 0-.336.853v3.919A5 5 0 0 0 2.001 11V5.75c0-.744.296-1.417.776-1.912L2.22 3.28a.75.75 0 0 1 0-1.06M9 21.249l-.007.104a.75.75 0 0 1-1.173.51l-1.819-1.272l-1.82 1.272l-.09.055A.75.75 0 0 1 3 21.249l.001-3.246A4.98 4.98 0 0 0 6 19a4.98 4.98 0 0 0 3.001-1zM6.001 10A4 4 0 1 1 6 18.001A4 4 0 0 1 6 10m13.25-7A2.75 2.75 0 0 1 22 5.75v9.5c0 .97-.503 1.819-1.26 2.309l-1.117-1.117a1.25 1.25 0 0 0 .877-1.192v-9.5c0-.69-.56-1.25-1.25-1.25H7.681L6.182 3zm-2 4a.75.75 0 0 1 0 1.5h-5.57L10.18 7z"/></svg>
</template>

CSS

.icon-certificate-off-24-regular {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.22%202.22a.75.75%200%200%201%201.06%200l18.5%2018.5a.75.75%200%200%201-1.06%201.06L16.94%2018H10v-1q.18-.24.331-.5h5.108L3.837%204.897a1.25%201.25%200%200%200-.336.853v3.919A5%205%200%200%200%202.001%2011V5.75c0-.744.296-1.417.776-1.912L2.22%203.28a.75.75%200%200%201%200-1.06M9%2021.249l-.007.104a.75.75%200%200%201-1.173.51l-1.819-1.272l-1.82%201.272l-.09.055A.75.75%200%200%201%203%2021.249l.001-3.246A4.98%204.98%200%200%200%206%2019a4.98%204.98%200%200%200%203.001-1zM6.001%2010A4%204%200%201%201%206%2018.001A4%204%200%200%201%206%2010m13.25-7A2.75%202.75%200%200%201%2022%205.75v9.5c0%20.97-.503%201.819-1.26%202.309l-1.117-1.117a1.25%201.25%200%200%200%20.877-1.192v-9.5c0-.69-.56-1.25-1.25-1.25H7.681L6.182%203zm-2%204a.75.75%200%200%201%200%201.5h-5.57L10.18%207z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.22%202.22a.75.75%200%200%201%201.06%200l18.5%2018.5a.75.75%200%200%201-1.06%201.06L16.94%2018H10v-1q.18-.24.331-.5h5.108L3.837%204.897a1.25%201.25%200%200%200-.336.853v3.919A5%205%200%200%200%202.001%2011V5.75c0-.744.296-1.417.776-1.912L2.22%203.28a.75.75%200%200%201%200-1.06M9%2021.249l-.007.104a.75.75%200%200%201-1.173.51l-1.819-1.272l-1.82%201.272l-.09.055A.75.75%200%200%201%203%2021.249l.001-3.246A4.98%204.98%200%200%200%206%2019a4.98%204.98%200%200%200%203.001-1zM6.001%2010A4%204%200%201%201%206%2018.001A4%204%200%200%201%206%2010m13.25-7A2.75%202.75%200%200%201%2022%205.75v9.5c0%20.97-.503%201.819-1.26%202.309l-1.117-1.117a1.25%201.25%200%200%200%20.877-1.192v-9.5c0-.69-.56-1.25-1.25-1.25H7.681L6.182%203zm-2%204a.75.75%200%200%201%200%201.5h-5.57L10.18%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/certificate-off-24-regular.svg?color=%231a73e8&size=48