round text rotation none icon
round-text-rotation-none from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- round-text-rotation-none
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the round 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="m20.65 17.65l-1.79-1.79a.501.501 0 0 0-.86.35V17H6c-.55 0-1 .45-1 1s.45 1 1 1h12v.79c0 .45.54.67.85.35l1.79-1.79c.2-.19.2-.51.01-.7M9.5 11.8h5l.66 1.6c.15.36.5.6.89.6c.69 0 1.15-.71.88-1.34l-3.88-8.97C12.87 3.27 12.46 3 12 3s-.87.27-1.05.69l-3.88 8.97c-.27.63.2 1.34.89 1.34c.39 0 .74-.24.89-.6zM12 4.98L13.87 10h-3.74z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundTextRotationNone(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="m20.65 17.65l-1.79-1.79a.501.501 0 0 0-.86.35V17H6c-.55 0-1 .45-1 1s.45 1 1 1h12v.79c0 .45.54.67.85.35l1.79-1.79c.2-.19.2-.51.01-.7M9.5 11.8h5l.66 1.6c.15.36.5.6.89.6c.69 0 1.15-.71.88-1.34l-3.88-8.97C12.87 3.27 12.46 3 12 3s-.87.27-1.05.69l-3.88 8.97c-.27.63.2 1.34.89 1.34c.39 0 .74-.24.89-.6zM12 4.98L13.87 10h-3.74z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.65 17.65l-1.79-1.79a.501.501 0 0 0-.86.35V17H6c-.55 0-1 .45-1 1s.45 1 1 1h12v.79c0 .45.54.67.85.35l1.79-1.79c.2-.19.2-.51.01-.7M9.5 11.8h5l.66 1.6c.15.36.5.6.89.6c.69 0 1.15-.71.88-1.34l-3.88-8.97C12.87 3.27 12.46 3 12 3s-.87.27-1.05.69l-3.88 8.97c-.27.63.2 1.34.89 1.34c.39 0 .74-.24.89-.6zM12 4.98L13.87 10h-3.74z"/></svg> </template>
CSS
.icon-round-text-rotation-none {
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%22m20.65%2017.65l-1.79-1.79a.501.501%200%200%200-.86.35V17H6c-.55%200-1%20.45-1%201s.45%201%201%201h12v.79c0%20.45.54.67.85.35l1.79-1.79c.2-.19.2-.51.01-.7M9.5%2011.8h5l.66%201.6c.15.36.5.6.89.6c.69%200%201.15-.71.88-1.34l-3.88-8.97C12.87%203.27%2012.46%203%2012%203s-.87.27-1.05.69l-3.88%208.97c-.27.63.2%201.34.89%201.34c.39%200%20.74-.24.89-.6zM12%204.98L13.87%2010h-3.74z%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%22m20.65%2017.65l-1.79-1.79a.501.501%200%200%200-.86.35V17H6c-.55%200-1%20.45-1%201s.45%201%201%201h12v.79c0%20.45.54.67.85.35l1.79-1.79c.2-.19.2-.51.01-.7M9.5%2011.8h5l.66%201.6c.15.36.5.6.89.6c.69%200%201.15-.71.88-1.34l-3.88-8.97C12.87%203.27%2012.46%203%2012%203s-.87.27-1.05.69l-3.88%208.97c-.27.63.2%201.34.89%201.34c.39%200%20.74-.24.89-.6zM12%204.98L13.87%2010h-3.74z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-text-rotation-none.svg?color=%231a73e8&size=48