text rotation none icon

text-rotation-none-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
text-rotation-none-rounded
Set
Material Symbols
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
text-rotation-none-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

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="M17.2 19H5q-.425 0-.712-.288T4 18t.288-.712T5 17h12.2l-.35-.35q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.05 2.05q.3.3.3.7t-.3.7l-2.05 2.05q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7zm-7.4-7.8L9 13.425q-.1.275-.325.425t-.5.15q-.475 0-.737-.387T7.35 12.8l3.425-9.2q.1-.275.338-.438T11.65 3h.7q.3 0 .538.163t.337.437l3.425 9.225q.15.425-.1.8t-.7.375q-.275 0-.512-.162T15 13.4l-.75-2.2zm.55-1.6h3.3l-1.6-4.55h-.1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTextRotationNoneRounded(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="M17.2 19H5q-.425 0-.712-.288T4 18t.288-.712T5 17h12.2l-.35-.35q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.05 2.05q.3.3.3.7t-.3.7l-2.05 2.05q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7zm-7.4-7.8L9 13.425q-.1.275-.325.425t-.5.15q-.475 0-.737-.387T7.35 12.8l3.425-9.2q.1-.275.338-.438T11.65 3h.7q.3 0 .538.163t.337.437l3.425 9.225q.15.425-.1.8t-.7.375q-.275 0-.512-.162T15 13.4l-.75-2.2zm.55-1.6h3.3l-1.6-4.55h-.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="M17.2 19H5q-.425 0-.712-.288T4 18t.288-.712T5 17h12.2l-.35-.35q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.05 2.05q.3.3.3.7t-.3.7l-2.05 2.05q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7zm-7.4-7.8L9 13.425q-.1.275-.325.425t-.5.15q-.475 0-.737-.387T7.35 12.8l3.425-9.2q.1-.275.338-.438T11.65 3h.7q.3 0 .538.163t.337.437l3.425 9.225q.15.425-.1.8t-.7.375q-.275 0-.512-.162T15 13.4l-.75-2.2zm.55-1.6h3.3l-1.6-4.55h-.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%22M17.2%2019H5q-.425%200-.712-.288T4%2018t.288-.712T5%2017h12.2l-.35-.35q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.05%202.05q.3.3.3.7t-.3.7l-2.05%202.05q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7zm-7.4-7.8L9%2013.425q-.1.275-.325.425t-.5.15q-.475%200-.737-.387T7.35%2012.8l3.425-9.2q.1-.275.338-.438T11.65%203h.7q.3%200%20.538.163t.337.437l3.425%209.225q.15.425-.1.8t-.7.375q-.275%200-.512-.162T15%2013.4l-.75-2.2zm.55-1.6h3.3l-1.6-4.55h-.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%22M17.2%2019H5q-.425%200-.712-.288T4%2018t.288-.712T5%2017h12.2l-.35-.35q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.05%202.05q.3.3.3.7t-.3.7l-2.05%202.05q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7zm-7.4-7.8L9%2013.425q-.1.275-.325.425t-.5.15q-.475%200-.737-.387T7.35%2012.8l3.425-9.2q.1-.275.338-.438T11.65%203h.7q.3%200%20.538.163t.337.437l3.425%209.225q.15.425-.1.8t-.7.375q-.275%200-.512-.162T15%2013.4l-.75-2.2zm.55-1.6h3.3l-1.6-4.55h-.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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