context logo
context from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- context
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 16×16
- License
- MIT
Use the context logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ffd600" d="M7 6h2c.554 0 1 .446 1 1v2c0 .554-.446 1-1 1H7c-.554 0-1-.446-1-1V7c0-.554.446-1 1-1"/><path fill="#aeea00" d="M7 0h2c.554 0 1 .446 1 1v3c0 .554-.446 1-1 1H7c-.554 0-1-.446-1-1V1c0-.554.446-1 1-1"/><path fill="#f57f17" d="M12 3h2c.554 0 1 .446 1 1v3c0 .554-.446 1-1 1h-2c-.554 0-1-.446-1-1V4c0-.554.446-1 1-1"/><path fill="#8e24aa" d="M12 9h2c.554 0 1 .446 1 1v3c0 .554-.446 1-1 1h-2c-.554 0-1-.446-1-1v-3c0-.554.446-1 1-1"/><path fill="#4db6ac" d="M7 11h2c.554 0 1 .446 1 1v3c0 .554-.446 1-1 1H7c-.554 0-1-.446-1-1v-3c0-.554.446-1 1-1"/><path fill="#e53935" d="M2 9h2c.554 0 1 .446 1 1v3c0 .554-.446 1-1 1H2c-.554 0-1-.446-1-1v-3c0-.554.446-1 1-1"/><path fill="#1565c0" d="M2 3h2c.554 0 1 .446 1 1v3c0 .554-.446 1-1 1H2c-.554 0-1-.446-1-1V4c0-.554.446-1 1-1"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeContext(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ffd600" d="M7 6h2c.554 0 1 .446 1 1v2c0 .554-.446 1-1 1H7c-.554 0-1-.446-1-1V7c0-.554.446-1 1-1"/><path fill="#aeea00" d="M7 0h2c.554 0 1 .446 1 1v3c0 .554-.446 1-1 1H7c-.554 0-1-.446-1-1V1c0-.554.446-1 1-1"/><path fill="#f57f17" d="M12 3h2c.554 0 1 .446 1 1v3c0 .554-.446 1-1 1h-2c-.554 0-1-.446-1-1V4c0-.554.446-1 1-1"/><path fill="#8e24aa" d="M12 9h2c.554 0 1 .446 1 1v3c0 .554-.446 1-1 1h-2c-.554 0-1-.446-1-1v-3c0-.554.446-1 1-1"/><path fill="#4db6ac" d="M7 11h2c.554 0 1 .446 1 1v3c0 .554-.446 1-1 1H7c-.554 0-1-.446-1-1v-3c0-.554.446-1 1-1"/><path fill="#e53935" d="M2 9h2c.554 0 1 .446 1 1v3c0 .554-.446 1-1 1H2c-.554 0-1-.446-1-1v-3c0-.554.446-1 1-1"/><path fill="#1565c0" d="M2 3h2c.554 0 1 .446 1 1v3c0 .554-.446 1-1 1H2c-.554 0-1-.446-1-1V4c0-.554.446-1 1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ffd600" d="M7 6h2c.554 0 1 .446 1 1v2c0 .554-.446 1-1 1H7c-.554 0-1-.446-1-1V7c0-.554.446-1 1-1"/><path fill="#aeea00" d="M7 0h2c.554 0 1 .446 1 1v3c0 .554-.446 1-1 1H7c-.554 0-1-.446-1-1V1c0-.554.446-1 1-1"/><path fill="#f57f17" d="M12 3h2c.554 0 1 .446 1 1v3c0 .554-.446 1-1 1h-2c-.554 0-1-.446-1-1V4c0-.554.446-1 1-1"/><path fill="#8e24aa" d="M12 9h2c.554 0 1 .446 1 1v3c0 .554-.446 1-1 1h-2c-.554 0-1-.446-1-1v-3c0-.554.446-1 1-1"/><path fill="#4db6ac" d="M7 11h2c.554 0 1 .446 1 1v3c0 .554-.446 1-1 1H7c-.554 0-1-.446-1-1v-3c0-.554.446-1 1-1"/><path fill="#e53935" d="M2 9h2c.554 0 1 .446 1 1v3c0 .554-.446 1-1 1H2c-.554 0-1-.446-1-1v-3c0-.554.446-1 1-1"/><path fill="#1565c0" d="M2 3h2c.554 0 1 .446 1 1v3c0 .554-.446 1-1 1H2c-.554 0-1-.446-1-1V4c0-.554.446-1 1-1"/></svg> </template>
CSS
.icon-context {
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%2016%2016%22%3E%3Cpath%20fill%3D%22%23ffd600%22%20d%3D%22M7%206h2c.554%200%201%20.446%201%201v2c0%20.554-.446%201-1%201H7c-.554%200-1-.446-1-1V7c0-.554.446-1%201-1%22%2F%3E%3Cpath%20fill%3D%22%23aeea00%22%20d%3D%22M7%200h2c.554%200%201%20.446%201%201v3c0%20.554-.446%201-1%201H7c-.554%200-1-.446-1-1V1c0-.554.446-1%201-1%22%2F%3E%3Cpath%20fill%3D%22%23f57f17%22%20d%3D%22M12%203h2c.554%200%201%20.446%201%201v3c0%20.554-.446%201-1%201h-2c-.554%200-1-.446-1-1V4c0-.554.446-1%201-1%22%2F%3E%3Cpath%20fill%3D%22%238e24aa%22%20d%3D%22M12%209h2c.554%200%201%20.446%201%201v3c0%20.554-.446%201-1%201h-2c-.554%200-1-.446-1-1v-3c0-.554.446-1%201-1%22%2F%3E%3Cpath%20fill%3D%22%234db6ac%22%20d%3D%22M7%2011h2c.554%200%201%20.446%201%201v3c0%20.554-.446%201-1%201H7c-.554%200-1-.446-1-1v-3c0-.554.446-1%201-1%22%2F%3E%3Cpath%20fill%3D%22%23e53935%22%20d%3D%22M2%209h2c.554%200%201%20.446%201%201v3c0%20.554-.446%201-1%201H2c-.554%200-1-.446-1-1v-3c0-.554.446-1%201-1%22%2F%3E%3Cpath%20fill%3D%22%231565c0%22%20d%3D%22M2%203h2c.554%200%201%20.446%201%201v3c0%20.554-.446%201-1%201H2c-.554%200-1-.446-1-1V4c0-.554.446-1%201-1%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%2016%2016%22%3E%3Cpath%20fill%3D%22%23ffd600%22%20d%3D%22M7%206h2c.554%200%201%20.446%201%201v2c0%20.554-.446%201-1%201H7c-.554%200-1-.446-1-1V7c0-.554.446-1%201-1%22%2F%3E%3Cpath%20fill%3D%22%23aeea00%22%20d%3D%22M7%200h2c.554%200%201%20.446%201%201v3c0%20.554-.446%201-1%201H7c-.554%200-1-.446-1-1V1c0-.554.446-1%201-1%22%2F%3E%3Cpath%20fill%3D%22%23f57f17%22%20d%3D%22M12%203h2c.554%200%201%20.446%201%201v3c0%20.554-.446%201-1%201h-2c-.554%200-1-.446-1-1V4c0-.554.446-1%201-1%22%2F%3E%3Cpath%20fill%3D%22%238e24aa%22%20d%3D%22M12%209h2c.554%200%201%20.446%201%201v3c0%20.554-.446%201-1%201h-2c-.554%200-1-.446-1-1v-3c0-.554.446-1%201-1%22%2F%3E%3Cpath%20fill%3D%22%234db6ac%22%20d%3D%22M7%2011h2c.554%200%201%20.446%201%201v3c0%20.554-.446%201-1%201H7c-.554%200-1-.446-1-1v-3c0-.554.446-1%201-1%22%2F%3E%3Cpath%20fill%3D%22%23e53935%22%20d%3D%22M2%209h2c.554%200%201%20.446%201%201v3c0%20.554-.446%201-1%201H2c-.554%200-1-.446-1-1v-3c0-.554.446-1%201-1%22%2F%3E%3Cpath%20fill%3D%22%231565c0%22%20d%3D%22M2%203h2c.554%200%201%20.446%201%201v3c0%20.554-.446%201-1%201H2c-.554%200-1-.446-1-1V4c0-.554.446-1%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/context.svg?color=%231a73e8&size=48