bench jsx logo
bench-jsx from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- bench-jsx
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 16×16
- License
- MIT
Related icons in Material Icon Theme
Use the bench jsx logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#00bcd4" d="M6.915 9.906q.42.413 1.084.404t.98-.472l3.92-5.775l-5.88 3.85q-.472.309-.498.945t.394 1.048M7.999 2q1.033 0 1.987.284q.953.283 1.793.85l-1.33.825q-.577-.292-1.198-.438q-.622-.146-1.252-.146q-2.327 0-3.963 1.607T2.4 8.875q0 .722.201 1.427q.201.704.569 1.323h9.659q.402-.653.586-1.358t.184-1.46q0-.62-.149-1.204t-.446-1.134l.84-1.307q.525.808.831 1.72q.306.91.324 1.89q.017.98-.228 1.873q-.245.894-.717 1.702q-.193.31-.525.481q-.333.172-.7.172h-9.66q-.367 0-.7-.172t-.524-.481q-.455-.774-.7-1.642T1 8.875q0-1.427.551-2.673T3.056 4.02q.954-.937 2.231-1.479Q6.565 2 8 2zm.123 5.38"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeBenchJsx(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#00bcd4" d="M6.915 9.906q.42.413 1.084.404t.98-.472l3.92-5.775l-5.88 3.85q-.472.309-.498.945t.394 1.048M7.999 2q1.033 0 1.987.284q.953.283 1.793.85l-1.33.825q-.577-.292-1.198-.438q-.622-.146-1.252-.146q-2.327 0-3.963 1.607T2.4 8.875q0 .722.201 1.427q.201.704.569 1.323h9.659q.402-.653.586-1.358t.184-1.46q0-.62-.149-1.204t-.446-1.134l.84-1.307q.525.808.831 1.72q.306.91.324 1.89q.017.98-.228 1.873q-.245.894-.717 1.702q-.193.31-.525.481q-.333.172-.7.172h-9.66q-.367 0-.7-.172t-.524-.481q-.455-.774-.7-1.642T1 8.875q0-1.427.551-2.673T3.056 4.02q.954-.937 2.231-1.479Q6.565 2 8 2zm.123 5.38"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#00bcd4" d="M6.915 9.906q.42.413 1.084.404t.98-.472l3.92-5.775l-5.88 3.85q-.472.309-.498.945t.394 1.048M7.999 2q1.033 0 1.987.284q.953.283 1.793.85l-1.33.825q-.577-.292-1.198-.438q-.622-.146-1.252-.146q-2.327 0-3.963 1.607T2.4 8.875q0 .722.201 1.427q.201.704.569 1.323h9.659q.402-.653.586-1.358t.184-1.46q0-.62-.149-1.204t-.446-1.134l.84-1.307q.525.808.831 1.72q.306.91.324 1.89q.017.98-.228 1.873q-.245.894-.717 1.702q-.193.31-.525.481q-.333.172-.7.172h-9.66q-.367 0-.7-.172t-.524-.481q-.455-.774-.7-1.642T1 8.875q0-1.427.551-2.673T3.056 4.02q.954-.937 2.231-1.479Q6.565 2 8 2zm.123 5.38"/></svg> </template>
CSS
.icon-bench-jsx {
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%2300bcd4%22%20d%3D%22M6.915%209.906q.42.413%201.084.404t.98-.472l3.92-5.775l-5.88%203.85q-.472.309-.498.945t.394%201.048M7.999%202q1.033%200%201.987.284q.953.283%201.793.85l-1.33.825q-.577-.292-1.198-.438q-.622-.146-1.252-.146q-2.327%200-3.963%201.607T2.4%208.875q0%20.722.201%201.427q.201.704.569%201.323h9.659q.402-.653.586-1.358t.184-1.46q0-.62-.149-1.204t-.446-1.134l.84-1.307q.525.808.831%201.72q.306.91.324%201.89q.017.98-.228%201.873q-.245.894-.717%201.702q-.193.31-.525.481q-.333.172-.7.172h-9.66q-.367%200-.7-.172t-.524-.481q-.455-.774-.7-1.642T1%208.875q0-1.427.551-2.673T3.056%204.02q.954-.937%202.231-1.479Q6.565%202%208%202zm.123%205.38%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%2300bcd4%22%20d%3D%22M6.915%209.906q.42.413%201.084.404t.98-.472l3.92-5.775l-5.88%203.85q-.472.309-.498.945t.394%201.048M7.999%202q1.033%200%201.987.284q.953.283%201.793.85l-1.33.825q-.577-.292-1.198-.438q-.622-.146-1.252-.146q-2.327%200-3.963%201.607T2.4%208.875q0%20.722.201%201.427q.201.704.569%201.323h9.659q.402-.653.586-1.358t.184-1.46q0-.62-.149-1.204t-.446-1.134l.84-1.307q.525.808.831%201.72q.306.91.324%201.89q.017.98-.228%201.873q-.245.894-.717%201.702q-.193.31-.525.481q-.333.172-.7.172h-9.66q-.367%200-.7-.172t-.524-.481q-.455-.774-.7-1.642T1%208.875q0-1.427.551-2.673T3.056%204.02q.954-.937%202.231-1.479Q6.565%202%208%202zm.123%205.38%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/bench-jsx.svg?color=%231a73e8&size=48