license icon
license from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- license
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- award, prize
The same icon in other sets
Use the license icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 10a3.04 3.04 0 0 1 3-3a3.04 3.04 0 0 1 3 3a3.04 3.04 0 0 1-3 3a3.04 3.04 0 0 1-3-3m3 9l4 1v-3.08A7.54 7.54 0 0 1 12 18a7.54 7.54 0 0 1-4-1.08V20m4-16a5.78 5.78 0 0 0-4.24 1.74A5.78 5.78 0 0 0 6 10a5.78 5.78 0 0 0 1.76 4.23A5.78 5.78 0 0 0 12 16a5.78 5.78 0 0 0 4.24-1.77A5.78 5.78 0 0 0 18 10a5.78 5.78 0 0 0-1.76-4.26A5.78 5.78 0 0 0 12 4m8 6a8 8 0 0 1-.57 2.8A7.8 7.8 0 0 1 18 15.28V23l-6-2l-6 2v-7.72A7.9 7.9 0 0 1 4 10a7.68 7.68 0 0 1 2.33-5.64A7.73 7.73 0 0 1 12 2a7.73 7.73 0 0 1 5.67 2.36A7.68 7.68 0 0 1 20 10"/></svg>
React
import type { SVGProps } from "react";
export function MdiLicense(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" d="M9 10a3.04 3.04 0 0 1 3-3a3.04 3.04 0 0 1 3 3a3.04 3.04 0 0 1-3 3a3.04 3.04 0 0 1-3-3m3 9l4 1v-3.08A7.54 7.54 0 0 1 12 18a7.54 7.54 0 0 1-4-1.08V20m4-16a5.78 5.78 0 0 0-4.24 1.74A5.78 5.78 0 0 0 6 10a5.78 5.78 0 0 0 1.76 4.23A5.78 5.78 0 0 0 12 16a5.78 5.78 0 0 0 4.24-1.77A5.78 5.78 0 0 0 18 10a5.78 5.78 0 0 0-1.76-4.26A5.78 5.78 0 0 0 12 4m8 6a8 8 0 0 1-.57 2.8A7.8 7.8 0 0 1 18 15.28V23l-6-2l-6 2v-7.72A7.9 7.9 0 0 1 4 10a7.68 7.68 0 0 1 2.33-5.64A7.73 7.73 0 0 1 12 2a7.73 7.73 0 0 1 5.67 2.36A7.68 7.68 0 0 1 20 10"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 10a3.04 3.04 0 0 1 3-3a3.04 3.04 0 0 1 3 3a3.04 3.04 0 0 1-3 3a3.04 3.04 0 0 1-3-3m3 9l4 1v-3.08A7.54 7.54 0 0 1 12 18a7.54 7.54 0 0 1-4-1.08V20m4-16a5.78 5.78 0 0 0-4.24 1.74A5.78 5.78 0 0 0 6 10a5.78 5.78 0 0 0 1.76 4.23A5.78 5.78 0 0 0 12 16a5.78 5.78 0 0 0 4.24-1.77A5.78 5.78 0 0 0 18 10a5.78 5.78 0 0 0-1.76-4.26A5.78 5.78 0 0 0 12 4m8 6a8 8 0 0 1-.57 2.8A7.8 7.8 0 0 1 18 15.28V23l-6-2l-6 2v-7.72A7.9 7.9 0 0 1 4 10a7.68 7.68 0 0 1 2.33-5.64A7.73 7.73 0 0 1 12 2a7.73 7.73 0 0 1 5.67 2.36A7.68 7.68 0 0 1 20 10"/></svg> </template>
CSS
.icon-license {
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%20d%3D%22M9%2010a3.04%203.04%200%200%201%203-3a3.04%203.04%200%200%201%203%203a3.04%203.04%200%200%201-3%203a3.04%203.04%200%200%201-3-3m3%209l4%201v-3.08A7.54%207.54%200%200%201%2012%2018a7.54%207.54%200%200%201-4-1.08V20m4-16a5.78%205.78%200%200%200-4.24%201.74A5.78%205.78%200%200%200%206%2010a5.78%205.78%200%200%200%201.76%204.23A5.78%205.78%200%200%200%2012%2016a5.78%205.78%200%200%200%204.24-1.77A5.78%205.78%200%200%200%2018%2010a5.78%205.78%200%200%200-1.76-4.26A5.78%205.78%200%200%200%2012%204m8%206a8%208%200%200%201-.57%202.8A7.8%207.8%200%200%201%2018%2015.28V23l-6-2l-6%202v-7.72A7.9%207.9%200%200%201%204%2010a7.68%207.68%200%200%201%202.33-5.64A7.73%207.73%200%200%201%2012%202a7.73%207.73%200%200%201%205.67%202.36A7.68%207.68%200%200%201%2020%2010%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%20d%3D%22M9%2010a3.04%203.04%200%200%201%203-3a3.04%203.04%200%200%201%203%203a3.04%203.04%200%200%201-3%203a3.04%203.04%200%200%201-3-3m3%209l4%201v-3.08A7.54%207.54%200%200%201%2012%2018a7.54%207.54%200%200%201-4-1.08V20m4-16a5.78%205.78%200%200%200-4.24%201.74A5.78%205.78%200%200%200%206%2010a5.78%205.78%200%200%200%201.76%204.23A5.78%205.78%200%200%200%2012%2016a5.78%205.78%200%200%200%204.24-1.77A5.78%205.78%200%200%200%2018%2010a5.78%205.78%200%200%200-1.76-4.26A5.78%205.78%200%200%200%2012%204m8%206a8%208%200%200%201-.57%202.8A7.8%207.8%200%200%201%2018%2015.28V23l-6-2l-6%202v-7.72A7.9%207.9%200%200%201%204%2010a7.68%207.68%200%200%201%202.33-5.64A7.73%207.73%200%200%201%2012%202a7.73%207.73%200%200%201%205.67%202.36A7.68%207.68%200%200%201%2020%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/license.svg?color=%231a73e8&size=48