translate cc icon
translate-cc-rounded from Material Symbols Light by Google · Rounded · Apache-2.0 Free for personal and commercial use.
- Name
- translate-cc-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
Related icons in Material Symbols Light
Use the translate cc icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.206 19.342h3.463l-1.734-4.511zm6.313-9.265h1.731q.444 0 .76-.316q.317-.317.317-.761v-.27q0-.19-.126-.315t-.316-.126t-.317.126t-.126.316v.154q0 .115-.096.211t-.212.096h-1.5q-.115 0-.211-.096t-.096-.211v-3q0-.116.096-.212t.212-.096h1.5q.115 0 .211.096t.096.212v.192q0 .19.126.316t.316.126t.317-.126t.126-.316v-.308q0-.444-.316-.76q-.317-.317-.761-.317h-1.73q-.445 0-.761.317q-.317.316-.317.76V9q0 .444.298.76q.297.317.78.317m-9.283 4.727q.369.425.812.862t.851.807l-.344.89q-.464-.419-.971-.914q-.508-.495-.95-.988l-2.59 2.514q-.149.129-.324.139q-.175.009-.304-.139q-.128-.148-.119-.326t.139-.307l2.62-2.532q-.441-.518-.812-1.048t-.72-1.102q-.117-.21-.065-.367q.052-.156.2-.243t.305-.065q.156.02.268.2q.306.517.664 1.012t.757.976q.742-.842 1.342-1.765q.6-.924.956-1.985h-6.51q-.184 0-.313-.126T2 9.981q0-.185.129-.314q.129-.128.313-.128h3.789v-.866q0-.19.126-.316t.316-.126t.317.126t.126.316v.866h4.18q.19 0 .317.126t.126.316t-.127.316t-.316.126H9.858q-.406 1.235-1.084 2.316t-1.537 2.065m2.667 5.319l-.823 2.133q-.056.123-.157.203t-.249.08q-.24 0-.366-.188q-.126-.187-.04-.403l3.094-7.915q.056-.13.157-.196t.236-.068h.344q.135 0 .236.07t.156.2l3.114 7.909q.086.216-.04.403q-.125.188-.366.188q-.148 0-.249-.08t-.157-.209l-.823-2.127zm10.769-7.354h-6.884q-.349 0-.579-.23t-.23-.577V9.866q0-.51-.35-.861t-.86-.351h-1.058v-2.77q0-.115.096-.211t.211-.096h1.5q.115 0 .212.096t.096.212v.192q0 .19.126.316t.316.126t.316-.126t.126-.316v-.308q0-.444-.316-.76q-.316-.317-.76-.317h-1.731q-.445 0-.76.317q-.317.316-.317.76v2.885H8.134V6.98h-.23q-.31 0-.54-.23t-.23-.54V3.27q0-.528.377-.899t.95-.37h12.212q.573 0 .95.37t.377.9v8.23q0 .529-.377.899t-.95.37"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTranslateCcRounded(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="M10.206 19.342h3.463l-1.734-4.511zm6.313-9.265h1.731q.444 0 .76-.316q.317-.317.317-.761v-.27q0-.19-.126-.315t-.316-.126t-.317.126t-.126.316v.154q0 .115-.096.211t-.212.096h-1.5q-.115 0-.211-.096t-.096-.211v-3q0-.116.096-.212t.212-.096h1.5q.115 0 .211.096t.096.212v.192q0 .19.126.316t.316.126t.317-.126t.126-.316v-.308q0-.444-.316-.76q-.317-.317-.761-.317h-1.73q-.445 0-.761.317q-.317.316-.317.76V9q0 .444.298.76q.297.317.78.317m-9.283 4.727q.369.425.812.862t.851.807l-.344.89q-.464-.419-.971-.914q-.508-.495-.95-.988l-2.59 2.514q-.149.129-.324.139q-.175.009-.304-.139q-.128-.148-.119-.326t.139-.307l2.62-2.532q-.441-.518-.812-1.048t-.72-1.102q-.117-.21-.065-.367q.052-.156.2-.243t.305-.065q.156.02.268.2q.306.517.664 1.012t.757.976q.742-.842 1.342-1.765q.6-.924.956-1.985h-6.51q-.184 0-.313-.126T2 9.981q0-.185.129-.314q.129-.128.313-.128h3.789v-.866q0-.19.126-.316t.316-.126t.317.126t.126.316v.866h4.18q.19 0 .317.126t.126.316t-.127.316t-.316.126H9.858q-.406 1.235-1.084 2.316t-1.537 2.065m2.667 5.319l-.823 2.133q-.056.123-.157.203t-.249.08q-.24 0-.366-.188q-.126-.187-.04-.403l3.094-7.915q.056-.13.157-.196t.236-.068h.344q.135 0 .236.07t.156.2l3.114 7.909q.086.216-.04.403q-.125.188-.366.188q-.148 0-.249-.08t-.157-.209l-.823-2.127zm10.769-7.354h-6.884q-.349 0-.579-.23t-.23-.577V9.866q0-.51-.35-.861t-.86-.351h-1.058v-2.77q0-.115.096-.211t.211-.096h1.5q.115 0 .212.096t.096.212v.192q0 .19.126.316t.316.126t.316-.126t.126-.316v-.308q0-.444-.316-.76q-.316-.317-.76-.317h-1.731q-.445 0-.76.317q-.317.316-.317.76v2.885H8.134V6.98h-.23q-.31 0-.54-.23t-.23-.54V3.27q0-.528.377-.899t.95-.37h12.212q.573 0 .95.37t.377.9v8.23q0 .529-.377.899t-.95.37"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.206 19.342h3.463l-1.734-4.511zm6.313-9.265h1.731q.444 0 .76-.316q.317-.317.317-.761v-.27q0-.19-.126-.315t-.316-.126t-.317.126t-.126.316v.154q0 .115-.096.211t-.212.096h-1.5q-.115 0-.211-.096t-.096-.211v-3q0-.116.096-.212t.212-.096h1.5q.115 0 .211.096t.096.212v.192q0 .19.126.316t.316.126t.317-.126t.126-.316v-.308q0-.444-.316-.76q-.317-.317-.761-.317h-1.73q-.445 0-.761.317q-.317.316-.317.76V9q0 .444.298.76q.297.317.78.317m-9.283 4.727q.369.425.812.862t.851.807l-.344.89q-.464-.419-.971-.914q-.508-.495-.95-.988l-2.59 2.514q-.149.129-.324.139q-.175.009-.304-.139q-.128-.148-.119-.326t.139-.307l2.62-2.532q-.441-.518-.812-1.048t-.72-1.102q-.117-.21-.065-.367q.052-.156.2-.243t.305-.065q.156.02.268.2q.306.517.664 1.012t.757.976q.742-.842 1.342-1.765q.6-.924.956-1.985h-6.51q-.184 0-.313-.126T2 9.981q0-.185.129-.314q.129-.128.313-.128h3.789v-.866q0-.19.126-.316t.316-.126t.317.126t.126.316v.866h4.18q.19 0 .317.126t.126.316t-.127.316t-.316.126H9.858q-.406 1.235-1.084 2.316t-1.537 2.065m2.667 5.319l-.823 2.133q-.056.123-.157.203t-.249.08q-.24 0-.366-.188q-.126-.187-.04-.403l3.094-7.915q.056-.13.157-.196t.236-.068h.344q.135 0 .236.07t.156.2l3.114 7.909q.086.216-.04.403q-.125.188-.366.188q-.148 0-.249-.08t-.157-.209l-.823-2.127zm10.769-7.354h-6.884q-.349 0-.579-.23t-.23-.577V9.866q0-.51-.35-.861t-.86-.351h-1.058v-2.77q0-.115.096-.211t.211-.096h1.5q.115 0 .212.096t.096.212v.192q0 .19.126.316t.316.126t.316-.126t.126-.316v-.308q0-.444-.316-.76q-.316-.317-.76-.317h-1.731q-.445 0-.76.317q-.317.316-.317.76v2.885H8.134V6.98h-.23q-.31 0-.54-.23t-.23-.54V3.27q0-.528.377-.899t.95-.37h12.212q.573 0 .95.37t.377.9v8.23q0 .529-.377.899t-.95.37"/></svg> </template>
CSS
.icon-translate-cc-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%22M10.206%2019.342h3.463l-1.734-4.511zm6.313-9.265h1.731q.444%200%20.76-.316q.317-.317.317-.761v-.27q0-.19-.126-.315t-.316-.126t-.317.126t-.126.316v.154q0%20.115-.096.211t-.212.096h-1.5q-.115%200-.211-.096t-.096-.211v-3q0-.116.096-.212t.212-.096h1.5q.115%200%20.211.096t.096.212v.192q0%20.19.126.316t.316.126t.317-.126t.126-.316v-.308q0-.444-.316-.76q-.317-.317-.761-.317h-1.73q-.445%200-.761.317q-.317.316-.317.76V9q0%20.444.298.76q.297.317.78.317m-9.283%204.727q.369.425.812.862t.851.807l-.344.89q-.464-.419-.971-.914q-.508-.495-.95-.988l-2.59%202.514q-.149.129-.324.139q-.175.009-.304-.139q-.128-.148-.119-.326t.139-.307l2.62-2.532q-.441-.518-.812-1.048t-.72-1.102q-.117-.21-.065-.367q.052-.156.2-.243t.305-.065q.156.02.268.2q.306.517.664%201.012t.757.976q.742-.842%201.342-1.765q.6-.924.956-1.985h-6.51q-.184%200-.313-.126T2%209.981q0-.185.129-.314q.129-.128.313-.128h3.789v-.866q0-.19.126-.316t.316-.126t.317.126t.126.316v.866h4.18q.19%200%20.317.126t.126.316t-.127.316t-.316.126H9.858q-.406%201.235-1.084%202.316t-1.537%202.065m2.667%205.319l-.823%202.133q-.056.123-.157.203t-.249.08q-.24%200-.366-.188q-.126-.187-.04-.403l3.094-7.915q.056-.13.157-.196t.236-.068h.344q.135%200%20.236.07t.156.2l3.114%207.909q.086.216-.04.403q-.125.188-.366.188q-.148%200-.249-.08t-.157-.209l-.823-2.127zm10.769-7.354h-6.884q-.349%200-.579-.23t-.23-.577V9.866q0-.51-.35-.861t-.86-.351h-1.058v-2.77q0-.115.096-.211t.211-.096h1.5q.115%200%20.212.096t.096.212v.192q0%20.19.126.316t.316.126t.316-.126t.126-.316v-.308q0-.444-.316-.76q-.316-.317-.76-.317h-1.731q-.445%200-.76.317q-.317.316-.317.76v2.885H8.134V6.98h-.23q-.31%200-.54-.23t-.23-.54V3.27q0-.528.377-.899t.95-.37h12.212q.573%200%20.95.37t.377.9v8.23q0%20.529-.377.899t-.95.37%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%22M10.206%2019.342h3.463l-1.734-4.511zm6.313-9.265h1.731q.444%200%20.76-.316q.317-.317.317-.761v-.27q0-.19-.126-.315t-.316-.126t-.317.126t-.126.316v.154q0%20.115-.096.211t-.212.096h-1.5q-.115%200-.211-.096t-.096-.211v-3q0-.116.096-.212t.212-.096h1.5q.115%200%20.211.096t.096.212v.192q0%20.19.126.316t.316.126t.317-.126t.126-.316v-.308q0-.444-.316-.76q-.317-.317-.761-.317h-1.73q-.445%200-.761.317q-.317.316-.317.76V9q0%20.444.298.76q.297.317.78.317m-9.283%204.727q.369.425.812.862t.851.807l-.344.89q-.464-.419-.971-.914q-.508-.495-.95-.988l-2.59%202.514q-.149.129-.324.139q-.175.009-.304-.139q-.128-.148-.119-.326t.139-.307l2.62-2.532q-.441-.518-.812-1.048t-.72-1.102q-.117-.21-.065-.367q.052-.156.2-.243t.305-.065q.156.02.268.2q.306.517.664%201.012t.757.976q.742-.842%201.342-1.765q.6-.924.956-1.985h-6.51q-.184%200-.313-.126T2%209.981q0-.185.129-.314q.129-.128.313-.128h3.789v-.866q0-.19.126-.316t.316-.126t.317.126t.126.316v.866h4.18q.19%200%20.317.126t.126.316t-.127.316t-.316.126H9.858q-.406%201.235-1.084%202.316t-1.537%202.065m2.667%205.319l-.823%202.133q-.056.123-.157.203t-.249.08q-.24%200-.366-.188q-.126-.187-.04-.403l3.094-7.915q.056-.13.157-.196t.236-.068h.344q.135%200%20.236.07t.156.2l3.114%207.909q.086.216-.04.403q-.125.188-.366.188q-.148%200-.249-.08t-.157-.209l-.823-2.127zm10.769-7.354h-6.884q-.349%200-.579-.23t-.23-.577V9.866q0-.51-.35-.861t-.86-.351h-1.058v-2.77q0-.115.096-.211t.211-.096h1.5q.115%200%20.212.096t.096.212v.192q0%20.19.126.316t.316.126t.316-.126t.126-.316v-.308q0-.444-.316-.76q-.316-.317-.76-.317h-1.731q-.445%200-.76.317q-.317.316-.317.76v2.885H8.134V6.98h-.23q-.31%200-.54-.23t-.23-.54V3.27q0-.528.377-.899t.95-.37h12.212q.573%200%20.95.37t.377.9v8.23q0%20.529-.377.899t-.95.37%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/translate-cc-rounded.svg?color=%231a73e8&size=48