font size icon
font-size from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- font-size
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
The same icon in other sets
Related icons in Radix Icons
Use the font size icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M2.5 2.1a.4.4 0 0 1 .283.117l2 2l.05.064a.4.4 0 0 1-.05.503a.4.4 0 0 1-.503.05l-.063-.05L2.9 3.467v8.067l1.317-1.317a.4.4 0 0 1 .566.566l-2 2a.4.4 0 0 1-.566 0l-2-2l-.051-.063a.4.4 0 0 1 .554-.554l.063.051l1.316 1.316V3.467L.783 4.784a.401.401 0 0 1-.566-.567l2-2l.061-.05A.4.4 0 0 1 2.5 2.1m5.47 9.64a.501.501 0 0 1-.94-.34zm2.53-8.99a.5.5 0 0 1 .47.33l3 8.32a.5.5 0 0 1-.94.34l-.983-2.724H8.953l-.982 2.724l-.471-.17l-.47-.17l3-8.32l.031-.07a.5.5 0 0 1 .439-.26M9.259 8.166h2.482L10.5 4.725z"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsFontSize(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="M2.5 2.1a.4.4 0 0 1 .283.117l2 2l.05.064a.4.4 0 0 1-.05.503a.4.4 0 0 1-.503.05l-.063-.05L2.9 3.467v8.067l1.317-1.317a.4.4 0 0 1 .566.566l-2 2a.4.4 0 0 1-.566 0l-2-2l-.051-.063a.4.4 0 0 1 .554-.554l.063.051l1.316 1.316V3.467L.783 4.784a.401.401 0 0 1-.566-.567l2-2l.061-.05A.4.4 0 0 1 2.5 2.1m5.47 9.64a.501.501 0 0 1-.94-.34zm2.53-8.99a.5.5 0 0 1 .47.33l3 8.32a.5.5 0 0 1-.94.34l-.983-2.724H8.953l-.982 2.724l-.471-.17l-.47-.17l3-8.32l.031-.07a.5.5 0 0 1 .439-.26M9.259 8.166h2.482L10.5 4.725z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M2.5 2.1a.4.4 0 0 1 .283.117l2 2l.05.064a.4.4 0 0 1-.05.503a.4.4 0 0 1-.503.05l-.063-.05L2.9 3.467v8.067l1.317-1.317a.4.4 0 0 1 .566.566l-2 2a.4.4 0 0 1-.566 0l-2-2l-.051-.063a.4.4 0 0 1 .554-.554l.063.051l1.316 1.316V3.467L.783 4.784a.401.401 0 0 1-.566-.567l2-2l.061-.05A.4.4 0 0 1 2.5 2.1m5.47 9.64a.501.501 0 0 1-.94-.34zm2.53-8.99a.5.5 0 0 1 .47.33l3 8.32a.5.5 0 0 1-.94.34l-.983-2.724H8.953l-.982 2.724l-.471-.17l-.47-.17l3-8.32l.031-.07a.5.5 0 0 1 .439-.26M9.259 8.166h2.482L10.5 4.725z"/></svg> </template>
CSS
.icon-font-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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.5%202.1a.4.4%200%200%201%20.283.117l2%202l.05.064a.4.4%200%200%201-.05.503a.4.4%200%200%201-.503.05l-.063-.05L2.9%203.467v8.067l1.317-1.317a.4.4%200%200%201%20.566.566l-2%202a.4.4%200%200%201-.566%200l-2-2l-.051-.063a.4.4%200%200%201%20.554-.554l.063.051l1.316%201.316V3.467L.783%204.784a.401.401%200%200%201-.566-.567l2-2l.061-.05A.4.4%200%200%201%202.5%202.1m5.47%209.64a.501.501%200%200%201-.94-.34zm2.53-8.99a.5.5%200%200%201%20.47.33l3%208.32a.5.5%200%200%201-.94.34l-.983-2.724H8.953l-.982%202.724l-.471-.17l-.47-.17l3-8.32l.031-.07a.5.5%200%200%201%20.439-.26M9.259%208.166h2.482L10.5%204.725z%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%22M2.5%202.1a.4.4%200%200%201%20.283.117l2%202l.05.064a.4.4%200%200%201-.05.503a.4.4%200%200%201-.503.05l-.063-.05L2.9%203.467v8.067l1.317-1.317a.4.4%200%200%201%20.566.566l-2%202a.4.4%200%200%201-.566%200l-2-2l-.051-.063a.4.4%200%200%201%20.554-.554l.063.051l1.316%201.316V3.467L.783%204.784a.401.401%200%200%201-.566-.567l2-2l.061-.05A.4.4%200%200%201%202.5%202.1m5.47%209.64a.501.501%200%200%201-.94-.34zm2.53-8.99a.5.5%200%200%201%20.47.33l3%208.32a.5.5%200%200%201-.94.34l-.983-2.724H8.953l-.982%202.724l-.471-.17l-.47-.17l3-8.32l.031-.07a.5.5%200%200%201%20.439-.26M9.259%208.166h2.482L10.5%204.725z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/font-size.svg?color=%231a73e8&size=48