text change case icon
text-change-case-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- text-change-case-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
text-abc-underline-double-32-filledtext-add-20-filledtext-add-space-after-20-filledtext-add-space-before-20-filledtext-add-t-20-filledtext-align-center-16-filledtext-align-center-rotate-270-16-filledtext-align-center-rotate-90-16-filledtext-align-distributed-20-filledtext-align-distributed-evenly-20-filledtext-align-distributed-vertical-20-filledtext-align-justify-20-filledtext-align-justify-low-20-filledtext-align-justify-low-90-20-filledtext-align-justify-low-rotate-270-20-filledtext-align-justify-low-rotate-90-20-filledtext-align-justify-rotate-270-20-filledtext-align-justify-rotate-90-20-filledtext-align-left-16-filledtext-align-left-rotate-270-16-filledtext-align-left-rotate-90-16-filledtext-align-right-16-filledtext-align-right-rotate-270-16-filledtext-align-right-rotate-90-16-filled
Use the text change case icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11 2.5a.5.5 0 0 1 .47.327l3.5 9.5a.5.5 0 0 1-.939.346L13.046 10H8.954l-.985 2.673a.5.5 0 0 1-.938-.346l3.5-9.5a.5.5 0 0 1 .47-.327m0 1.946L9.322 9h3.356zM5.997 8.697L6 8.834v3.675a.5.5 0 0 1-.432.487L5.5 13a.5.5 0 0 1-.495-.432L5 12.5v-.07c-.66.378-1.268.57-1.833.57C1.94 13 1 12.137 1 10.834c0-1.15.792-2.004 2.106-2.163A5 5 0 0 1 5 8.81c-.007-.739-.37-1.104-1.19-1.145c-.642-.031-1.093.059-1.357.244a.5.5 0 0 1-.574-.819c.439-.307 1.036-.444 1.789-.43l.191.007c1.307.065 2.085.817 2.139 2.03m-1.2 1.119a4 4 0 0 0-1.57-.128c-.822.1-1.227.536-1.227 1.17c0 .731.475 1.167 1.167 1.167c.453 0 1.012-.21 1.667-.643L5 11.27V9.876z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextChangeCase16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11 2.5a.5.5 0 0 1 .47.327l3.5 9.5a.5.5 0 0 1-.939.346L13.046 10H8.954l-.985 2.673a.5.5 0 0 1-.938-.346l3.5-9.5a.5.5 0 0 1 .47-.327m0 1.946L9.322 9h3.356zM5.997 8.697L6 8.834v3.675a.5.5 0 0 1-.432.487L5.5 13a.5.5 0 0 1-.495-.432L5 12.5v-.07c-.66.378-1.268.57-1.833.57C1.94 13 1 12.137 1 10.834c0-1.15.792-2.004 2.106-2.163A5 5 0 0 1 5 8.81c-.007-.739-.37-1.104-1.19-1.145c-.642-.031-1.093.059-1.357.244a.5.5 0 0 1-.574-.819c.439-.307 1.036-.444 1.789-.43l.191.007c1.307.065 2.085.817 2.139 2.03m-1.2 1.119a4 4 0 0 0-1.57-.128c-.822.1-1.227.536-1.227 1.17c0 .731.475 1.167 1.167 1.167c.453 0 1.012-.21 1.667-.643L5 11.27V9.876z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11 2.5a.5.5 0 0 1 .47.327l3.5 9.5a.5.5 0 0 1-.939.346L13.046 10H8.954l-.985 2.673a.5.5 0 0 1-.938-.346l3.5-9.5a.5.5 0 0 1 .47-.327m0 1.946L9.322 9h3.356zM5.997 8.697L6 8.834v3.675a.5.5 0 0 1-.432.487L5.5 13a.5.5 0 0 1-.495-.432L5 12.5v-.07c-.66.378-1.268.57-1.833.57C1.94 13 1 12.137 1 10.834c0-1.15.792-2.004 2.106-2.163A5 5 0 0 1 5 8.81c-.007-.739-.37-1.104-1.19-1.145c-.642-.031-1.093.059-1.357.244a.5.5 0 0 1-.574-.819c.439-.307 1.036-.444 1.789-.43l.191.007c1.307.065 2.085.817 2.139 2.03m-1.2 1.119a4 4 0 0 0-1.57-.128c-.822.1-1.227.536-1.227 1.17c0 .731.475 1.167 1.167 1.167c.453 0 1.012-.21 1.667-.643L5 11.27V9.876z"/></svg> </template>
CSS
.icon-text-change-case-16-regular {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%202.5a.5.5%200%200%201%20.47.327l3.5%209.5a.5.5%200%200%201-.939.346L13.046%2010H8.954l-.985%202.673a.5.5%200%200%201-.938-.346l3.5-9.5a.5.5%200%200%201%20.47-.327m0%201.946L9.322%209h3.356zM5.997%208.697L6%208.834v3.675a.5.5%200%200%201-.432.487L5.5%2013a.5.5%200%200%201-.495-.432L5%2012.5v-.07c-.66.378-1.268.57-1.833.57C1.94%2013%201%2012.137%201%2010.834c0-1.15.792-2.004%202.106-2.163A5%205%200%200%201%205%208.81c-.007-.739-.37-1.104-1.19-1.145c-.642-.031-1.093.059-1.357.244a.5.5%200%200%201-.574-.819c.439-.307%201.036-.444%201.789-.43l.191.007c1.307.065%202.085.817%202.139%202.03m-1.2%201.119a4%204%200%200%200-1.57-.128c-.822.1-1.227.536-1.227%201.17c0%20.731.475%201.167%201.167%201.167c.453%200%201.012-.21%201.667-.643L5%2011.27V9.876z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%202.5a.5.5%200%200%201%20.47.327l3.5%209.5a.5.5%200%200%201-.939.346L13.046%2010H8.954l-.985%202.673a.5.5%200%200%201-.938-.346l3.5-9.5a.5.5%200%200%201%20.47-.327m0%201.946L9.322%209h3.356zM5.997%208.697L6%208.834v3.675a.5.5%200%200%201-.432.487L5.5%2013a.5.5%200%200%201-.495-.432L5%2012.5v-.07c-.66.378-1.268.57-1.833.57C1.94%2013%201%2012.137%201%2010.834c0-1.15.792-2.004%202.106-2.163A5%205%200%200%201%205%208.81c-.007-.739-.37-1.104-1.19-1.145c-.642-.031-1.093.059-1.357.244a.5.5%200%200%201-.574-.819c.439-.307%201.036-.444%201.789-.43l.191.007c1.307.065%202.085.817%202.139%202.03m-1.2%201.119a4%204%200%200%200-1.57-.128c-.822.1-1.227.536-1.227%201.17c0%20.731.475%201.167%201.167%201.167c.453%200%201.012-.21%201.667-.643L5%2011.27V9.876z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-change-case-16-regular.svg?color=%231a73e8&size=48