text rotation none icon
text-rotation-none-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- text-rotation-none-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- text-rotation-none-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
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 text rotation none icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.392 18.5H5q-.213 0-.357-.143T4.5 18t.143-.357T5 17.5h13.392l-1.196-1.196q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l1.838 1.838q.243.243.243.566t-.243.566l-1.838 1.838q-.14.14-.344.15t-.364-.15t-.16-.354t.16-.354zm-8.726-7.684l-.935 2.532q-.062.14-.171.223t-.27.083q-.263 0-.391-.205t-.049-.437l3.56-9.374q.061-.14.174-.216t.258-.076h.354q.146 0 .259.086t.174.226l3.483 9.36q.073.232-.052.434t-.383.202q-.16 0-.272-.076t-.174-.236l-.923-2.527zm.319-.87h3.992l-1.908-5.28h-.1z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTextRotationNoneRounded(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.392 18.5H5q-.213 0-.357-.143T4.5 18t.143-.357T5 17.5h13.392l-1.196-1.196q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l1.838 1.838q.243.243.243.566t-.243.566l-1.838 1.838q-.14.14-.344.15t-.364-.15t-.16-.354t.16-.354zm-8.726-7.684l-.935 2.532q-.062.14-.171.223t-.27.083q-.263 0-.391-.205t-.049-.437l3.56-9.374q.061-.14.174-.216t.258-.076h.354q.146 0 .259.086t.174.226l3.483 9.36q.073.232-.052.434t-.383.202q-.16 0-.272-.076t-.174-.236l-.923-2.527zm.319-.87h3.992l-1.908-5.28h-.1z"/></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.392 18.5H5q-.213 0-.357-.143T4.5 18t.143-.357T5 17.5h13.392l-1.196-1.196q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l1.838 1.838q.243.243.243.566t-.243.566l-1.838 1.838q-.14.14-.344.15t-.364-.15t-.16-.354t.16-.354zm-8.726-7.684l-.935 2.532q-.062.14-.171.223t-.27.083q-.263 0-.391-.205t-.049-.437l3.56-9.374q.061-.14.174-.216t.258-.076h.354q.146 0 .259.086t.174.226l3.483 9.36q.073.232-.052.434t-.383.202q-.16 0-.272-.076t-.174-.236l-.923-2.527zm.319-.87h3.992l-1.908-5.28h-.1z"/></svg> </template>
CSS
.icon-text-rotation-none-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%22M18.392%2018.5H5q-.213%200-.357-.143T4.5%2018t.143-.357T5%2017.5h13.392l-1.196-1.196q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l1.838%201.838q.243.243.243.566t-.243.566l-1.838%201.838q-.14.14-.344.15t-.364-.15t-.16-.354t.16-.354zm-8.726-7.684l-.935%202.532q-.062.14-.171.223t-.27.083q-.263%200-.391-.205t-.049-.437l3.56-9.374q.061-.14.174-.216t.258-.076h.354q.146%200%20.259.086t.174.226l3.483%209.36q.073.232-.052.434t-.383.202q-.16%200-.272-.076t-.174-.236l-.923-2.527zm.319-.87h3.992l-1.908-5.28h-.1z%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.392%2018.5H5q-.213%200-.357-.143T4.5%2018t.143-.357T5%2017.5h13.392l-1.196-1.196q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l1.838%201.838q.243.243.243.566t-.243.566l-1.838%201.838q-.14.14-.344.15t-.364-.15t-.16-.354t.16-.354zm-8.726-7.684l-.935%202.532q-.062.14-.171.223t-.27.083q-.263%200-.391-.205t-.049-.437l3.56-9.374q.061-.14.174-.216t.258-.076h.354q.146%200%20.259.086t.174.226l3.483%209.36q.073.232-.052.434t-.383.202q-.16%200-.272-.076t-.174-.236l-.923-2.527zm.319-.87h3.992l-1.908-5.28h-.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/text-rotation-none-rounded.svg?color=%231a73e8&size=48