custom typography icon
custom-typography-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- custom-typography-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- custom-typography-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More text icons from Material Symbols
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the custom typography icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 20v1q0 .425-.288.713T12 22t-.712-.288T11 21v-4q0-.425.288-.712T12 16t.713.288T13 17v1h7q.425 0 .713.288T21 19t-.288.713T20 20zm-9 0q-.425 0-.712-.288T3 19t.288-.712T4 18h4q.425 0 .713.288T9 19t-.288.713T8 20zm5.6-9.075h4.825l.85 2.45q.1.275.35.45t.55.175q.5 0 .8-.425t.1-.9L13.325 2.65q-.125-.3-.375-.475T12.375 2h-.75q-.325 0-.575.175t-.375.475L6.9 12.7q-.175.475.113.888T7.8 14q.325 0 .563-.175t.362-.475zm.6-1.725l1.75-4.975h.1L13.8 9.2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCustomTypographyRounded(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="M13 20v1q0 .425-.288.713T12 22t-.712-.288T11 21v-4q0-.425.288-.712T12 16t.713.288T13 17v1h7q.425 0 .713.288T21 19t-.288.713T20 20zm-9 0q-.425 0-.712-.288T3 19t.288-.712T4 18h4q.425 0 .713.288T9 19t-.288.713T8 20zm5.6-9.075h4.825l.85 2.45q.1.275.35.45t.55.175q.5 0 .8-.425t.1-.9L13.325 2.65q-.125-.3-.375-.475T12.375 2h-.75q-.325 0-.575.175t-.375.475L6.9 12.7q-.175.475.113.888T7.8 14q.325 0 .563-.175t.362-.475zm.6-1.725l1.75-4.975h.1L13.8 9.2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 20v1q0 .425-.288.713T12 22t-.712-.288T11 21v-4q0-.425.288-.712T12 16t.713.288T13 17v1h7q.425 0 .713.288T21 19t-.288.713T20 20zm-9 0q-.425 0-.712-.288T3 19t.288-.712T4 18h4q.425 0 .713.288T9 19t-.288.713T8 20zm5.6-9.075h4.825l.85 2.45q.1.275.35.45t.55.175q.5 0 .8-.425t.1-.9L13.325 2.65q-.125-.3-.375-.475T12.375 2h-.75q-.325 0-.575.175t-.375.475L6.9 12.7q-.175.475.113.888T7.8 14q.325 0 .563-.175t.362-.475zm.6-1.725l1.75-4.975h.1L13.8 9.2z"/></svg> </template>
CSS
.icon-custom-typography-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%22M13%2020v1q0%20.425-.288.713T12%2022t-.712-.288T11%2021v-4q0-.425.288-.712T12%2016t.713.288T13%2017v1h7q.425%200%20.713.288T21%2019t-.288.713T20%2020zm-9%200q-.425%200-.712-.288T3%2019t.288-.712T4%2018h4q.425%200%20.713.288T9%2019t-.288.713T8%2020zm5.6-9.075h4.825l.85%202.45q.1.275.35.45t.55.175q.5%200%20.8-.425t.1-.9L13.325%202.65q-.125-.3-.375-.475T12.375%202h-.75q-.325%200-.575.175t-.375.475L6.9%2012.7q-.175.475.113.888T7.8%2014q.325%200%20.563-.175t.362-.475zm.6-1.725l1.75-4.975h.1L13.8%209.2z%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%22M13%2020v1q0%20.425-.288.713T12%2022t-.712-.288T11%2021v-4q0-.425.288-.712T12%2016t.713.288T13%2017v1h7q.425%200%20.713.288T21%2019t-.288.713T20%2020zm-9%200q-.425%200-.712-.288T3%2019t.288-.712T4%2018h4q.425%200%20.713.288T9%2019t-.288.713T8%2020zm5.6-9.075h4.825l.85%202.45q.1.275.35.45t.55.175q.5%200%20.8-.425t.1-.9L13.325%202.65q-.125-.3-.375-.475T12.375%202h-.75q-.325%200-.575.175t-.375.475L6.9%2012.7q-.175.475.113.888T7.8%2014q.325%200%20.563-.175t.362-.475zm.6-1.725l1.75-4.975h.1L13.8%209.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/custom-typography-rounded.svg?color=%231a73e8&size=48