convert to text icon

convert-to-text-outline-rounded from Material Symbols by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
convert-to-text-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the convert to text icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 21h-8q-.425 0-.712-.288T10 20t.288-.712T11 19h8V5H5v3q0 .425-.288.713T4 9t-.712-.288T3 8V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21M3 22q-.425 0-.712-.288T2 21t.288-.712T3 20h1.55q-1.2-.575-1.937-1.7t-.738-2.55q0-1.975 1.388-3.363T6.625 11q.425 0 .713.288t.287.712t-.288.713t-.712.287q-1.125 0-1.937.8t-.813 1.95q0 .975.6 1.725t1.525.95V17q0-.425.288-.712T7 16t.713.288T8 17v4q0 .425-.288.713T7 22zm8-5h2q.425 0 .713-.288T14 16t-.288-.712T13 15h-2q-.425 0-.712.288T10 16t.288.713T11 17m0-4h5q.425 0 .713-.288T17 12t-.288-.712T16 11h-5q-.425 0-.712.288T10 12t.288.713T11 13M8 9h8q.425 0 .713-.288T17 8t-.288-.712T16 7H8q-.425 0-.712.288T7 8t.288.713T8 9"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsConvertToTextOutlineRounded(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="M19 21h-8q-.425 0-.712-.288T10 20t.288-.712T11 19h8V5H5v3q0 .425-.288.713T4 9t-.712-.288T3 8V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21M3 22q-.425 0-.712-.288T2 21t.288-.712T3 20h1.55q-1.2-.575-1.937-1.7t-.738-2.55q0-1.975 1.388-3.363T6.625 11q.425 0 .713.288t.287.712t-.288.713t-.712.287q-1.125 0-1.937.8t-.813 1.95q0 .975.6 1.725t1.525.95V17q0-.425.288-.712T7 16t.713.288T8 17v4q0 .425-.288.713T7 22zm8-5h2q.425 0 .713-.288T14 16t-.288-.712T13 15h-2q-.425 0-.712.288T10 16t.288.713T11 17m0-4h5q.425 0 .713-.288T17 12t-.288-.712T16 11h-5q-.425 0-.712.288T10 12t.288.713T11 13M8 9h8q.425 0 .713-.288T17 8t-.288-.712T16 7H8q-.425 0-.712.288T7 8t.288.713T8 9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 21h-8q-.425 0-.712-.288T10 20t.288-.712T11 19h8V5H5v3q0 .425-.288.713T4 9t-.712-.288T3 8V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21M3 22q-.425 0-.712-.288T2 21t.288-.712T3 20h1.55q-1.2-.575-1.937-1.7t-.738-2.55q0-1.975 1.388-3.363T6.625 11q.425 0 .713.288t.287.712t-.288.713t-.712.287q-1.125 0-1.937.8t-.813 1.95q0 .975.6 1.725t1.525.95V17q0-.425.288-.712T7 16t.713.288T8 17v4q0 .425-.288.713T7 22zm8-5h2q.425 0 .713-.288T14 16t-.288-.712T13 15h-2q-.425 0-.712.288T10 16t.288.713T11 17m0-4h5q.425 0 .713-.288T17 12t-.288-.712T16 11h-5q-.425 0-.712.288T10 12t.288.713T11 13M8 9h8q.425 0 .713-.288T17 8t-.288-.712T16 7H8q-.425 0-.712.288T7 8t.288.713T8 9"/></svg>
</template>

CSS

.icon-convert-to-text-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%22M19%2021h-8q-.425%200-.712-.288T10%2020t.288-.712T11%2019h8V5H5v3q0%20.425-.288.713T4%209t-.712-.288T3%208V5q0-.825.588-1.412T5%203h14q.825%200%201.413.588T21%205v14q0%20.825-.587%201.413T19%2021M3%2022q-.425%200-.712-.288T2%2021t.288-.712T3%2020h1.55q-1.2-.575-1.937-1.7t-.738-2.55q0-1.975%201.388-3.363T6.625%2011q.425%200%20.713.288t.287.712t-.288.713t-.712.287q-1.125%200-1.937.8t-.813%201.95q0%20.975.6%201.725t1.525.95V17q0-.425.288-.712T7%2016t.713.288T8%2017v4q0%20.425-.288.713T7%2022zm8-5h2q.425%200%20.713-.288T14%2016t-.288-.712T13%2015h-2q-.425%200-.712.288T10%2016t.288.713T11%2017m0-4h5q.425%200%20.713-.288T17%2012t-.288-.712T16%2011h-5q-.425%200-.712.288T10%2012t.288.713T11%2013M8%209h8q.425%200%20.713-.288T17%208t-.288-.712T16%207H8q-.425%200-.712.288T7%208t.288.713T8%209%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%22M19%2021h-8q-.425%200-.712-.288T10%2020t.288-.712T11%2019h8V5H5v3q0%20.425-.288.713T4%209t-.712-.288T3%208V5q0-.825.588-1.412T5%203h14q.825%200%201.413.588T21%205v14q0%20.825-.587%201.413T19%2021M3%2022q-.425%200-.712-.288T2%2021t.288-.712T3%2020h1.55q-1.2-.575-1.937-1.7t-.738-2.55q0-1.975%201.388-3.363T6.625%2011q.425%200%20.713.288t.287.712t-.288.713t-.712.287q-1.125%200-1.937.8t-.813%201.95q0%20.975.6%201.725t1.525.95V17q0-.425.288-.712T7%2016t.713.288T8%2017v4q0%20.425-.288.713T7%2022zm8-5h2q.425%200%20.713-.288T14%2016t-.288-.712T13%2015h-2q-.425%200-.712.288T10%2016t.288.713T11%2017m0-4h5q.425%200%20.713-.288T17%2012t-.288-.712T16%2011h-5q-.425%200-.712.288T10%2012t.288.713T11%2013M8%209h8q.425%200%20.713-.288T17%208t-.288-.712T16%207H8q-.425%200-.712.288T7%208t.288.713T8%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/convert-to-text-outline-rounded.svg?color=%231a73e8&size=48