text aa icon
text-aa-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- text-aa-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the text aa icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M83.62 54.3a4 4 0 0 0-7.24 0l-64 136a4 4 0 0 0 7.24 3.4L37.36 156h85.28l17.74 37.7a4 4 0 1 0 7.24-3.4ZM41.13 148L80 65.39L118.87 148ZM200 100c-11.67 0-20.69 3.08-26.82 9.16a4 4 0 1 0 5.64 5.68c4.57-4.54 11.7-6.84 21.18-6.84c15.44 0 28 10.77 28 24v11.92A37.78 37.78 0 0 0 200 132c-19.85 0-36 14.35-36 32s16.15 32 36 32a37.78 37.78 0 0 0 28-11.92V192a4 4 0 0 0 8 0v-60c0-17.64-16.15-32-36-32m0 88c-15.44 0-28-10.77-28-24s12.56-24 28-24s28 10.77 28 24s-12.56 24-28 24"/></svg>
React
import type { SVGProps } from "react";
export function PhTextAaThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M83.62 54.3a4 4 0 0 0-7.24 0l-64 136a4 4 0 0 0 7.24 3.4L37.36 156h85.28l17.74 37.7a4 4 0 1 0 7.24-3.4ZM41.13 148L80 65.39L118.87 148ZM200 100c-11.67 0-20.69 3.08-26.82 9.16a4 4 0 1 0 5.64 5.68c4.57-4.54 11.7-6.84 21.18-6.84c15.44 0 28 10.77 28 24v11.92A37.78 37.78 0 0 0 200 132c-19.85 0-36 14.35-36 32s16.15 32 36 32a37.78 37.78 0 0 0 28-11.92V192a4 4 0 0 0 8 0v-60c0-17.64-16.15-32-36-32m0 88c-15.44 0-28-10.77-28-24s12.56-24 28-24s28 10.77 28 24s-12.56 24-28 24"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M83.62 54.3a4 4 0 0 0-7.24 0l-64 136a4 4 0 0 0 7.24 3.4L37.36 156h85.28l17.74 37.7a4 4 0 1 0 7.24-3.4ZM41.13 148L80 65.39L118.87 148ZM200 100c-11.67 0-20.69 3.08-26.82 9.16a4 4 0 1 0 5.64 5.68c4.57-4.54 11.7-6.84 21.18-6.84c15.44 0 28 10.77 28 24v11.92A37.78 37.78 0 0 0 200 132c-19.85 0-36 14.35-36 32s16.15 32 36 32a37.78 37.78 0 0 0 28-11.92V192a4 4 0 0 0 8 0v-60c0-17.64-16.15-32-36-32m0 88c-15.44 0-28-10.77-28-24s12.56-24 28-24s28 10.77 28 24s-12.56 24-28 24"/></svg> </template>
CSS
.icon-text-aa-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M83.62%2054.3a4%204%200%200%200-7.24%200l-64%20136a4%204%200%200%200%207.24%203.4L37.36%20156h85.28l17.74%2037.7a4%204%200%201%200%207.24-3.4ZM41.13%20148L80%2065.39L118.87%20148ZM200%20100c-11.67%200-20.69%203.08-26.82%209.16a4%204%200%201%200%205.64%205.68c4.57-4.54%2011.7-6.84%2021.18-6.84c15.44%200%2028%2010.77%2028%2024v11.92A37.78%2037.78%200%200%200%20200%20132c-19.85%200-36%2014.35-36%2032s16.15%2032%2036%2032a37.78%2037.78%200%200%200%2028-11.92V192a4%204%200%200%200%208%200v-60c0-17.64-16.15-32-36-32m0%2088c-15.44%200-28-10.77-28-24s12.56-24%2028-24s28%2010.77%2028%2024s-12.56%2024-28%2024%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M83.62%2054.3a4%204%200%200%200-7.24%200l-64%20136a4%204%200%200%200%207.24%203.4L37.36%20156h85.28l17.74%2037.7a4%204%200%201%200%207.24-3.4ZM41.13%20148L80%2065.39L118.87%20148ZM200%20100c-11.67%200-20.69%203.08-26.82%209.16a4%204%200%201%200%205.64%205.68c4.57-4.54%2011.7-6.84%2021.18-6.84c15.44%200%2028%2010.77%2028%2024v11.92A37.78%2037.78%200%200%200%20200%20132c-19.85%200-36%2014.35-36%2032s16.15%2032%2036%2032a37.78%2037.78%200%200%200%2028-11.92V192a4%204%200%200%200%208%200v-60c0-17.64-16.15-32-36-32m0%2088c-15.44%200-28-10.77-28-24s12.56-24%2028-24s28%2010.77%2028%2024s-12.56%2024-28%2024%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/text-aa-thin.svg?color=%231a73e8&size=48