text change case icon
text-change-case-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- text-change-case-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M16.514 2.75a1 1 0 0 1 .928.666l5.5 15.5a1 1 0 0 1-1.884.668L19.786 16H12.83l-1.397 3.611a1 1 0 0 1-1.866-.722l6-15.5a1 1 0 0 1 .947-.639m-.055 3.875L13.605 14h5.471zM8.25 20.26a1 1 0 0 1-.956-.707c-.891.463-1.738.707-2.544.707c-1.97 0-3.5-1.4-3.5-3.5c0-.922.32-1.737.91-2.352s1.437-1.015 2.47-1.14a7.7 7.7 0 0 1 2.596.135c-.046-.338-.162-.579-.337-.748c-.23-.224-.604-.367-1.189-.396c-.946-.047-1.552.091-1.878.32a1 1 0 1 1-1.148-1.637c.717-.504 1.673-.712 2.83-.69h.005l.29.01c1.026.05 1.87.373 2.47.945c.601.574.933 1.376.976 2.337v.006l.005.21v5.5a1 1 0 0 1-.865.991l-.008.001l-.119.008zm-3.38-4.97c-.58.07-.981.255-1.237.507c-.25.247-.383.58-.383 1c0 .492.159.861.41 1.107c.253.247.624.393 1.09.393c.609 0 1.397-.284 2.362-.922l.137-.093v-1.771l-.122-.037a5.8 5.8 0 0 0-2.257-.184"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextChangeCase24Filled(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="M16.514 2.75a1 1 0 0 1 .928.666l5.5 15.5a1 1 0 0 1-1.884.668L19.786 16H12.83l-1.397 3.611a1 1 0 0 1-1.866-.722l6-15.5a1 1 0 0 1 .947-.639m-.055 3.875L13.605 14h5.471zM8.25 20.26a1 1 0 0 1-.956-.707c-.891.463-1.738.707-2.544.707c-1.97 0-3.5-1.4-3.5-3.5c0-.922.32-1.737.91-2.352s1.437-1.015 2.47-1.14a7.7 7.7 0 0 1 2.596.135c-.046-.338-.162-.579-.337-.748c-.23-.224-.604-.367-1.189-.396c-.946-.047-1.552.091-1.878.32a1 1 0 1 1-1.148-1.637c.717-.504 1.673-.712 2.83-.69h.005l.29.01c1.026.05 1.87.373 2.47.945c.601.574.933 1.376.976 2.337v.006l.005.21v5.5a1 1 0 0 1-.865.991l-.008.001l-.119.008zm-3.38-4.97c-.58.07-.981.255-1.237.507c-.25.247-.383.58-.383 1c0 .492.159.861.41 1.107c.253.247.624.393 1.09.393c.609 0 1.397-.284 2.362-.922l.137-.093v-1.771l-.122-.037a5.8 5.8 0 0 0-2.257-.184"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.514 2.75a1 1 0 0 1 .928.666l5.5 15.5a1 1 0 0 1-1.884.668L19.786 16H12.83l-1.397 3.611a1 1 0 0 1-1.866-.722l6-15.5a1 1 0 0 1 .947-.639m-.055 3.875L13.605 14h5.471zM8.25 20.26a1 1 0 0 1-.956-.707c-.891.463-1.738.707-2.544.707c-1.97 0-3.5-1.4-3.5-3.5c0-.922.32-1.737.91-2.352s1.437-1.015 2.47-1.14a7.7 7.7 0 0 1 2.596.135c-.046-.338-.162-.579-.337-.748c-.23-.224-.604-.367-1.189-.396c-.946-.047-1.552.091-1.878.32a1 1 0 1 1-1.148-1.637c.717-.504 1.673-.712 2.83-.69h.005l.29.01c1.026.05 1.87.373 2.47.945c.601.574.933 1.376.976 2.337v.006l.005.21v5.5a1 1 0 0 1-.865.991l-.008.001l-.119.008zm-3.38-4.97c-.58.07-.981.255-1.237.507c-.25.247-.383.58-.383 1c0 .492.159.861.41 1.107c.253.247.624.393 1.09.393c.609 0 1.397-.284 2.362-.922l.137-.093v-1.771l-.122-.037a5.8 5.8 0 0 0-2.257-.184"/></svg> </template>
CSS
.icon-text-change-case-24-filled {
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%22M16.514%202.75a1%201%200%200%201%20.928.666l5.5%2015.5a1%201%200%200%201-1.884.668L19.786%2016H12.83l-1.397%203.611a1%201%200%200%201-1.866-.722l6-15.5a1%201%200%200%201%20.947-.639m-.055%203.875L13.605%2014h5.471zM8.25%2020.26a1%201%200%200%201-.956-.707c-.891.463-1.738.707-2.544.707c-1.97%200-3.5-1.4-3.5-3.5c0-.922.32-1.737.91-2.352s1.437-1.015%202.47-1.14a7.7%207.7%200%200%201%202.596.135c-.046-.338-.162-.579-.337-.748c-.23-.224-.604-.367-1.189-.396c-.946-.047-1.552.091-1.878.32a1%201%200%201%201-1.148-1.637c.717-.504%201.673-.712%202.83-.69h.005l.29.01c1.026.05%201.87.373%202.47.945c.601.574.933%201.376.976%202.337v.006l.005.21v5.5a1%201%200%200%201-.865.991l-.008.001l-.119.008zm-3.38-4.97c-.58.07-.981.255-1.237.507c-.25.247-.383.58-.383%201c0%20.492.159.861.41%201.107c.253.247.624.393%201.09.393c.609%200%201.397-.284%202.362-.922l.137-.093v-1.771l-.122-.037a5.8%205.8%200%200%200-2.257-.184%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%22M16.514%202.75a1%201%200%200%201%20.928.666l5.5%2015.5a1%201%200%200%201-1.884.668L19.786%2016H12.83l-1.397%203.611a1%201%200%200%201-1.866-.722l6-15.5a1%201%200%200%201%20.947-.639m-.055%203.875L13.605%2014h5.471zM8.25%2020.26a1%201%200%200%201-.956-.707c-.891.463-1.738.707-2.544.707c-1.97%200-3.5-1.4-3.5-3.5c0-.922.32-1.737.91-2.352s1.437-1.015%202.47-1.14a7.7%207.7%200%200%201%202.596.135c-.046-.338-.162-.579-.337-.748c-.23-.224-.604-.367-1.189-.396c-.946-.047-1.552.091-1.878.32a1%201%200%201%201-1.148-1.637c.717-.504%201.673-.712%202.83-.69h.005l.29.01c1.026.05%201.87.373%202.47.945c.601.574.933%201.376.976%202.337v.006l.005.21v5.5a1%201%200%200%201-.865.991l-.008.001l-.119.008zm-3.38-4.97c-.58.07-.981.255-1.237.507c-.25.247-.383.58-.383%201c0%20.492.159.861.41%201.107c.253.247.624.393%201.09.393c.609%200%201.397-.284%202.362-.922l.137-.093v-1.771l-.122-.037a5.8%205.8%200%200%200-2.257-.184%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-24-filled.svg?color=%231a73e8&size=48