text rotation down icon

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

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

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the text rotation down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7 17.2l.35-.35q.275-.275.7-.275t.7.275t.275.7t-.275.7L6.7 20.3q-.3.3-.7.287t-.7-.287l-2.075-2.025q-.3-.3-.287-.712t.312-.713q.3-.275.7-.288t.7.288l.35.35V5q0-.425.288-.712T6 4t.713.288T7 5zm5.8-2.95V9.8L10.575 9q-.275-.1-.425-.325t-.15-.5q0-.475.388-.737t.812-.088l9.2 3.425q.275.1.438.338t.162.537v.7q0 .3-.162.538t-.438.337l-9.225 3.425q-.425.15-.8-.1t-.375-.7q0-.275.163-.512T10.6 15zm1.6-.6l4.55-1.6v-.1l-4.55-1.6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTextRotationDownRounded(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="m7 17.2l.35-.35q.275-.275.7-.275t.7.275t.275.7t-.275.7L6.7 20.3q-.3.3-.7.287t-.7-.287l-2.075-2.025q-.3-.3-.287-.712t.312-.713q.3-.275.7-.288t.7.288l.35.35V5q0-.425.288-.712T6 4t.713.288T7 5zm5.8-2.95V9.8L10.575 9q-.275-.1-.425-.325t-.15-.5q0-.475.388-.737t.812-.088l9.2 3.425q.275.1.438.338t.162.537v.7q0 .3-.162.538t-.438.337l-9.225 3.425q-.425.15-.8-.1t-.375-.7q0-.275.163-.512T10.6 15zm1.6-.6l4.55-1.6v-.1l-4.55-1.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7 17.2l.35-.35q.275-.275.7-.275t.7.275t.275.7t-.275.7L6.7 20.3q-.3.3-.7.287t-.7-.287l-2.075-2.025q-.3-.3-.287-.712t.312-.713q.3-.275.7-.288t.7.288l.35.35V5q0-.425.288-.712T6 4t.713.288T7 5zm5.8-2.95V9.8L10.575 9q-.275-.1-.425-.325t-.15-.5q0-.475.388-.737t.812-.088l9.2 3.425q.275.1.438.338t.162.537v.7q0 .3-.162.538t-.438.337l-9.225 3.425q-.425.15-.8-.1t-.375-.7q0-.275.163-.512T10.6 15zm1.6-.6l4.55-1.6v-.1l-4.55-1.6z"/></svg>
</template>

CSS

.icon-text-rotation-down-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%22m7%2017.2l.35-.35q.275-.275.7-.275t.7.275t.275.7t-.275.7L6.7%2020.3q-.3.3-.7.287t-.7-.287l-2.075-2.025q-.3-.3-.287-.712t.312-.713q.3-.275.7-.288t.7.288l.35.35V5q0-.425.288-.712T6%204t.713.288T7%205zm5.8-2.95V9.8L10.575%209q-.275-.1-.425-.325t-.15-.5q0-.475.388-.737t.812-.088l9.2%203.425q.275.1.438.338t.162.537v.7q0%20.3-.162.538t-.438.337l-9.225%203.425q-.425.15-.8-.1t-.375-.7q0-.275.163-.512T10.6%2015zm1.6-.6l4.55-1.6v-.1l-4.55-1.6z%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%22m7%2017.2l.35-.35q.275-.275.7-.275t.7.275t.275.7t-.275.7L6.7%2020.3q-.3.3-.7.287t-.7-.287l-2.075-2.025q-.3-.3-.287-.712t.312-.713q.3-.275.7-.288t.7.288l.35.35V5q0-.425.288-.712T6%204t.713.288T7%205zm5.8-2.95V9.8L10.575%209q-.275-.1-.425-.325t-.15-.5q0-.475.388-.737t.812-.088l9.2%203.425q.275.1.438.338t.162.537v.7q0%20.3-.162.538t-.438.337l-9.225%203.425q-.425.15-.8-.1t-.375-.7q0-.275.163-.512T10.6%2015zm1.6-.6l4.55-1.6v-.1l-4.55-1.6z%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-down-rounded.svg?color=%231a73e8&size=48