round interpreter mode icon

round-interpreter-mode from Google Material Icons by Material Design Authors · Baseline · AV · Apache-2.0 Free for personal and commercial use.

Name
round-interpreter-mode
Set
Google Material Icons
Style
Baseline
Category
AV
Viewbox
24×24
License
Apache 2.0

More av icons from Google Material Icons

Use the round 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.5c-.83 0-1.5-.67-1.5-1.5v-2.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V15c0 .83-.67 1.5-1.5 1.5m0 3.5c.28 0 .5-.22.5-.5v-1.04c1.51-.22 2.71-1.4 2.95-2.89c.05-.3-.19-.57-.49-.57c-.24 0-.45.17-.49.41c-.2 1.18-1.23 2.09-2.47 2.09s-2.27-.9-2.47-2.09a.494.494 0 0 0-.49-.41c-.3 0-.54.27-.5.57c.25 1.5 1.45 2.68 2.95 2.89v1.04c.01.28.23.5.51.5M9 12c-2.21 0-4-1.79-4-4a4 4 0 0 1 5.34-3.77A5.94 5.94 0 0 0 9 8c0 1.43.5 2.74 1.34 3.77c-.42.15-.87.23-1.34.23m-1.89 1.13A4.97 4.97 0 0 0 5 17.22V20H1v-2.78c0-1.12.61-2.15 1.61-2.66c1.24-.64 2.76-1.19 4.5-1.43M11 8c0-2.21 1.79-4 4-4s4 1.79 4 4s-1.79 4-4 4s-4-1.79-4-4m7.32 12a5 5 0 0 1-2.82-4.5c0-.89.23-1.73.64-2.45c-.37-.03-.75-.05-1.14-.05c-2.53 0-4.71.7-6.39 1.56A2.97 2.97 0 0 0 7 17.22V20z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundInterpreterMode(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.5c-.83 0-1.5-.67-1.5-1.5v-2.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V15c0 .83-.67 1.5-1.5 1.5m0 3.5c.28 0 .5-.22.5-.5v-1.04c1.51-.22 2.71-1.4 2.95-2.89c.05-.3-.19-.57-.49-.57c-.24 0-.45.17-.49.41c-.2 1.18-1.23 2.09-2.47 2.09s-2.27-.9-2.47-2.09a.494.494 0 0 0-.49-.41c-.3 0-.54.27-.5.57c.25 1.5 1.45 2.68 2.95 2.89v1.04c.01.28.23.5.51.5M9 12c-2.21 0-4-1.79-4-4a4 4 0 0 1 5.34-3.77A5.94 5.94 0 0 0 9 8c0 1.43.5 2.74 1.34 3.77c-.42.15-.87.23-1.34.23m-1.89 1.13A4.97 4.97 0 0 0 5 17.22V20H1v-2.78c0-1.12.61-2.15 1.61-2.66c1.24-.64 2.76-1.19 4.5-1.43M11 8c0-2.21 1.79-4 4-4s4 1.79 4 4s-1.79 4-4 4s-4-1.79-4-4m7.32 12a5 5 0 0 1-2.82-4.5c0-.89.23-1.73.64-2.45c-.37-.03-.75-.05-1.14-.05c-2.53 0-4.71.7-6.39 1.56A2.97 2.97 0 0 0 7 17.22V20z"/></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.5c-.83 0-1.5-.67-1.5-1.5v-2.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V15c0 .83-.67 1.5-1.5 1.5m0 3.5c.28 0 .5-.22.5-.5v-1.04c1.51-.22 2.71-1.4 2.95-2.89c.05-.3-.19-.57-.49-.57c-.24 0-.45.17-.49.41c-.2 1.18-1.23 2.09-2.47 2.09s-2.27-.9-2.47-2.09a.494.494 0 0 0-.49-.41c-.3 0-.54.27-.5.57c.25 1.5 1.45 2.68 2.95 2.89v1.04c.01.28.23.5.51.5M9 12c-2.21 0-4-1.79-4-4a4 4 0 0 1 5.34-3.77A5.94 5.94 0 0 0 9 8c0 1.43.5 2.74 1.34 3.77c-.42.15-.87.23-1.34.23m-1.89 1.13A4.97 4.97 0 0 0 5 17.22V20H1v-2.78c0-1.12.61-2.15 1.61-2.66c1.24-.64 2.76-1.19 4.5-1.43M11 8c0-2.21 1.79-4 4-4s4 1.79 4 4s-1.79 4-4 4s-4-1.79-4-4m7.32 12a5 5 0 0 1-2.82-4.5c0-.89.23-1.73.64-2.45c-.37-.03-.75-.05-1.14-.05c-2.53 0-4.71.7-6.39 1.56A2.97 2.97 0 0 0 7 17.22V20z"/></svg>
</template>

CSS

.icon-round-interpreter-mode {
  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.5c-.83%200-1.5-.67-1.5-1.5v-2.5c0-.83.67-1.5%201.5-1.5s1.5.67%201.5%201.5V15c0%20.83-.67%201.5-1.5%201.5m0%203.5c.28%200%20.5-.22.5-.5v-1.04c1.51-.22%202.71-1.4%202.95-2.89c.05-.3-.19-.57-.49-.57c-.24%200-.45.17-.49.41c-.2%201.18-1.23%202.09-2.47%202.09s-2.27-.9-2.47-2.09a.494.494%200%200%200-.49-.41c-.3%200-.54.27-.5.57c.25%201.5%201.45%202.68%202.95%202.89v1.04c.01.28.23.5.51.5M9%2012c-2.21%200-4-1.79-4-4a4%204%200%200%201%205.34-3.77A5.94%205.94%200%200%200%209%208c0%201.43.5%202.74%201.34%203.77c-.42.15-.87.23-1.34.23m-1.89%201.13A4.97%204.97%200%200%200%205%2017.22V20H1v-2.78c0-1.12.61-2.15%201.61-2.66c1.24-.64%202.76-1.19%204.5-1.43M11%208c0-2.21%201.79-4%204-4s4%201.79%204%204s-1.79%204-4%204s-4-1.79-4-4m7.32%2012a5%205%200%200%201-2.82-4.5c0-.89.23-1.73.64-2.45c-.37-.03-.75-.05-1.14-.05c-2.53%200-4.71.7-6.39%201.56A2.97%202.97%200%200%200%207%2017.22V20z%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.5c-.83%200-1.5-.67-1.5-1.5v-2.5c0-.83.67-1.5%201.5-1.5s1.5.67%201.5%201.5V15c0%20.83-.67%201.5-1.5%201.5m0%203.5c.28%200%20.5-.22.5-.5v-1.04c1.51-.22%202.71-1.4%202.95-2.89c.05-.3-.19-.57-.49-.57c-.24%200-.45.17-.49.41c-.2%201.18-1.23%202.09-2.47%202.09s-2.27-.9-2.47-2.09a.494.494%200%200%200-.49-.41c-.3%200-.54.27-.5.57c.25%201.5%201.45%202.68%202.95%202.89v1.04c.01.28.23.5.51.5M9%2012c-2.21%200-4-1.79-4-4a4%204%200%200%201%205.34-3.77A5.94%205.94%200%200%200%209%208c0%201.43.5%202.74%201.34%203.77c-.42.15-.87.23-1.34.23m-1.89%201.13A4.97%204.97%200%200%200%205%2017.22V20H1v-2.78c0-1.12.61-2.15%201.61-2.66c1.24-.64%202.76-1.19%204.5-1.43M11%208c0-2.21%201.79-4%204-4s4%201.79%204%204s-1.79%204-4%204s-4-1.79-4-4m7.32%2012a5%205%200%200%201-2.82-4.5c0-.89.23-1.73.64-2.45c-.37-.03-.75-.05-1.14-.05c-2.53%200-4.71.7-6.39%201.56A2.97%202.97%200%200%200%207%2017.22V20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-interpreter-mode.svg?color=%231a73e8&size=48