template logo
template from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- template
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the template logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#90a4ae" d="M13 9h1v2h-3V7h2zm5.5 0l-2.12-2.12l1.25-1.25L20 8v2h-2v1h-3V9zM13 3.5V2h-1v2h1v2h-2V4H9V2H8v2H6v1H4V4c0-1.11.89-2 2-2h8l2.36 2.36l-1.25 1.25zM20 20a2 2 0 0 1-2 2h-2v-2h2v-1h2zm-2-5h2v3h-2zm-6 7v-2h3v2zm-4 0v-2h3v2zm-2 0a2 2 0 0 1-2-2v-2h2v2h1v2zm-2-8h2v3H4zm0-4h2v3H4zm14 1h2v3h-2zM4 6h2v3H4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeTemplate(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#90a4ae" d="M13 9h1v2h-3V7h2zm5.5 0l-2.12-2.12l1.25-1.25L20 8v2h-2v1h-3V9zM13 3.5V2h-1v2h1v2h-2V4H9V2H8v2H6v1H4V4c0-1.11.89-2 2-2h8l2.36 2.36l-1.25 1.25zM20 20a2 2 0 0 1-2 2h-2v-2h2v-1h2zm-2-5h2v3h-2zm-6 7v-2h3v2zm-4 0v-2h3v2zm-2 0a2 2 0 0 1-2-2v-2h2v2h1v2zm-2-8h2v3H4zm0-4h2v3H4zm14 1h2v3h-2zM4 6h2v3H4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#90a4ae" d="M13 9h1v2h-3V7h2zm5.5 0l-2.12-2.12l1.25-1.25L20 8v2h-2v1h-3V9zM13 3.5V2h-1v2h1v2h-2V4H9V2H8v2H6v1H4V4c0-1.11.89-2 2-2h8l2.36 2.36l-1.25 1.25zM20 20a2 2 0 0 1-2 2h-2v-2h2v-1h2zm-2-5h2v3h-2zm-6 7v-2h3v2zm-4 0v-2h3v2zm-2 0a2 2 0 0 1-2-2v-2h2v2h1v2zm-2-8h2v3H4zm0-4h2v3H4zm14 1h2v3h-2zM4 6h2v3H4z"/></svg> </template>
CSS
.icon-template {
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%22%2390a4ae%22%20d%3D%22M13%209h1v2h-3V7h2zm5.5%200l-2.12-2.12l1.25-1.25L20%208v2h-2v1h-3V9zM13%203.5V2h-1v2h1v2h-2V4H9V2H8v2H6v1H4V4c0-1.11.89-2%202-2h8l2.36%202.36l-1.25%201.25zM20%2020a2%202%200%200%201-2%202h-2v-2h2v-1h2zm-2-5h2v3h-2zm-6%207v-2h3v2zm-4%200v-2h3v2zm-2%200a2%202%200%200%201-2-2v-2h2v2h1v2zm-2-8h2v3H4zm0-4h2v3H4zm14%201h2v3h-2zM4%206h2v3H4z%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%22%2390a4ae%22%20d%3D%22M13%209h1v2h-3V7h2zm5.5%200l-2.12-2.12l1.25-1.25L20%208v2h-2v1h-3V9zM13%203.5V2h-1v2h1v2h-2V4H9V2H8v2H6v1H4V4c0-1.11.89-2%202-2h8l2.36%202.36l-1.25%201.25zM20%2020a2%202%200%200%201-2%202h-2v-2h2v-1h2zm-2-5h2v3h-2zm-6%207v-2h3v2zm-4%200v-2h3v2zm-2%200a2%202%200%200%201-2-2v-2h2v2h1v2zm-2-8h2v3H4zm0-4h2v3H4zm14%201h2v3h-2zM4%206h2v3H4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/template.svg?color=%231a73e8&size=48