safety certificate icon

safety-certificate-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
safety-certificate-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
safety-certificate, safety-certificate-outline

2 other variants in Ant Design Icons

The same icon in other sets

Use the safety certificate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2M810 654.3L512 886.5L214 654.3V226.7l298-101.6l298 101.6zm-405.8-201c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.3 0-12.7-6.5-12.7h-55.2c-5.1 0-10 2.5-13 6.6L468.9 542.4z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignSafetyCertificateOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2M810 654.3L512 886.5L214 654.3V226.7l298-101.6l298 101.6zm-405.8-201c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.3 0-12.7-6.5-12.7h-55.2c-5.1 0-10 2.5-13 6.6L468.9 542.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2M810 654.3L512 886.5L214 654.3V226.7l298-101.6l298 101.6zm-405.8-201c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.3 0-12.7-6.5-12.7h-55.2c-5.1 0-10 2.5-13 6.6L468.9 542.4z"/></svg>
</template>

CSS

.icon-safety-certificate-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M866.9%20169.9L527.1%2054.1C523%2052.7%20517.5%2052%20512%2052s-11%20.7-15.1%202.1L157.1%20169.9c-8.3%202.8-15.1%2012.4-15.1%2021.2v482.4c0%208.8%205.7%2020.4%2012.6%2025.9L499.3%20968c3.5%202.7%208%204.1%2012.6%204.1s9.2-1.4%2012.6-4.1l344.7-268.6c6.9-5.4%2012.6-17%2012.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2M810%20654.3L512%20886.5L214%20654.3V226.7l298-101.6l298%20101.6zm-405.8-201c-3-4.1-7.8-6.6-13-6.6H336c-6.5%200-10.3%207.4-6.5%2012.7l126.4%20174a16.1%2016.1%200%200%200%2026%200l212.6-292.7c3.8-5.3%200-12.7-6.5-12.7h-55.2c-5.1%200-10%202.5-13%206.6L468.9%20542.4z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M866.9%20169.9L527.1%2054.1C523%2052.7%20517.5%2052%20512%2052s-11%20.7-15.1%202.1L157.1%20169.9c-8.3%202.8-15.1%2012.4-15.1%2021.2v482.4c0%208.8%205.7%2020.4%2012.6%2025.9L499.3%20968c3.5%202.7%208%204.1%2012.6%204.1s9.2-1.4%2012.6-4.1l344.7-268.6c6.9-5.4%2012.6-17%2012.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2M810%20654.3L512%20886.5L214%20654.3V226.7l298-101.6l298%20101.6zm-405.8-201c-3-4.1-7.8-6.6-13-6.6H336c-6.5%200-10.3%207.4-6.5%2012.7l126.4%20174a16.1%2016.1%200%200%200%2026%200l212.6-292.7c3.8-5.3%200-12.7-6.5-12.7h-55.2c-5.1%200-10%202.5-13%206.6L468.9%20542.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/safety-certificate-outlined.svg?color=%231a73e8&size=48