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

Name
certificate-off-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M6 14.499a.5.5 0 0 1-.264.441a.5.5 0 0 1-.513-.024L4 14.1l-1.223.815A.498.498 0 0 1 2 14.5v-2.057A3.96 3.96 0 0 0 4 13a3.96 3.96 0 0 0 2-.556zM1.146 1.147a.5.5 0 0 1 .708 0l13 13a.5.5 0 1 1-.707.707L11.293 12H7v-.354q.263-.3.465-.646h2.828L2.455 3.162A1 1 0 0 0 2 4v1.535a4 4 0 0 0-1 .82V4c0-.627.29-1.185.741-1.552l-.595-.594a.5.5 0 0 1 0-.707M4 6a3 3 0 1 1 0 6a3 3 0 0 1 0-6m9-4a2 2 0 0 1 2 2v6c0 .78-.447 1.452-1.097 1.782l-.789-.789A1 1 0 0 0 14 10V4a1 1 0 0 0-1-1H5.121l-1-1zm-1.5 3a.5.5 0 0 1 0 1H8.121l-1-1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCertificateOff16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6 14.499a.5.5 0 0 1-.264.441a.5.5 0 0 1-.513-.024L4 14.1l-1.223.815A.498.498 0 0 1 2 14.5v-2.057A3.96 3.96 0 0 0 4 13a3.96 3.96 0 0 0 2-.556zM1.146 1.147a.5.5 0 0 1 .708 0l13 13a.5.5 0 1 1-.707.707L11.293 12H7v-.354q.263-.3.465-.646h2.828L2.455 3.162A1 1 0 0 0 2 4v1.535a4 4 0 0 0-1 .82V4c0-.627.29-1.185.741-1.552l-.595-.594a.5.5 0 0 1 0-.707M4 6a3 3 0 1 1 0 6a3 3 0 0 1 0-6m9-4a2 2 0 0 1 2 2v6c0 .78-.447 1.452-1.097 1.782l-.789-.789A1 1 0 0 0 14 10V4a1 1 0 0 0-1-1H5.121l-1-1zm-1.5 3a.5.5 0 0 1 0 1H8.121l-1-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6 14.499a.5.5 0 0 1-.264.441a.5.5 0 0 1-.513-.024L4 14.1l-1.223.815A.498.498 0 0 1 2 14.5v-2.057A3.96 3.96 0 0 0 4 13a3.96 3.96 0 0 0 2-.556zM1.146 1.147a.5.5 0 0 1 .708 0l13 13a.5.5 0 1 1-.707.707L11.293 12H7v-.354q.263-.3.465-.646h2.828L2.455 3.162A1 1 0 0 0 2 4v1.535a4 4 0 0 0-1 .82V4c0-.627.29-1.185.741-1.552l-.595-.594a.5.5 0 0 1 0-.707M4 6a3 3 0 1 1 0 6a3 3 0 0 1 0-6m9-4a2 2 0 0 1 2 2v6c0 .78-.447 1.452-1.097 1.782l-.789-.789A1 1 0 0 0 14 10V4a1 1 0 0 0-1-1H5.121l-1-1zm-1.5 3a.5.5 0 0 1 0 1H8.121l-1-1z"/></svg>
</template>

CSS

.icon-certificate-off-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2014.499a.5.5%200%200%201-.264.441a.5.5%200%200%201-.513-.024L4%2014.1l-1.223.815A.498.498%200%200%201%202%2014.5v-2.057A3.96%203.96%200%200%200%204%2013a3.96%203.96%200%200%200%202-.556zM1.146%201.147a.5.5%200%200%201%20.708%200l13%2013a.5.5%200%201%201-.707.707L11.293%2012H7v-.354q.263-.3.465-.646h2.828L2.455%203.162A1%201%200%200%200%202%204v1.535a4%204%200%200%200-1%20.82V4c0-.627.29-1.185.741-1.552l-.595-.594a.5.5%200%200%201%200-.707M4%206a3%203%200%201%201%200%206a3%203%200%200%201%200-6m9-4a2%202%200%200%201%202%202v6c0%20.78-.447%201.452-1.097%201.782l-.789-.789A1%201%200%200%200%2014%2010V4a1%201%200%200%200-1-1H5.121l-1-1zm-1.5%203a.5.5%200%200%201%200%201H8.121l-1-1z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2014.499a.5.5%200%200%201-.264.441a.5.5%200%200%201-.513-.024L4%2014.1l-1.223.815A.498.498%200%200%201%202%2014.5v-2.057A3.96%203.96%200%200%200%204%2013a3.96%203.96%200%200%200%202-.556zM1.146%201.147a.5.5%200%200%201%20.708%200l13%2013a.5.5%200%201%201-.707.707L11.293%2012H7v-.354q.263-.3.465-.646h2.828L2.455%203.162A1%201%200%200%200%202%204v1.535a4%204%200%200%200-1%20.82V4c0-.627.29-1.185.741-1.552l-.595-.594a.5.5%200%200%201%200-.707M4%206a3%203%200%201%201%200%206a3%203%200%200%201%200-6m9-4a2%202%200%200%201%202%202v6c0%20.78-.447%201.452-1.097%201.782l-.789-.789A1%201%200%200%200%2014%2010V4a1%201%200%200%200-1-1H5.121l-1-1zm-1.5%203a.5.5%200%200%201%200%201H8.121l-1-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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