letter case uppercase icon
letter-case-uppercase from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- letter-case-uppercase
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
Related icons in Radix Icons
Use the letter case uppercase icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M1.019 11.743a.5.5 0 0 1-.938-.347zm6.15-.347a.5.5 0 0 1-.938.347zm1.596.347a.5.5 0 0 1-.938-.347zm6.151-.347a.5.5 0 0 1-.938.347zM3.625 2.75a.5.5 0 0 1 .469.326l3.076 8.32l-.47.173l-.469.174l-1.007-2.727H2.026L1.02 11.743l-.47-.174l-.468-.173l3.075-8.32l.032-.07a.5.5 0 0 1 .437-.256m7.746 0a.5.5 0 0 1 .469.326l3.076 8.32l-.47.173l-.468.174l-1.008-2.727H9.772l-1.007 2.727l-.47-.174l-.468-.173l3.075-8.32l.033-.07a.5.5 0 0 1 .436-.256m-9.03 5.416h2.568L3.625 4.691zm7.746 0h2.568l-1.284-3.475z"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsLetterCaseUppercase(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M1.019 11.743a.5.5 0 0 1-.938-.347zm6.15-.347a.5.5 0 0 1-.938.347zm1.596.347a.5.5 0 0 1-.938-.347zm6.151-.347a.5.5 0 0 1-.938.347zM3.625 2.75a.5.5 0 0 1 .469.326l3.076 8.32l-.47.173l-.469.174l-1.007-2.727H2.026L1.02 11.743l-.47-.174l-.468-.173l3.075-8.32l.032-.07a.5.5 0 0 1 .437-.256m7.746 0a.5.5 0 0 1 .469.326l3.076 8.32l-.47.173l-.468.174l-1.008-2.727H9.772l-1.007 2.727l-.47-.174l-.468-.173l3.075-8.32l.033-.07a.5.5 0 0 1 .436-.256m-9.03 5.416h2.568L3.625 4.691zm7.746 0h2.568l-1.284-3.475z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M1.019 11.743a.5.5 0 0 1-.938-.347zm6.15-.347a.5.5 0 0 1-.938.347zm1.596.347a.5.5 0 0 1-.938-.347zm6.151-.347a.5.5 0 0 1-.938.347zM3.625 2.75a.5.5 0 0 1 .469.326l3.076 8.32l-.47.173l-.469.174l-1.007-2.727H2.026L1.02 11.743l-.47-.174l-.468-.173l3.075-8.32l.032-.07a.5.5 0 0 1 .437-.256m7.746 0a.5.5 0 0 1 .469.326l3.076 8.32l-.47.173l-.468.174l-1.008-2.727H9.772l-1.007 2.727l-.47-.174l-.468-.173l3.075-8.32l.033-.07a.5.5 0 0 1 .436-.256m-9.03 5.416h2.568L3.625 4.691zm7.746 0h2.568l-1.284-3.475z"/></svg> </template>
CSS
.icon-letter-case-uppercase {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.019%2011.743a.5.5%200%200%201-.938-.347zm6.15-.347a.5.5%200%200%201-.938.347zm1.596.347a.5.5%200%200%201-.938-.347zm6.151-.347a.5.5%200%200%201-.938.347zM3.625%202.75a.5.5%200%200%201%20.469.326l3.076%208.32l-.47.173l-.469.174l-1.007-2.727H2.026L1.02%2011.743l-.47-.174l-.468-.173l3.075-8.32l.032-.07a.5.5%200%200%201%20.437-.256m7.746%200a.5.5%200%200%201%20.469.326l3.076%208.32l-.47.173l-.468.174l-1.008-2.727H9.772l-1.007%202.727l-.47-.174l-.468-.173l3.075-8.32l.033-.07a.5.5%200%200%201%20.436-.256m-9.03%205.416h2.568L3.625%204.691zm7.746%200h2.568l-1.284-3.475z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.019%2011.743a.5.5%200%200%201-.938-.347zm6.15-.347a.5.5%200%200%201-.938.347zm1.596.347a.5.5%200%200%201-.938-.347zm6.151-.347a.5.5%200%200%201-.938.347zM3.625%202.75a.5.5%200%200%201%20.469.326l3.076%208.32l-.47.173l-.469.174l-1.007-2.727H2.026L1.02%2011.743l-.47-.174l-.468-.173l3.075-8.32l.032-.07a.5.5%200%200%201%20.437-.256m7.746%200a.5.5%200%200%201%20.469.326l3.076%208.32l-.47.173l-.468.174l-1.008-2.727H9.772l-1.007%202.727l-.47-.174l-.468-.173l3.075-8.32l.033-.07a.5.5%200%200%201%20.436-.256m-9.03%205.416h2.568L3.625%204.691zm7.746%200h2.568l-1.284-3.475z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/letter-case-uppercase.svg?color=%231a73e8&size=48