transcribe icon
transcribe from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.
- Name
- transcribe
- Set
- Material Symbols
- Style
- Regular
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- transcribe-sharp
3 other variants in Material Symbols
The same icon in other sets
Use the transcribe icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.05 15.95q-1.4-1.325-2.225-3.125T15 9t.825-3.825T18.05 2.05l1.55 1.6q-1.1 1.025-1.725 2.4T17.25 9t.625 2.975T19.6 14.4zm3.2-3.2q-.8-.725-1.25-1.687T19.55 9T20 6.938t1.25-1.688l1.6 1.6q-.45.425-.725.963T21.85 9t.275 1.188t.725.962zM9 13q-1.65 0-2.825-1.175T5 9t1.175-2.825T9 5t2.825 1.175T13 9t-1.175 2.825T9 13m-8 8v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T9 14t3.525.45t2.875 1.1q.75.375 1.175 1.1T17 18.2V21z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTranscribe(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="M18.05 15.95q-1.4-1.325-2.225-3.125T15 9t.825-3.825T18.05 2.05l1.55 1.6q-1.1 1.025-1.725 2.4T17.25 9t.625 2.975T19.6 14.4zm3.2-3.2q-.8-.725-1.25-1.687T19.55 9T20 6.938t1.25-1.688l1.6 1.6q-.45.425-.725.963T21.85 9t.275 1.188t.725.962zM9 13q-1.65 0-2.825-1.175T5 9t1.175-2.825T9 5t2.825 1.175T13 9t-1.175 2.825T9 13m-8 8v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T9 14t3.525.45t2.875 1.1q.75.375 1.175 1.1T17 18.2V21z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.05 15.95q-1.4-1.325-2.225-3.125T15 9t.825-3.825T18.05 2.05l1.55 1.6q-1.1 1.025-1.725 2.4T17.25 9t.625 2.975T19.6 14.4zm3.2-3.2q-.8-.725-1.25-1.687T19.55 9T20 6.938t1.25-1.688l1.6 1.6q-.45.425-.725.963T21.85 9t.275 1.188t.725.962zM9 13q-1.65 0-2.825-1.175T5 9t1.175-2.825T9 5t2.825 1.175T13 9t-1.175 2.825T9 13m-8 8v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T9 14t3.525.45t2.875 1.1q.75.375 1.175 1.1T17 18.2V21z"/></svg> </template>
CSS
.icon-transcribe {
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%22M18.05%2015.95q-1.4-1.325-2.225-3.125T15%209t.825-3.825T18.05%202.05l1.55%201.6q-1.1%201.025-1.725%202.4T17.25%209t.625%202.975T19.6%2014.4zm3.2-3.2q-.8-.725-1.25-1.687T19.55%209T20%206.938t1.25-1.688l1.6%201.6q-.45.425-.725.963T21.85%209t.275%201.188t.725.962zM9%2013q-1.65%200-2.825-1.175T5%209t1.175-2.825T9%205t2.825%201.175T13%209t-1.175%202.825T9%2013m-8%208v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65%202.875-1.1T9%2014t3.525.45t2.875%201.1q.75.375%201.175%201.1T17%2018.2V21z%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%22M18.05%2015.95q-1.4-1.325-2.225-3.125T15%209t.825-3.825T18.05%202.05l1.55%201.6q-1.1%201.025-1.725%202.4T17.25%209t.625%202.975T19.6%2014.4zm3.2-3.2q-.8-.725-1.25-1.687T19.55%209T20%206.938t1.25-1.688l1.6%201.6q-.45.425-.725.963T21.85%209t.275%201.188t.725.962zM9%2013q-1.65%200-2.825-1.175T5%209t1.175-2.825T9%205t2.825%201.175T13%209t-1.175%202.825T9%2013m-8%208v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65%202.875-1.1T9%2014t3.525.45t2.875%201.1q.75.375%201.175%201.1T17%2018.2V21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/transcribe.svg?color=%231a73e8&size=48