diploma check icon

diploma-check-filled from Reicon by REICON · Filled · School · MIT Free for personal and commercial use.

Name
diploma-check-filled
Set
Reicon
Style
Filled
Category
School
Viewbox
24×24
License
MIT

2 other variants in Reicon

More school icons from Reicon

Use the diploma check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M2 12V8c0-2.828 0-4.243.879-5.121C3.757 2 5.172 2 8 2h8c2.828 0 4.243 0 5.121.879C22 3.757 22 5.172 22 8v4c0 2.828 0 4.243-.879 5.121c-.646.647-1.582.818-3.158.863a3.2 3.2 0 0 0-.767-2.066a.2.2 0 0 1-.05-.12a3.21 3.21 0 0 0-2.944-2.945a.2.2 0 0 1-.12-.05a3.21 3.21 0 0 0-4.164 0a.2.2 0 0 1-.12.05a3.21 3.21 0 0 0-2.945 2.945a.2.2 0 0 1-.05.12a3.2 3.2 0 0 0-.766 2.066c-1.576-.045-2.512-.216-3.158-.863C2 16.243 2 14.828 2 12m6.25-6A.75.75 0 0 1 9 5.25h6a.75.75 0 0 1 0 1.5H9A.75.75 0 0 1 8.25 6M7 8.75a.75.75 0 0 0 0 1.5h10a.75.75 0 0 0 0-1.5z"/><path d="M13.11 13.945a1.71 1.71 0 0 0-2.22 0a1.7 1.7 0 0 1-.973.403a1.71 1.71 0 0 0-1.569 1.57c-.028.358-.17.698-.403.973a1.71 1.71 0 0 0 0 2.218c.234.274.375.615.403.973a1.71 1.71 0 0 0 1.57 1.57c.358.028.699.169.973.402a1.71 1.71 0 0 0 2.218 0a1.7 1.7 0 0 1 .973-.403a1.71 1.71 0 0 0 1.57-1.569a1.7 1.7 0 0 1 .402-.973a1.71 1.71 0 0 0 0-2.219a1.7 1.7 0 0 1-.403-.973a1.71 1.71 0 0 0-1.569-1.569a1.7 1.7 0 0 1-.973-.403m.902 3.603a.75.75 0 1 0-1.024-1.096l-1.63 1.522l-.346-.322a.75.75 0 0 0-1.024 1.096l.857.8a.75.75 0 0 0 1.024 0z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconDiplomaCheckFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M2 12V8c0-2.828 0-4.243.879-5.121C3.757 2 5.172 2 8 2h8c2.828 0 4.243 0 5.121.879C22 3.757 22 5.172 22 8v4c0 2.828 0 4.243-.879 5.121c-.646.647-1.582.818-3.158.863a3.2 3.2 0 0 0-.767-2.066a.2.2 0 0 1-.05-.12a3.21 3.21 0 0 0-2.944-2.945a.2.2 0 0 1-.12-.05a3.21 3.21 0 0 0-4.164 0a.2.2 0 0 1-.12.05a3.21 3.21 0 0 0-2.945 2.945a.2.2 0 0 1-.05.12a3.2 3.2 0 0 0-.766 2.066c-1.576-.045-2.512-.216-3.158-.863C2 16.243 2 14.828 2 12m6.25-6A.75.75 0 0 1 9 5.25h6a.75.75 0 0 1 0 1.5H9A.75.75 0 0 1 8.25 6M7 8.75a.75.75 0 0 0 0 1.5h10a.75.75 0 0 0 0-1.5z"/><path d="M13.11 13.945a1.71 1.71 0 0 0-2.22 0a1.7 1.7 0 0 1-.973.403a1.71 1.71 0 0 0-1.569 1.57c-.028.358-.17.698-.403.973a1.71 1.71 0 0 0 0 2.218c.234.274.375.615.403.973a1.71 1.71 0 0 0 1.57 1.57c.358.028.699.169.973.402a1.71 1.71 0 0 0 2.218 0a1.7 1.7 0 0 1 .973-.403a1.71 1.71 0 0 0 1.57-1.569a1.7 1.7 0 0 1 .402-.973a1.71 1.71 0 0 0 0-2.219a1.7 1.7 0 0 1-.403-.973a1.71 1.71 0 0 0-1.569-1.569a1.7 1.7 0 0 1-.973-.403m.902 3.603a.75.75 0 1 0-1.024-1.096l-1.63 1.522l-.346-.322a.75.75 0 0 0-1.024 1.096l.857.8a.75.75 0 0 0 1.024 0z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M2 12V8c0-2.828 0-4.243.879-5.121C3.757 2 5.172 2 8 2h8c2.828 0 4.243 0 5.121.879C22 3.757 22 5.172 22 8v4c0 2.828 0 4.243-.879 5.121c-.646.647-1.582.818-3.158.863a3.2 3.2 0 0 0-.767-2.066a.2.2 0 0 1-.05-.12a3.21 3.21 0 0 0-2.944-2.945a.2.2 0 0 1-.12-.05a3.21 3.21 0 0 0-4.164 0a.2.2 0 0 1-.12.05a3.21 3.21 0 0 0-2.945 2.945a.2.2 0 0 1-.05.12a3.2 3.2 0 0 0-.766 2.066c-1.576-.045-2.512-.216-3.158-.863C2 16.243 2 14.828 2 12m6.25-6A.75.75 0 0 1 9 5.25h6a.75.75 0 0 1 0 1.5H9A.75.75 0 0 1 8.25 6M7 8.75a.75.75 0 0 0 0 1.5h10a.75.75 0 0 0 0-1.5z"/><path d="M13.11 13.945a1.71 1.71 0 0 0-2.22 0a1.7 1.7 0 0 1-.973.403a1.71 1.71 0 0 0-1.569 1.57c-.028.358-.17.698-.403.973a1.71 1.71 0 0 0 0 2.218c.234.274.375.615.403.973a1.71 1.71 0 0 0 1.57 1.57c.358.028.699.169.973.402a1.71 1.71 0 0 0 2.218 0a1.7 1.7 0 0 1 .973-.403a1.71 1.71 0 0 0 1.57-1.569a1.7 1.7 0 0 1 .402-.973a1.71 1.71 0 0 0 0-2.219a1.7 1.7 0 0 1-.403-.973a1.71 1.71 0 0 0-1.569-1.569a1.7 1.7 0 0 1-.973-.403m.902 3.603a.75.75 0 1 0-1.024-1.096l-1.63 1.522l-.346-.322a.75.75 0 0 0-1.024 1.096l.857.8a.75.75 0 0 0 1.024 0z"/></g></svg>
</template>

CSS

.icon-diploma-check-filled {
  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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M2%2012V8c0-2.828%200-4.243.879-5.121C3.757%202%205.172%202%208%202h8c2.828%200%204.243%200%205.121.879C22%203.757%2022%205.172%2022%208v4c0%202.828%200%204.243-.879%205.121c-.646.647-1.582.818-3.158.863a3.2%203.2%200%200%200-.767-2.066a.2.2%200%200%201-.05-.12a3.21%203.21%200%200%200-2.944-2.945a.2.2%200%200%201-.12-.05a3.21%203.21%200%200%200-4.164%200a.2.2%200%200%201-.12.05a3.21%203.21%200%200%200-2.945%202.945a.2.2%200%200%201-.05.12a3.2%203.2%200%200%200-.766%202.066c-1.576-.045-2.512-.216-3.158-.863C2%2016.243%202%2014.828%202%2012m6.25-6A.75.75%200%200%201%209%205.25h6a.75.75%200%200%201%200%201.5H9A.75.75%200%200%201%208.25%206M7%208.75a.75.75%200%200%200%200%201.5h10a.75.75%200%200%200%200-1.5z%22%2F%3E%3Cpath%20d%3D%22M13.11%2013.945a1.71%201.71%200%200%200-2.22%200a1.7%201.7%200%200%201-.973.403a1.71%201.71%200%200%200-1.569%201.57c-.028.358-.17.698-.403.973a1.71%201.71%200%200%200%200%202.218c.234.274.375.615.403.973a1.71%201.71%200%200%200%201.57%201.57c.358.028.699.169.973.402a1.71%201.71%200%200%200%202.218%200a1.7%201.7%200%200%201%20.973-.403a1.71%201.71%200%200%200%201.57-1.569a1.7%201.7%200%200%201%20.402-.973a1.71%201.71%200%200%200%200-2.219a1.7%201.7%200%200%201-.403-.973a1.71%201.71%200%200%200-1.569-1.569a1.7%201.7%200%200%201-.973-.403m.902%203.603a.75.75%200%201%200-1.024-1.096l-1.63%201.522l-.346-.322a.75.75%200%200%200-1.024%201.096l.857.8a.75.75%200%200%200%201.024%200z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M2%2012V8c0-2.828%200-4.243.879-5.121C3.757%202%205.172%202%208%202h8c2.828%200%204.243%200%205.121.879C22%203.757%2022%205.172%2022%208v4c0%202.828%200%204.243-.879%205.121c-.646.647-1.582.818-3.158.863a3.2%203.2%200%200%200-.767-2.066a.2.2%200%200%201-.05-.12a3.21%203.21%200%200%200-2.944-2.945a.2.2%200%200%201-.12-.05a3.21%203.21%200%200%200-4.164%200a.2.2%200%200%201-.12.05a3.21%203.21%200%200%200-2.945%202.945a.2.2%200%200%201-.05.12a3.2%203.2%200%200%200-.766%202.066c-1.576-.045-2.512-.216-3.158-.863C2%2016.243%202%2014.828%202%2012m6.25-6A.75.75%200%200%201%209%205.25h6a.75.75%200%200%201%200%201.5H9A.75.75%200%200%201%208.25%206M7%208.75a.75.75%200%200%200%200%201.5h10a.75.75%200%200%200%200-1.5z%22%2F%3E%3Cpath%20d%3D%22M13.11%2013.945a1.71%201.71%200%200%200-2.22%200a1.7%201.7%200%200%201-.973.403a1.71%201.71%200%200%200-1.569%201.57c-.028.358-.17.698-.403.973a1.71%201.71%200%200%200%200%202.218c.234.274.375.615.403.973a1.71%201.71%200%200%200%201.57%201.57c.358.028.699.169.973.402a1.71%201.71%200%200%200%202.218%200a1.7%201.7%200%200%201%20.973-.403a1.71%201.71%200%200%200%201.57-1.569a1.7%201.7%200%200%201%20.402-.973a1.71%201.71%200%200%200%200-2.219a1.7%201.7%200%200%201-.403-.973a1.71%201.71%200%200%200-1.569-1.569a1.7%201.7%200%200%201-.973-.403m.902%203.603a.75.75%200%201%200-1.024-1.096l-1.63%201.522l-.346-.322a.75.75%200%200%200-1.024%201.096l.857.8a.75.75%200%200%200%201.024%200z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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