diploma icon
diploma from Reicon by REICON · Outline · School · MIT Free for personal and commercial use.
- Name
- diploma
- Set
- Reicon
- Style
- Outline
- Category
- School
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More school icons from Reicon
Use the diploma 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.907a9 9 0 0 1-1.206.146l.007.016c.273.64.04 1.385-.58 1.736a1.5 1.5 0 0 1-.527.166c-.146.022-.33.04-.533.06l-.02.002a7 7 0 0 0-.303.036a.1.1 0 0 0-.033.02l-.012.015l-.005.028c-.007.05-.015.119-.028.245l-.003.02c-.02.194-.039.372-.063.515a1.5 1.5 0 0 1-.181.53c-.375.607-1.122.794-1.736.553a1.6 1.6 0 0 1-.457-.293a11 11 0 0 1-.398-.37L12 20.299l-1.758 1.685c-.15.144-.284.272-.398.37a1.6 1.6 0 0 1-.457.294c-.614.24-1.361.053-1.736-.554a1.5 1.5 0 0 1-.18-.53a8 8 0 0 1-.064-.514l-.003-.02a6 6 0 0 0-.033-.274l-.012-.015a.1.1 0 0 0-.033-.02l-.043-.008a7 7 0 0 0-.26-.028l-.02-.002c-.204-.02-.387-.038-.533-.06a1.5 1.5 0 0 1-.527-.166a1.367 1.367 0 0 1-.58-1.736l.007-.016a9 9 0 0 1-1.094-.124c-.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-.117M6.733 17.246l.816-.782l.709-.71a3.75 3.75 0 0 1 7.484 0l.71.71l.86.825v-.043c.986-.01 1.69-.048 2.225-.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.539.099 1.234.13 2.186.14m8.683.303a3.76 3.76 0 0 1-2.078 1.955l1.444 1.384c.128.123.219.21.29.274c.009-.076.02-.17.032-.292l.005-.05c.02-.184.042-.401.118-.598c.168-.435.518-.764.95-.917c.194-.069.409-.09.602-.108l.321-.032l-.214-.206zm-3.386.7l-.03-.028l-.03.029a2.25 2.25 0 1 1 .06 0m-1.368 1.255l-1.444 1.384c-.128.123-.219.21-.29.274l-.032-.292l-.005-.05c-.02-.184-.042-.401-.118-.598a1.58 1.58 0 0 0-.95-.917a2.5 2.5 0 0 0-.602-.108l-.32-.032q.083-.083.213-.206l1.47-1.41a3.76 3.76 0 0 0 2.078 1.955M8.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-.75" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconDiploma(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.907a9 9 0 0 1-1.206.146l.007.016c.273.64.04 1.385-.58 1.736a1.5 1.5 0 0 1-.527.166c-.146.022-.33.04-.533.06l-.02.002a7 7 0 0 0-.303.036a.1.1 0 0 0-.033.02l-.012.015l-.005.028c-.007.05-.015.119-.028.245l-.003.02c-.02.194-.039.372-.063.515a1.5 1.5 0 0 1-.181.53c-.375.607-1.122.794-1.736.553a1.6 1.6 0 0 1-.457-.293a11 11 0 0 1-.398-.37L12 20.299l-1.758 1.685c-.15.144-.284.272-.398.37a1.6 1.6 0 0 1-.457.294c-.614.24-1.361.053-1.736-.554a1.5 1.5 0 0 1-.18-.53a8 8 0 0 1-.064-.514l-.003-.02a6 6 0 0 0-.033-.274l-.012-.015a.1.1 0 0 0-.033-.02l-.043-.008a7 7 0 0 0-.26-.028l-.02-.002c-.204-.02-.387-.038-.533-.06a1.5 1.5 0 0 1-.527-.166a1.367 1.367 0 0 1-.58-1.736l.007-.016a9 9 0 0 1-1.094-.124c-.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-.117M6.733 17.246l.816-.782l.709-.71a3.75 3.75 0 0 1 7.484 0l.71.71l.86.825v-.043c.986-.01 1.69-.048 2.225-.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.539.099 1.234.13 2.186.14m8.683.303a3.76 3.76 0 0 1-2.078 1.955l1.444 1.384c.128.123.219.21.29.274c.009-.076.02-.17.032-.292l.005-.05c.02-.184.042-.401.118-.598c.168-.435.518-.764.95-.917c.194-.069.409-.09.602-.108l.321-.032l-.214-.206zm-3.386.7l-.03-.028l-.03.029a2.25 2.25 0 1 1 .06 0m-1.368 1.255l-1.444 1.384c-.128.123-.219.21-.29.274l-.032-.292l-.005-.05c-.02-.184-.042-.401-.118-.598a1.58 1.58 0 0 0-.95-.917a2.5 2.5 0 0 0-.602-.108l-.32-.032q.083-.083.213-.206l1.47-1.41a3.76 3.76 0 0 0 2.078 1.955M8.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-.75" 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.907a9 9 0 0 1-1.206.146l.007.016c.273.64.04 1.385-.58 1.736a1.5 1.5 0 0 1-.527.166c-.146.022-.33.04-.533.06l-.02.002a7 7 0 0 0-.303.036a.1.1 0 0 0-.033.02l-.012.015l-.005.028c-.007.05-.015.119-.028.245l-.003.02c-.02.194-.039.372-.063.515a1.5 1.5 0 0 1-.181.53c-.375.607-1.122.794-1.736.553a1.6 1.6 0 0 1-.457-.293a11 11 0 0 1-.398-.37L12 20.299l-1.758 1.685c-.15.144-.284.272-.398.37a1.6 1.6 0 0 1-.457.294c-.614.24-1.361.053-1.736-.554a1.5 1.5 0 0 1-.18-.53a8 8 0 0 1-.064-.514l-.003-.02a6 6 0 0 0-.033-.274l-.012-.015a.1.1 0 0 0-.033-.02l-.043-.008a7 7 0 0 0-.26-.028l-.02-.002c-.204-.02-.387-.038-.533-.06a1.5 1.5 0 0 1-.527-.166a1.367 1.367 0 0 1-.58-1.736l.007-.016a9 9 0 0 1-1.094-.124c-.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-.117M6.733 17.246l.816-.782l.709-.71a3.75 3.75 0 0 1 7.484 0l.71.71l.86.825v-.043c.986-.01 1.69-.048 2.225-.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.539.099 1.234.13 2.186.14m8.683.303a3.76 3.76 0 0 1-2.078 1.955l1.444 1.384c.128.123.219.21.29.274c.009-.076.02-.17.032-.292l.005-.05c.02-.184.042-.401.118-.598c.168-.435.518-.764.95-.917c.194-.069.409-.09.602-.108l.321-.032l-.214-.206zm-3.386.7l-.03-.028l-.03.029a2.25 2.25 0 1 1 .06 0m-1.368 1.255l-1.444 1.384c-.128.123-.219.21-.29.274l-.032-.292l-.005-.05c-.02-.184-.042-.401-.118-.598a1.58 1.58 0 0 0-.95-.917a2.5 2.5 0 0 0-.602-.108l-.32-.032q.083-.083.213-.206l1.47-1.41a3.76 3.76 0 0 0 2.078 1.955M8.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-.75" clip-rule="evenodd"/></svg> </template>
CSS
.icon-diploma {
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.907a9%209%200%200%201-1.206.146l.007.016c.273.64.04%201.385-.58%201.736a1.5%201.5%200%200%201-.527.166c-.146.022-.33.04-.533.06l-.02.002a7%207%200%200%200-.303.036a.1.1%200%200%200-.033.02l-.012.015l-.005.028c-.007.05-.015.119-.028.245l-.003.02c-.02.194-.039.372-.063.515a1.5%201.5%200%200%201-.181.53c-.375.607-1.122.794-1.736.553a1.6%201.6%200%200%201-.457-.293a11%2011%200%200%201-.398-.37L12%2020.299l-1.758%201.685c-.15.144-.284.272-.398.37a1.6%201.6%200%200%201-.457.294c-.614.24-1.361.053-1.736-.554a1.5%201.5%200%200%201-.18-.53a8%208%200%200%201-.064-.514l-.003-.02a6%206%200%200%200-.033-.274l-.012-.015a.1.1%200%200%200-.033-.02l-.043-.008a7%207%200%200%200-.26-.028l-.02-.002c-.204-.02-.387-.038-.533-.06a1.5%201.5%200%200%201-.527-.166a1.367%201.367%200%200%201-.58-1.736l.007-.016a9%209%200%200%201-1.094-.124c-.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-.117M6.733%2017.246l.816-.782l.709-.71a3.75%203.75%200%200%201%207.484%200l.71.71l.86.825v-.043c.986-.01%201.69-.048%202.225-.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.539.099%201.234.13%202.186.14m8.683.303a3.76%203.76%200%200%201-2.078%201.955l1.444%201.384c.128.123.219.21.29.274c.009-.076.02-.17.032-.292l.005-.05c.02-.184.042-.401.118-.598c.168-.435.518-.764.95-.917c.194-.069.409-.09.602-.108l.321-.032l-.214-.206zm-3.386.7l-.03-.028l-.03.029a2.25%202.25%200%201%201%20.06%200m-1.368%201.255l-1.444%201.384c-.128.123-.219.21-.29.274l-.032-.292l-.005-.05c-.02-.184-.042-.401-.118-.598a1.58%201.58%200%200%200-.95-.917a2.5%202.5%200%200%200-.602-.108l-.32-.032q.083-.083.213-.206l1.47-1.41a3.76%203.76%200%200%200%202.078%201.955M8.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-.75%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.907a9%209%200%200%201-1.206.146l.007.016c.273.64.04%201.385-.58%201.736a1.5%201.5%200%200%201-.527.166c-.146.022-.33.04-.533.06l-.02.002a7%207%200%200%200-.303.036a.1.1%200%200%200-.033.02l-.012.015l-.005.028c-.007.05-.015.119-.028.245l-.003.02c-.02.194-.039.372-.063.515a1.5%201.5%200%200%201-.181.53c-.375.607-1.122.794-1.736.553a1.6%201.6%200%200%201-.457-.293a11%2011%200%200%201-.398-.37L12%2020.299l-1.758%201.685c-.15.144-.284.272-.398.37a1.6%201.6%200%200%201-.457.294c-.614.24-1.361.053-1.736-.554a1.5%201.5%200%200%201-.18-.53a8%208%200%200%201-.064-.514l-.003-.02a6%206%200%200%200-.033-.274l-.012-.015a.1.1%200%200%200-.033-.02l-.043-.008a7%207%200%200%200-.26-.028l-.02-.002c-.204-.02-.387-.038-.533-.06a1.5%201.5%200%200%201-.527-.166a1.367%201.367%200%200%201-.58-1.736l.007-.016a9%209%200%200%201-1.094-.124c-.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-.117M6.733%2017.246l.816-.782l.709-.71a3.75%203.75%200%200%201%207.484%200l.71.71l.86.825v-.043c.986-.01%201.69-.048%202.225-.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.539.099%201.234.13%202.186.14m8.683.303a3.76%203.76%200%200%201-2.078%201.955l1.444%201.384c.128.123.219.21.29.274c.009-.076.02-.17.032-.292l.005-.05c.02-.184.042-.401.118-.598c.168-.435.518-.764.95-.917c.194-.069.409-.09.602-.108l.321-.032l-.214-.206zm-3.386.7l-.03-.028l-.03.029a2.25%202.25%200%201%201%20.06%200m-1.368%201.255l-1.444%201.384c-.128.123-.219.21-.29.274l-.032-.292l-.005-.05c-.02-.184-.042-.401-.118-.598a1.58%201.58%200%200%200-.95-.917a2.5%202.5%200%200%200-.602-.108l-.32-.032q.083-.083.213-.206l1.47-1.41a3.76%203.76%200%200%200%202.078%201.955M8.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-.75%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.svg?color=%231a73e8&size=48