interpreter mode icon
interpreter-mode-outline-rounded from Material Symbols by Google · Outline Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- interpreter-mode-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
Use the interpreter mode icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.5 16.5q-.625 0-1.062-.437T19 15v-2.5q0-.625.438-1.062T20.5 11t1.063.438T22 12.5V15q0 .625-.437 1.063T20.5 16.5m-.35 3.35Q20 19.7 20 19.5v-1.05q-1.175-.175-2-.987t-.975-1.988q-.025-.2.125-.337T17.5 15t.338.1t.187.3q.15.9.85 1.5t1.625.6q.9 0 1.6-.575t.85-1.475q.05-.2.2-.325T23.5 15t.35.138t.125.337q-.15 1.175-.975 1.988t-2 .987v1.05q0 .2-.15.35t-.35.15t-.35-.15M5 8q0-.875.338-1.638t.987-1.337t1.45-.837t1.675-.163q.325.05.45.35t-.075.6Q9.4 5.625 9.2 6.4T9 8q0 .8.2 1.563t.625 1.462q.175.3.063.6t-.438.35q-.875.1-1.675-.15T6.325 11t-.987-1.35T5 8M1 18v-.775q0-.85.425-1.575t1.175-1.1q.6-.325 1.275-.587t1.45-.463q.35-.1.575.238t-.05.687q-.425.625-.637 1.325T5 17.225V18q0 .275.038.55t.112.55q.1.35-.088.625T4.55 20H3q-.825 0-1.412-.587T1 18m11.175-7.175Q11 9.65 11 8t1.175-2.825T15 4t2.825 1.175T19 8t-1.175 2.825T15 12t-2.825-1.175M15 10q.825 0 1.413-.587T17 8t-.587-1.412T15 6t-1.412.588T13 8t.588 1.413T15 10M9 20q-.825 0-1.412-.587T7 18v-.775q0-.85.425-1.575t1.175-1.1q1.275-.65 2.888-1.1T15 13q.125 0 .263.013t.262.012q.425 0 .712.275t.288.7t-.288.712t-.712.288H15q-1.8 0-3.187.45t-2.288.9q-.25.125-.387.363T9 17.225V18h6.775q.5 0 .75.313t.25.687t-.25.688t-.75.312zm6-2"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsInterpreterModeOutlineRounded(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="M20.5 16.5q-.625 0-1.062-.437T19 15v-2.5q0-.625.438-1.062T20.5 11t1.063.438T22 12.5V15q0 .625-.437 1.063T20.5 16.5m-.35 3.35Q20 19.7 20 19.5v-1.05q-1.175-.175-2-.987t-.975-1.988q-.025-.2.125-.337T17.5 15t.338.1t.187.3q.15.9.85 1.5t1.625.6q.9 0 1.6-.575t.85-1.475q.05-.2.2-.325T23.5 15t.35.138t.125.337q-.15 1.175-.975 1.988t-2 .987v1.05q0 .2-.15.35t-.35.15t-.35-.15M5 8q0-.875.338-1.638t.987-1.337t1.45-.837t1.675-.163q.325.05.45.35t-.075.6Q9.4 5.625 9.2 6.4T9 8q0 .8.2 1.563t.625 1.462q.175.3.063.6t-.438.35q-.875.1-1.675-.15T6.325 11t-.987-1.35T5 8M1 18v-.775q0-.85.425-1.575t1.175-1.1q.6-.325 1.275-.587t1.45-.463q.35-.1.575.238t-.05.687q-.425.625-.637 1.325T5 17.225V18q0 .275.038.55t.112.55q.1.35-.088.625T4.55 20H3q-.825 0-1.412-.587T1 18m11.175-7.175Q11 9.65 11 8t1.175-2.825T15 4t2.825 1.175T19 8t-1.175 2.825T15 12t-2.825-1.175M15 10q.825 0 1.413-.587T17 8t-.587-1.412T15 6t-1.412.588T13 8t.588 1.413T15 10M9 20q-.825 0-1.412-.587T7 18v-.775q0-.85.425-1.575t1.175-1.1q1.275-.65 2.888-1.1T15 13q.125 0 .263.013t.262.012q.425 0 .712.275t.288.7t-.288.712t-.712.288H15q-1.8 0-3.187.45t-2.288.9q-.25.125-.387.363T9 17.225V18h6.775q.5 0 .75.313t.25.687t-.25.688t-.75.312zm6-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.5 16.5q-.625 0-1.062-.437T19 15v-2.5q0-.625.438-1.062T20.5 11t1.063.438T22 12.5V15q0 .625-.437 1.063T20.5 16.5m-.35 3.35Q20 19.7 20 19.5v-1.05q-1.175-.175-2-.987t-.975-1.988q-.025-.2.125-.337T17.5 15t.338.1t.187.3q.15.9.85 1.5t1.625.6q.9 0 1.6-.575t.85-1.475q.05-.2.2-.325T23.5 15t.35.138t.125.337q-.15 1.175-.975 1.988t-2 .987v1.05q0 .2-.15.35t-.35.15t-.35-.15M5 8q0-.875.338-1.638t.987-1.337t1.45-.837t1.675-.163q.325.05.45.35t-.075.6Q9.4 5.625 9.2 6.4T9 8q0 .8.2 1.563t.625 1.462q.175.3.063.6t-.438.35q-.875.1-1.675-.15T6.325 11t-.987-1.35T5 8M1 18v-.775q0-.85.425-1.575t1.175-1.1q.6-.325 1.275-.587t1.45-.463q.35-.1.575.238t-.05.687q-.425.625-.637 1.325T5 17.225V18q0 .275.038.55t.112.55q.1.35-.088.625T4.55 20H3q-.825 0-1.412-.587T1 18m11.175-7.175Q11 9.65 11 8t1.175-2.825T15 4t2.825 1.175T19 8t-1.175 2.825T15 12t-2.825-1.175M15 10q.825 0 1.413-.587T17 8t-.587-1.412T15 6t-1.412.588T13 8t.588 1.413T15 10M9 20q-.825 0-1.412-.587T7 18v-.775q0-.85.425-1.575t1.175-1.1q1.275-.65 2.888-1.1T15 13q.125 0 .263.013t.262.012q.425 0 .712.275t.288.7t-.288.712t-.712.288H15q-1.8 0-3.187.45t-2.288.9q-.25.125-.387.363T9 17.225V18h6.775q.5 0 .75.313t.25.687t-.25.688t-.75.312zm6-2"/></svg> </template>
CSS
.icon-interpreter-mode-outline-rounded {
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%22M20.5%2016.5q-.625%200-1.062-.437T19%2015v-2.5q0-.625.438-1.062T20.5%2011t1.063.438T22%2012.5V15q0%20.625-.437%201.063T20.5%2016.5m-.35%203.35Q20%2019.7%2020%2019.5v-1.05q-1.175-.175-2-.987t-.975-1.988q-.025-.2.125-.337T17.5%2015t.338.1t.187.3q.15.9.85%201.5t1.625.6q.9%200%201.6-.575t.85-1.475q.05-.2.2-.325T23.5%2015t.35.138t.125.337q-.15%201.175-.975%201.988t-2%20.987v1.05q0%20.2-.15.35t-.35.15t-.35-.15M5%208q0-.875.338-1.638t.987-1.337t1.45-.837t1.675-.163q.325.05.45.35t-.075.6Q9.4%205.625%209.2%206.4T9%208q0%20.8.2%201.563t.625%201.462q.175.3.063.6t-.438.35q-.875.1-1.675-.15T6.325%2011t-.987-1.35T5%208M1%2018v-.775q0-.85.425-1.575t1.175-1.1q.6-.325%201.275-.587t1.45-.463q.35-.1.575.238t-.05.687q-.425.625-.637%201.325T5%2017.225V18q0%20.275.038.55t.112.55q.1.35-.088.625T4.55%2020H3q-.825%200-1.412-.587T1%2018m11.175-7.175Q11%209.65%2011%208t1.175-2.825T15%204t2.825%201.175T19%208t-1.175%202.825T15%2012t-2.825-1.175M15%2010q.825%200%201.413-.587T17%208t-.587-1.412T15%206t-1.412.588T13%208t.588%201.413T15%2010M9%2020q-.825%200-1.412-.587T7%2018v-.775q0-.85.425-1.575t1.175-1.1q1.275-.65%202.888-1.1T15%2013q.125%200%20.263.013t.262.012q.425%200%20.712.275t.288.7t-.288.712t-.712.288H15q-1.8%200-3.187.45t-2.288.9q-.25.125-.387.363T9%2017.225V18h6.775q.5%200%20.75.313t.25.687t-.25.688t-.75.312zm6-2%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%22M20.5%2016.5q-.625%200-1.062-.437T19%2015v-2.5q0-.625.438-1.062T20.5%2011t1.063.438T22%2012.5V15q0%20.625-.437%201.063T20.5%2016.5m-.35%203.35Q20%2019.7%2020%2019.5v-1.05q-1.175-.175-2-.987t-.975-1.988q-.025-.2.125-.337T17.5%2015t.338.1t.187.3q.15.9.85%201.5t1.625.6q.9%200%201.6-.575t.85-1.475q.05-.2.2-.325T23.5%2015t.35.138t.125.337q-.15%201.175-.975%201.988t-2%20.987v1.05q0%20.2-.15.35t-.35.15t-.35-.15M5%208q0-.875.338-1.638t.987-1.337t1.45-.837t1.675-.163q.325.05.45.35t-.075.6Q9.4%205.625%209.2%206.4T9%208q0%20.8.2%201.563t.625%201.462q.175.3.063.6t-.438.35q-.875.1-1.675-.15T6.325%2011t-.987-1.35T5%208M1%2018v-.775q0-.85.425-1.575t1.175-1.1q.6-.325%201.275-.587t1.45-.463q.35-.1.575.238t-.05.687q-.425.625-.637%201.325T5%2017.225V18q0%20.275.038.55t.112.55q.1.35-.088.625T4.55%2020H3q-.825%200-1.412-.587T1%2018m11.175-7.175Q11%209.65%2011%208t1.175-2.825T15%204t2.825%201.175T19%208t-1.175%202.825T15%2012t-2.825-1.175M15%2010q.825%200%201.413-.587T17%208t-.587-1.412T15%206t-1.412.588T13%208t.588%201.413T15%2010M9%2020q-.825%200-1.412-.587T7%2018v-.775q0-.85.425-1.575t1.175-1.1q1.275-.65%202.888-1.1T15%2013q.125%200%20.263.013t.262.012q.425%200%20.712.275t.288.7t-.288.712t-.712.288H15q-1.8%200-3.187.45t-2.288.9q-.25.125-.387.363T9%2017.225V18h6.775q.5%200%20.75.313t.25.687t-.25.688t-.75.312zm6-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/interpreter-mode-outline-rounded.svg?color=%231a73e8&size=48