text size icon
text-size from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- text-size
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
Use the text size icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.97 2.33a.5.5 0 0 0-.94 0l-3.562 9.794l-.335-.806l-.01-.02l-1.661-3.99a.5.5 0 0 0-.924 0l-1.662 3.99l-.009.02l-.829 1.99a.5.5 0 1 0 .924.384L2.667 12h2.666l.705 1.69l.003.01a.5.5 0 0 0 .926-.022l.004-.009L8.305 10h4.39l1.335 3.67a.5.5 0 0 0 .94-.34zm-.47 1.633L12.332 9H8.668zM4 8.8l.917 2.2H3.083z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconTextSize(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="M10.97 2.33a.5.5 0 0 0-.94 0l-3.562 9.794l-.335-.806l-.01-.02l-1.661-3.99a.5.5 0 0 0-.924 0l-1.662 3.99l-.009.02l-.829 1.99a.5.5 0 1 0 .924.384L2.667 12h2.666l.705 1.69l.003.01a.5.5 0 0 0 .926-.022l.004-.009L8.305 10h4.39l1.335 3.67a.5.5 0 0 0 .94-.34zm-.47 1.633L12.332 9H8.668zM4 8.8l.917 2.2H3.083z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.97 2.33a.5.5 0 0 0-.94 0l-3.562 9.794l-.335-.806l-.01-.02l-1.661-3.99a.5.5 0 0 0-.924 0l-1.662 3.99l-.009.02l-.829 1.99a.5.5 0 1 0 .924.384L2.667 12h2.666l.705 1.69l.003.01a.5.5 0 0 0 .926-.022l.004-.009L8.305 10h4.39l1.335 3.67a.5.5 0 0 0 .94-.34zm-.47 1.633L12.332 9H8.668zM4 8.8l.917 2.2H3.083z"/></svg> </template>
CSS
.icon-text-size {
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%22M10.97%202.33a.5.5%200%200%200-.94%200l-3.562%209.794l-.335-.806l-.01-.02l-1.661-3.99a.5.5%200%200%200-.924%200l-1.662%203.99l-.009.02l-.829%201.99a.5.5%200%201%200%20.924.384L2.667%2012h2.666l.705%201.69l.003.01a.5.5%200%200%200%20.926-.022l.004-.009L8.305%2010h4.39l1.335%203.67a.5.5%200%200%200%20.94-.34zm-.47%201.633L12.332%209H8.668zM4%208.8l.917%202.2H3.083z%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%22M10.97%202.33a.5.5%200%200%200-.94%200l-3.562%209.794l-.335-.806l-.01-.02l-1.661-3.99a.5.5%200%200%200-.924%200l-1.662%203.99l-.009.02l-.829%201.99a.5.5%200%201%200%20.924.384L2.667%2012h2.666l.705%201.69l.003.01a.5.5%200%200%200%20.926-.022l.004-.009L8.305%2010h4.39l1.335%203.67a.5.5%200%200%200%20.94-.34zm-.47%201.633L12.332%209H8.668zM4%208.8l.917%202.2H3.083z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/text-size.svg?color=%231a73e8&size=48