text-change-case-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
text-change-case-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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.494 3.25a.75.75 0 0 1 .698.504l3.652 10.5a.75.75 0 0 1-1.417.492l-.781-2.246H11.06l-.86 2.266a.75.75 0 1 1-1.402-.532l3.984-10.5a.75.75 0 0 1 .712-.484M11.63 11h3.494l-1.671-4.805zM4.903 8.937c-.458.018-.85.124-1.068.234a.75.75 0 0 1-.671-1.342c.447-.224 1.056-.367 1.681-.39c.63-.025 1.346.069 1.99.39c1.42.71 1.416 2.125 1.414 2.628V14.5a.75.75 0 0 1-1.498.056c-.871.538-1.89.85-2.945.57c-2.077-.555-2.801-3.365-.723-4.75c.774-.516 1.702-.652 2.526-.61c.379.02.753.077 1.105.162c-.055-.31-.196-.58-.55-.757c-.357-.179-.807-.251-1.261-.234m1.846 2.562a4.5 4.5 0 0 0-1.216-.235c-.629-.032-1.201.082-1.618.36c-.924.616-.646 1.805.278 2.052c.75.2 1.668-.183 2.556-.996z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextChangeCase20Filled(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.494 3.25a.75.75 0 0 1 .698.504l3.652 10.5a.75.75 0 0 1-1.417.492l-.781-2.246H11.06l-.86 2.266a.75.75 0 1 1-1.402-.532l3.984-10.5a.75.75 0 0 1 .712-.484M11.63 11h3.494l-1.671-4.805zM4.903 8.937c-.458.018-.85.124-1.068.234a.75.75 0 0 1-.671-1.342c.447-.224 1.056-.367 1.681-.39c.63-.025 1.346.069 1.99.39c1.42.71 1.416 2.125 1.414 2.628V14.5a.75.75 0 0 1-1.498.056c-.871.538-1.89.85-2.945.57c-2.077-.555-2.801-3.365-.723-4.75c.774-.516 1.702-.652 2.526-.61c.379.02.753.077 1.105.162c-.055-.31-.196-.58-.55-.757c-.357-.179-.807-.251-1.261-.234m1.846 2.562a4.5 4.5 0 0 0-1.216-.235c-.629-.032-1.201.082-1.618.36c-.924.616-.646 1.805.278 2.052c.75.2 1.668-.183 2.556-.996z"/></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.494 3.25a.75.75 0 0 1 .698.504l3.652 10.5a.75.75 0 0 1-1.417.492l-.781-2.246H11.06l-.86 2.266a.75.75 0 1 1-1.402-.532l3.984-10.5a.75.75 0 0 1 .712-.484M11.63 11h3.494l-1.671-4.805zM4.903 8.937c-.458.018-.85.124-1.068.234a.75.75 0 0 1-.671-1.342c.447-.224 1.056-.367 1.681-.39c.63-.025 1.346.069 1.99.39c1.42.71 1.416 2.125 1.414 2.628V14.5a.75.75 0 0 1-1.498.056c-.871.538-1.89.85-2.945.57c-2.077-.555-2.801-3.365-.723-4.75c.774-.516 1.702-.652 2.526-.61c.379.02.753.077 1.105.162c-.055-.31-.196-.58-.55-.757c-.357-.179-.807-.251-1.261-.234m1.846 2.562a4.5 4.5 0 0 0-1.216-.235c-.629-.032-1.201.082-1.618.36c-.924.616-.646 1.805.278 2.052c.75.2 1.668-.183 2.556-.996z"/></svg>
</template>

CSS

.icon-text-change-case-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.494%203.25a.75.75%200%200%201%20.698.504l3.652%2010.5a.75.75%200%200%201-1.417.492l-.781-2.246H11.06l-.86%202.266a.75.75%200%201%201-1.402-.532l3.984-10.5a.75.75%200%200%201%20.712-.484M11.63%2011h3.494l-1.671-4.805zM4.903%208.937c-.458.018-.85.124-1.068.234a.75.75%200%200%201-.671-1.342c.447-.224%201.056-.367%201.681-.39c.63-.025%201.346.069%201.99.39c1.42.71%201.416%202.125%201.414%202.628V14.5a.75.75%200%200%201-1.498.056c-.871.538-1.89.85-2.945.57c-2.077-.555-2.801-3.365-.723-4.75c.774-.516%201.702-.652%202.526-.61c.379.02.753.077%201.105.162c-.055-.31-.196-.58-.55-.757c-.357-.179-.807-.251-1.261-.234m1.846%202.562a4.5%204.5%200%200%200-1.216-.235c-.629-.032-1.201.082-1.618.36c-.924.616-.646%201.805.278%202.052c.75.2%201.668-.183%202.556-.996z%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.494%203.25a.75.75%200%200%201%20.698.504l3.652%2010.5a.75.75%200%200%201-1.417.492l-.781-2.246H11.06l-.86%202.266a.75.75%200%201%201-1.402-.532l3.984-10.5a.75.75%200%200%201%20.712-.484M11.63%2011h3.494l-1.671-4.805zM4.903%208.937c-.458.018-.85.124-1.068.234a.75.75%200%200%201-.671-1.342c.447-.224%201.056-.367%201.681-.39c.63-.025%201.346.069%201.99.39c1.42.71%201.416%202.125%201.414%202.628V14.5a.75.75%200%200%201-1.498.056c-.871.538-1.89.85-2.945.57c-2.077-.555-2.801-3.365-.723-4.75c.774-.516%201.702-.652%202.526-.61c.379.02.753.077%201.105.162c-.055-.31-.196-.58-.55-.757c-.357-.179-.807-.251-1.261-.234m1.846%202.562a4.5%204.5%200%200%200-1.216-.235c-.629-.032-1.201.082-1.618.36c-.924.616-.646%201.805.278%202.052c.75.2%201.668-.183%202.556-.996z%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-filled.svg?color=%231a73e8&size=48