authors logo
authors from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- authors
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 24×24
- License
- MIT
Use the authors logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#f44336" d="M15.787 13.71c-.275 0-.587 0-.918.047c1.098.796 1.865 1.847 1.865 3.267v2.367h5.68v-2.367c0-2.206-4.42-3.314-6.627-3.314m-7.575 0c-2.206 0-6.628 1.108-6.628 3.314v2.367H14.84v-2.367c0-2.206-4.421-3.314-6.628-3.314m0-1.894a2.84 2.84 0 0 0 2.841-2.84a2.84 2.84 0 0 0-2.84-2.84a2.84 2.84 0 0 0-2.841 2.84a2.84 2.84 0 0 0 2.84 2.84m7.575 0a2.84 2.84 0 0 0 2.84-2.84a2.84 2.84 0 0 0-2.84-2.84a2.84 2.84 0 0 0-2.84 2.84a2.84 2.84 0 0 0 2.84 2.84"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeAuthors(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#f44336" d="M15.787 13.71c-.275 0-.587 0-.918.047c1.098.796 1.865 1.847 1.865 3.267v2.367h5.68v-2.367c0-2.206-4.42-3.314-6.627-3.314m-7.575 0c-2.206 0-6.628 1.108-6.628 3.314v2.367H14.84v-2.367c0-2.206-4.421-3.314-6.628-3.314m0-1.894a2.84 2.84 0 0 0 2.841-2.84a2.84 2.84 0 0 0-2.84-2.84a2.84 2.84 0 0 0-2.841 2.84a2.84 2.84 0 0 0 2.84 2.84m7.575 0a2.84 2.84 0 0 0 2.84-2.84a2.84 2.84 0 0 0-2.84-2.84a2.84 2.84 0 0 0-2.84 2.84a2.84 2.84 0 0 0 2.84 2.84"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#f44336" d="M15.787 13.71c-.275 0-.587 0-.918.047c1.098.796 1.865 1.847 1.865 3.267v2.367h5.68v-2.367c0-2.206-4.42-3.314-6.627-3.314m-7.575 0c-2.206 0-6.628 1.108-6.628 3.314v2.367H14.84v-2.367c0-2.206-4.421-3.314-6.628-3.314m0-1.894a2.84 2.84 0 0 0 2.841-2.84a2.84 2.84 0 0 0-2.84-2.84a2.84 2.84 0 0 0-2.841 2.84a2.84 2.84 0 0 0 2.84 2.84m7.575 0a2.84 2.84 0 0 0 2.84-2.84a2.84 2.84 0 0 0-2.84-2.84a2.84 2.84 0 0 0-2.84 2.84a2.84 2.84 0 0 0 2.84 2.84"/></svg> </template>
CSS
.icon-authors {
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%23f44336%22%20d%3D%22M15.787%2013.71c-.275%200-.587%200-.918.047c1.098.796%201.865%201.847%201.865%203.267v2.367h5.68v-2.367c0-2.206-4.42-3.314-6.627-3.314m-7.575%200c-2.206%200-6.628%201.108-6.628%203.314v2.367H14.84v-2.367c0-2.206-4.421-3.314-6.628-3.314m0-1.894a2.84%202.84%200%200%200%202.841-2.84a2.84%202.84%200%200%200-2.84-2.84a2.84%202.84%200%200%200-2.841%202.84a2.84%202.84%200%200%200%202.84%202.84m7.575%200a2.84%202.84%200%200%200%202.84-2.84a2.84%202.84%200%200%200-2.84-2.84a2.84%202.84%200%200%200-2.84%202.84a2.84%202.84%200%200%200%202.84%202.84%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%23f44336%22%20d%3D%22M15.787%2013.71c-.275%200-.587%200-.918.047c1.098.796%201.865%201.847%201.865%203.267v2.367h5.68v-2.367c0-2.206-4.42-3.314-6.627-3.314m-7.575%200c-2.206%200-6.628%201.108-6.628%203.314v2.367H14.84v-2.367c0-2.206-4.421-3.314-6.628-3.314m0-1.894a2.84%202.84%200%200%200%202.841-2.84a2.84%202.84%200%200%200-2.84-2.84a2.84%202.84%200%200%200-2.841%202.84a2.84%202.84%200%200%200%202.84%202.84m7.575%200a2.84%202.84%200%200%200%202.84-2.84a2.84%202.84%200%200%200-2.84-2.84a2.84%202.84%200%200%200-2.84%202.84a2.84%202.84%200%200%200%202.84%202.84%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/authors.svg?color=%231a73e8&size=48