text change case icon
text-change-case-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- text-change-case-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M13.491 3.5a.5.5 0 0 1 .465.336l3.653 10.5a.5.5 0 0 1-.945.328L15.737 12h-4.754l-1.016 2.677a.5.5 0 0 1-.928.017l.244-1.03l.99-2.61V11h.02l2.724-7.177a.5.5 0 0 1 .474-.323m-.027 1.963L11.363 11h4.027zm-8.57 3.224c-.486.019-.913.132-1.17.26a.5.5 0 0 1-.448-.894c.41-.205.983-.342 1.58-.365c.6-.023 1.272.067 1.868.365C8.004 8.693 8 9.96 8 10.463V14.5a.5.5 0 0 1-1 0v-.412c-.913.666-2.01 1.094-3.129.796c-1.884-.504-2.534-3.043-.649-4.3c.715-.476 1.584-.609 2.375-.569c.49.025.971.117 1.4.25c-.015-.479-.112-1.013-.72-1.318c-.405-.202-.9-.278-1.383-.26M7 11.325a4.7 4.7 0 0 0-1.454-.31c-.66-.034-1.292.084-1.77.401c-1.115.744-.763 2.204.353 2.502c.902.24 1.938-.248 2.871-1.13z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextChangeCase20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.491 3.5a.5.5 0 0 1 .465.336l3.653 10.5a.5.5 0 0 1-.945.328L15.737 12h-4.754l-1.016 2.677a.5.5 0 0 1-.928.017l.244-1.03l.99-2.61V11h.02l2.724-7.177a.5.5 0 0 1 .474-.323m-.027 1.963L11.363 11h4.027zm-8.57 3.224c-.486.019-.913.132-1.17.26a.5.5 0 0 1-.448-.894c.41-.205.983-.342 1.58-.365c.6-.023 1.272.067 1.868.365C8.004 8.693 8 9.96 8 10.463V14.5a.5.5 0 0 1-1 0v-.412c-.913.666-2.01 1.094-3.129.796c-1.884-.504-2.534-3.043-.649-4.3c.715-.476 1.584-.609 2.375-.569c.49.025.971.117 1.4.25c-.015-.479-.112-1.013-.72-1.318c-.405-.202-.9-.278-1.383-.26M7 11.325a4.7 4.7 0 0 0-1.454-.31c-.66-.034-1.292.084-1.77.401c-1.115.744-.763 2.204.353 2.502c.902.24 1.938-.248 2.871-1.13z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.491 3.5a.5.5 0 0 1 .465.336l3.653 10.5a.5.5 0 0 1-.945.328L15.737 12h-4.754l-1.016 2.677a.5.5 0 0 1-.928.017l.244-1.03l.99-2.61V11h.02l2.724-7.177a.5.5 0 0 1 .474-.323m-.027 1.963L11.363 11h4.027zm-8.57 3.224c-.486.019-.913.132-1.17.26a.5.5 0 0 1-.448-.894c.41-.205.983-.342 1.58-.365c.6-.023 1.272.067 1.868.365C8.004 8.693 8 9.96 8 10.463V14.5a.5.5 0 0 1-1 0v-.412c-.913.666-2.01 1.094-3.129.796c-1.884-.504-2.534-3.043-.649-4.3c.715-.476 1.584-.609 2.375-.569c.49.025.971.117 1.4.25c-.015-.479-.112-1.013-.72-1.318c-.405-.202-.9-.278-1.383-.26M7 11.325a4.7 4.7 0 0 0-1.454-.31c-.66-.034-1.292.084-1.77.401c-1.115.744-.763 2.204.353 2.502c.902.24 1.938-.248 2.871-1.13z"/></svg> </template>
CSS
.icon-text-change-case-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.491%203.5a.5.5%200%200%201%20.465.336l3.653%2010.5a.5.5%200%200%201-.945.328L15.737%2012h-4.754l-1.016%202.677a.5.5%200%200%201-.928.017l.244-1.03l.99-2.61V11h.02l2.724-7.177a.5.5%200%200%201%20.474-.323m-.027%201.963L11.363%2011h4.027zm-8.57%203.224c-.486.019-.913.132-1.17.26a.5.5%200%200%201-.448-.894c.41-.205.983-.342%201.58-.365c.6-.023%201.272.067%201.868.365C8.004%208.693%208%209.96%208%2010.463V14.5a.5.5%200%200%201-1%200v-.412c-.913.666-2.01%201.094-3.129.796c-1.884-.504-2.534-3.043-.649-4.3c.715-.476%201.584-.609%202.375-.569c.49.025.971.117%201.4.25c-.015-.479-.112-1.013-.72-1.318c-.405-.202-.9-.278-1.383-.26M7%2011.325a4.7%204.7%200%200%200-1.454-.31c-.66-.034-1.292.084-1.77.401c-1.115.744-.763%202.204.353%202.502c.902.24%201.938-.248%202.871-1.13z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.491%203.5a.5.5%200%200%201%20.465.336l3.653%2010.5a.5.5%200%200%201-.945.328L15.737%2012h-4.754l-1.016%202.677a.5.5%200%200%201-.928.017l.244-1.03l.99-2.61V11h.02l2.724-7.177a.5.5%200%200%201%20.474-.323m-.027%201.963L11.363%2011h4.027zm-8.57%203.224c-.486.019-.913.132-1.17.26a.5.5%200%200%201-.448-.894c.41-.205.983-.342%201.58-.365c.6-.023%201.272.067%201.868.365C8.004%208.693%208%209.96%208%2010.463V14.5a.5.5%200%200%201-1%200v-.412c-.913.666-2.01%201.094-3.129.796c-1.884-.504-2.534-3.043-.649-4.3c.715-.476%201.584-.609%202.375-.569c.49.025.971.117%201.4.25c-.015-.479-.112-1.013-.72-1.318c-.405-.202-.9-.278-1.383-.26M7%2011.325a4.7%204.7%200%200%200-1.454-.31c-.66-.034-1.292.084-1.77.401c-1.115.744-.763%202.204.353%202.502c.902.24%201.938-.248%202.871-1.13z%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-20-regular.svg?color=%231a73e8&size=48