diploma check icon
diploma-check from Reicon by REICON · Outline · School · MIT Free for personal and commercial use.
- Name
- diploma-check
- Set
- Reicon
- Style
- Outline
- 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"><path fill="currentColor" fill-rule="evenodd" d="M7.945 1.25h8.11c1.367 0 2.47 0 3.337.117c.9.12 1.658.38 2.26.981c.602.602.86 1.36.982 2.26c.116.867.116 1.97.116 3.337v4.11c0 1.367 0 2.47-.116 3.337c-.122.9-.38 1.658-.982 2.26c-.498.498-1.105.763-1.816.907c-.69.14-1.523.176-2.508.187h-.23a2.5 2.5 0 0 1-.473.85a.96.96 0 0 0-.226.546a2.46 2.46 0 0 1-2.257 2.257a.96.96 0 0 0-.546.226a2.46 2.46 0 0 1-3.192 0a.96.96 0 0 0-.546-.226A2.46 2.46 0 0 1 7.6 20.142a.96.96 0 0 0-.226-.546a2.5 2.5 0 0 1-.472-.848c-1.04-.007-1.911-.036-2.627-.167c-.758-.14-1.403-.404-1.928-.93c-.602-.601-.86-1.36-.981-2.26c-.117-.866-.117-1.969-.117-3.336v-4.11c0-1.367 0-2.47.117-3.337c.12-.9.38-1.658.981-2.26c.602-.602 1.36-.86 2.26-.981c.867-.117 1.97-.117 3.337-.117m-1.04 15.998c.096-.302.253-.59.47-.844a.96.96 0 0 0 .226-.546A2.46 2.46 0 0 1 9.858 13.6a.96.96 0 0 0 .546-.227a2.46 2.46 0 0 1 3.192 0a.96.96 0 0 0 .546.227a2.46 2.46 0 0 1 2.257 2.257a.96.96 0 0 0 .226.546c.217.254.373.54.47.842h.22c.985-.01 1.687-.048 2.222-.156c.514-.105.822-.267 1.054-.499c.277-.277.457-.665.556-1.4c.101-.755.103-1.756.103-3.191V8c0-1.435-.002-2.437-.103-3.192c-.099-.734-.28-1.122-.556-1.399c-.277-.277-.665-.457-1.4-.556c-.755-.101-1.756-.103-3.191-.103H8c-1.435 0-2.437.002-3.192.103c-.734.099-1.122.28-1.399.556c-.277.277-.457.665-.556 1.4C2.752 5.562 2.75 6.564 2.75 8v4c0 1.435.002 2.437.103 3.192c.099.734.28 1.122.556 1.399c.243.243.572.41 1.138.515c.57.104 1.316.134 2.357.142M8.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 6m-2 3.5A.75.75 0 0 1 7 8.75h10a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1-.75-.75m6.373 5.016a.96.96 0 0 0-1.246 0a2.46 2.46 0 0 1-1.4.58a.96.96 0 0 0-.88.881a2.46 2.46 0 0 1-.58 1.4a.96.96 0 0 0 0 1.246c.335.394.538.884.58 1.4a.96.96 0 0 0 .88.88a2.46 2.46 0 0 1 1.4.58a.96.96 0 0 0 1.246 0a2.46 2.46 0 0 1 1.4-.58a.96.96 0 0 0 .88-.88a2.46 2.46 0 0 1 .58-1.4a.96.96 0 0 0 0-1.246a2.46 2.46 0 0 1-.58-1.4a.96.96 0 0 0-.88-.88a2.46 2.46 0 0 1-1.4-.58m.365 1.936a.75.75 0 1 1 1.024 1.096l-2.143 2a.75.75 0 0 1-1.024 0l-.857-.8a.75.75 0 0 1 1.024-1.096l.345.322z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconDiplomaCheck(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" fillRule="evenodd" d="M7.945 1.25h8.11c1.367 0 2.47 0 3.337.117c.9.12 1.658.38 2.26.981c.602.602.86 1.36.982 2.26c.116.867.116 1.97.116 3.337v4.11c0 1.367 0 2.47-.116 3.337c-.122.9-.38 1.658-.982 2.26c-.498.498-1.105.763-1.816.907c-.69.14-1.523.176-2.508.187h-.23a2.5 2.5 0 0 1-.473.85a.96.96 0 0 0-.226.546a2.46 2.46 0 0 1-2.257 2.257a.96.96 0 0 0-.546.226a2.46 2.46 0 0 1-3.192 0a.96.96 0 0 0-.546-.226A2.46 2.46 0 0 1 7.6 20.142a.96.96 0 0 0-.226-.546a2.5 2.5 0 0 1-.472-.848c-1.04-.007-1.911-.036-2.627-.167c-.758-.14-1.403-.404-1.928-.93c-.602-.601-.86-1.36-.981-2.26c-.117-.866-.117-1.969-.117-3.336v-4.11c0-1.367 0-2.47.117-3.337c.12-.9.38-1.658.981-2.26c.602-.602 1.36-.86 2.26-.981c.867-.117 1.97-.117 3.337-.117m-1.04 15.998c.096-.302.253-.59.47-.844a.96.96 0 0 0 .226-.546A2.46 2.46 0 0 1 9.858 13.6a.96.96 0 0 0 .546-.227a2.46 2.46 0 0 1 3.192 0a.96.96 0 0 0 .546.227a2.46 2.46 0 0 1 2.257 2.257a.96.96 0 0 0 .226.546c.217.254.373.54.47.842h.22c.985-.01 1.687-.048 2.222-.156c.514-.105.822-.267 1.054-.499c.277-.277.457-.665.556-1.4c.101-.755.103-1.756.103-3.191V8c0-1.435-.002-2.437-.103-3.192c-.099-.734-.28-1.122-.556-1.399c-.277-.277-.665-.457-1.4-.556c-.755-.101-1.756-.103-3.191-.103H8c-1.435 0-2.437.002-3.192.103c-.734.099-1.122.28-1.399.556c-.277.277-.457.665-.556 1.4C2.752 5.562 2.75 6.564 2.75 8v4c0 1.435.002 2.437.103 3.192c.099.734.28 1.122.556 1.399c.243.243.572.41 1.138.515c.57.104 1.316.134 2.357.142M8.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 6m-2 3.5A.75.75 0 0 1 7 8.75h10a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1-.75-.75m6.373 5.016a.96.96 0 0 0-1.246 0a2.46 2.46 0 0 1-1.4.58a.96.96 0 0 0-.88.881a2.46 2.46 0 0 1-.58 1.4a.96.96 0 0 0 0 1.246c.335.394.538.884.58 1.4a.96.96 0 0 0 .88.88a2.46 2.46 0 0 1 1.4.58a.96.96 0 0 0 1.246 0a2.46 2.46 0 0 1 1.4-.58a.96.96 0 0 0 .88-.88a2.46 2.46 0 0 1 .58-1.4a.96.96 0 0 0 0-1.246a2.46 2.46 0 0 1-.58-1.4a.96.96 0 0 0-.88-.88a2.46 2.46 0 0 1-1.4-.58m.365 1.936a.75.75 0 1 1 1.024 1.096l-2.143 2a.75.75 0 0 1-1.024 0l-.857-.8a.75.75 0 0 1 1.024-1.096l.345.322z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.945 1.25h8.11c1.367 0 2.47 0 3.337.117c.9.12 1.658.38 2.26.981c.602.602.86 1.36.982 2.26c.116.867.116 1.97.116 3.337v4.11c0 1.367 0 2.47-.116 3.337c-.122.9-.38 1.658-.982 2.26c-.498.498-1.105.763-1.816.907c-.69.14-1.523.176-2.508.187h-.23a2.5 2.5 0 0 1-.473.85a.96.96 0 0 0-.226.546a2.46 2.46 0 0 1-2.257 2.257a.96.96 0 0 0-.546.226a2.46 2.46 0 0 1-3.192 0a.96.96 0 0 0-.546-.226A2.46 2.46 0 0 1 7.6 20.142a.96.96 0 0 0-.226-.546a2.5 2.5 0 0 1-.472-.848c-1.04-.007-1.911-.036-2.627-.167c-.758-.14-1.403-.404-1.928-.93c-.602-.601-.86-1.36-.981-2.26c-.117-.866-.117-1.969-.117-3.336v-4.11c0-1.367 0-2.47.117-3.337c.12-.9.38-1.658.981-2.26c.602-.602 1.36-.86 2.26-.981c.867-.117 1.97-.117 3.337-.117m-1.04 15.998c.096-.302.253-.59.47-.844a.96.96 0 0 0 .226-.546A2.46 2.46 0 0 1 9.858 13.6a.96.96 0 0 0 .546-.227a2.46 2.46 0 0 1 3.192 0a.96.96 0 0 0 .546.227a2.46 2.46 0 0 1 2.257 2.257a.96.96 0 0 0 .226.546c.217.254.373.54.47.842h.22c.985-.01 1.687-.048 2.222-.156c.514-.105.822-.267 1.054-.499c.277-.277.457-.665.556-1.4c.101-.755.103-1.756.103-3.191V8c0-1.435-.002-2.437-.103-3.192c-.099-.734-.28-1.122-.556-1.399c-.277-.277-.665-.457-1.4-.556c-.755-.101-1.756-.103-3.191-.103H8c-1.435 0-2.437.002-3.192.103c-.734.099-1.122.28-1.399.556c-.277.277-.457.665-.556 1.4C2.752 5.562 2.75 6.564 2.75 8v4c0 1.435.002 2.437.103 3.192c.099.734.28 1.122.556 1.399c.243.243.572.41 1.138.515c.57.104 1.316.134 2.357.142M8.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 6m-2 3.5A.75.75 0 0 1 7 8.75h10a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1-.75-.75m6.373 5.016a.96.96 0 0 0-1.246 0a2.46 2.46 0 0 1-1.4.58a.96.96 0 0 0-.88.881a2.46 2.46 0 0 1-.58 1.4a.96.96 0 0 0 0 1.246c.335.394.538.884.58 1.4a.96.96 0 0 0 .88.88a2.46 2.46 0 0 1 1.4.58a.96.96 0 0 0 1.246 0a2.46 2.46 0 0 1 1.4-.58a.96.96 0 0 0 .88-.88a2.46 2.46 0 0 1 .58-1.4a.96.96 0 0 0 0-1.246a2.46 2.46 0 0 1-.58-1.4a.96.96 0 0 0-.88-.88a2.46 2.46 0 0 1-1.4-.58m.365 1.936a.75.75 0 1 1 1.024 1.096l-2.143 2a.75.75 0 0 1-1.024 0l-.857-.8a.75.75 0 0 1 1.024-1.096l.345.322z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-diploma-check {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.945%201.25h8.11c1.367%200%202.47%200%203.337.117c.9.12%201.658.38%202.26.981c.602.602.86%201.36.982%202.26c.116.867.116%201.97.116%203.337v4.11c0%201.367%200%202.47-.116%203.337c-.122.9-.38%201.658-.982%202.26c-.498.498-1.105.763-1.816.907c-.69.14-1.523.176-2.508.187h-.23a2.5%202.5%200%200%201-.473.85a.96.96%200%200%200-.226.546a2.46%202.46%200%200%201-2.257%202.257a.96.96%200%200%200-.546.226a2.46%202.46%200%200%201-3.192%200a.96.96%200%200%200-.546-.226A2.46%202.46%200%200%201%207.6%2020.142a.96.96%200%200%200-.226-.546a2.5%202.5%200%200%201-.472-.848c-1.04-.007-1.911-.036-2.627-.167c-.758-.14-1.403-.404-1.928-.93c-.602-.601-.86-1.36-.981-2.26c-.117-.866-.117-1.969-.117-3.336v-4.11c0-1.367%200-2.47.117-3.337c.12-.9.38-1.658.981-2.26c.602-.602%201.36-.86%202.26-.981c.867-.117%201.97-.117%203.337-.117m-1.04%2015.998c.096-.302.253-.59.47-.844a.96.96%200%200%200%20.226-.546A2.46%202.46%200%200%201%209.858%2013.6a.96.96%200%200%200%20.546-.227a2.46%202.46%200%200%201%203.192%200a.96.96%200%200%200%20.546.227a2.46%202.46%200%200%201%202.257%202.257a.96.96%200%200%200%20.226.546c.217.254.373.54.47.842h.22c.985-.01%201.687-.048%202.222-.156c.514-.105.822-.267%201.054-.499c.277-.277.457-.665.556-1.4c.101-.755.103-1.756.103-3.191V8c0-1.435-.002-2.437-.103-3.192c-.099-.734-.28-1.122-.556-1.399c-.277-.277-.665-.457-1.4-.556c-.755-.101-1.756-.103-3.191-.103H8c-1.435%200-2.437.002-3.192.103c-.734.099-1.122.28-1.399.556c-.277.277-.457.665-.556%201.4C2.752%205.562%202.75%206.564%202.75%208v4c0%201.435.002%202.437.103%203.192c.099.734.28%201.122.556%201.399c.243.243.572.41%201.138.515c.57.104%201.316.134%202.357.142M8.25%206A.75.75%200%200%201%209%205.25h6a.75.75%200%200%201%200%201.5H9A.75.75%200%200%201%208.25%206m-2%203.5A.75.75%200%200%201%207%208.75h10a.75.75%200%200%201%200%201.5H7a.75.75%200%200%201-.75-.75m6.373%205.016a.96.96%200%200%200-1.246%200a2.46%202.46%200%200%201-1.4.58a.96.96%200%200%200-.88.881a2.46%202.46%200%200%201-.58%201.4a.96.96%200%200%200%200%201.246c.335.394.538.884.58%201.4a.96.96%200%200%200%20.88.88a2.46%202.46%200%200%201%201.4.58a.96.96%200%200%200%201.246%200a2.46%202.46%200%200%201%201.4-.58a.96.96%200%200%200%20.88-.88a2.46%202.46%200%200%201%20.58-1.4a.96.96%200%200%200%200-1.246a2.46%202.46%200%200%201-.58-1.4a.96.96%200%200%200-.88-.88a2.46%202.46%200%200%201-1.4-.58m.365%201.936a.75.75%200%201%201%201.024%201.096l-2.143%202a.75.75%200%200%201-1.024%200l-.857-.8a.75.75%200%200%201%201.024-1.096l.345.322z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.945%201.25h8.11c1.367%200%202.47%200%203.337.117c.9.12%201.658.38%202.26.981c.602.602.86%201.36.982%202.26c.116.867.116%201.97.116%203.337v4.11c0%201.367%200%202.47-.116%203.337c-.122.9-.38%201.658-.982%202.26c-.498.498-1.105.763-1.816.907c-.69.14-1.523.176-2.508.187h-.23a2.5%202.5%200%200%201-.473.85a.96.96%200%200%200-.226.546a2.46%202.46%200%200%201-2.257%202.257a.96.96%200%200%200-.546.226a2.46%202.46%200%200%201-3.192%200a.96.96%200%200%200-.546-.226A2.46%202.46%200%200%201%207.6%2020.142a.96.96%200%200%200-.226-.546a2.5%202.5%200%200%201-.472-.848c-1.04-.007-1.911-.036-2.627-.167c-.758-.14-1.403-.404-1.928-.93c-.602-.601-.86-1.36-.981-2.26c-.117-.866-.117-1.969-.117-3.336v-4.11c0-1.367%200-2.47.117-3.337c.12-.9.38-1.658.981-2.26c.602-.602%201.36-.86%202.26-.981c.867-.117%201.97-.117%203.337-.117m-1.04%2015.998c.096-.302.253-.59.47-.844a.96.96%200%200%200%20.226-.546A2.46%202.46%200%200%201%209.858%2013.6a.96.96%200%200%200%20.546-.227a2.46%202.46%200%200%201%203.192%200a.96.96%200%200%200%20.546.227a2.46%202.46%200%200%201%202.257%202.257a.96.96%200%200%200%20.226.546c.217.254.373.54.47.842h.22c.985-.01%201.687-.048%202.222-.156c.514-.105.822-.267%201.054-.499c.277-.277.457-.665.556-1.4c.101-.755.103-1.756.103-3.191V8c0-1.435-.002-2.437-.103-3.192c-.099-.734-.28-1.122-.556-1.399c-.277-.277-.665-.457-1.4-.556c-.755-.101-1.756-.103-3.191-.103H8c-1.435%200-2.437.002-3.192.103c-.734.099-1.122.28-1.399.556c-.277.277-.457.665-.556%201.4C2.752%205.562%202.75%206.564%202.75%208v4c0%201.435.002%202.437.103%203.192c.099.734.28%201.122.556%201.399c.243.243.572.41%201.138.515c.57.104%201.316.134%202.357.142M8.25%206A.75.75%200%200%201%209%205.25h6a.75.75%200%200%201%200%201.5H9A.75.75%200%200%201%208.25%206m-2%203.5A.75.75%200%200%201%207%208.75h10a.75.75%200%200%201%200%201.5H7a.75.75%200%200%201-.75-.75m6.373%205.016a.96.96%200%200%200-1.246%200a2.46%202.46%200%200%201-1.4.58a.96.96%200%200%200-.88.881a2.46%202.46%200%200%201-.58%201.4a.96.96%200%200%200%200%201.246c.335.394.538.884.58%201.4a.96.96%200%200%200%20.88.88a2.46%202.46%200%200%201%201.4.58a.96.96%200%200%200%201.246%200a2.46%202.46%200%200%201%201.4-.58a.96.96%200%200%200%20.88-.88a2.46%202.46%200%200%201%20.58-1.4a.96.96%200%200%200%200-1.246a2.46%202.46%200%200%201-.58-1.4a.96.96%200%200%200-.88-.88a2.46%202.46%200%200%201-1.4-.58m.365%201.936a.75.75%200%201%201%201.024%201.096l-2.143%202a.75.75%200%200%201-1.024%200l-.857-.8a.75.75%200%200%201%201.024-1.096l.345.322z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/diploma-check.svg?color=%231a73e8&size=48