text aa icon

text-aa-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
text-aa-fill
Set
Phosphor
Style
Fill
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="M200 156c0 6.5-7.33 12-16 12s-16-5.5-16-12s7.33-12 16-12s16 5.5 16 12m32-100v144a16 16 0 0 1-16 16H40a16 16 0 0 1-16-16V56a16 16 0 0 1 16-16h176a16 16 0 0 1 16 16m-88.63 116.88l-44-104a8 8 0 0 0-14.74 0l-44 104a8 8 0 0 0 14.74 6.24L66.84 152h50.32l11.47 27.12a8 8 0 0 0 14.74-6.24M216 124c0-15.44-14.36-28-32-28a34.86 34.86 0 0 0-20.78 6.68a8 8 0 0 0 9.56 12.83A18.84 18.84 0 0 1 184 112c8.56 0 15.8 5.36 16 11.76v8a35.24 35.24 0 0 0-16-3.76c-17.64 0-32 12.56-32 28s14.36 28 32 28a35.1 35.1 0 0 0 16.93-4.26A8 8 0 0 0 216 176ZM73.61 136h36.78L92 92.53Z"/></svg>

React

import type { SVGProps } from "react";

export function PhTextAaFill(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="M200 156c0 6.5-7.33 12-16 12s-16-5.5-16-12s7.33-12 16-12s16 5.5 16 12m32-100v144a16 16 0 0 1-16 16H40a16 16 0 0 1-16-16V56a16 16 0 0 1 16-16h176a16 16 0 0 1 16 16m-88.63 116.88l-44-104a8 8 0 0 0-14.74 0l-44 104a8 8 0 0 0 14.74 6.24L66.84 152h50.32l11.47 27.12a8 8 0 0 0 14.74-6.24M216 124c0-15.44-14.36-28-32-28a34.86 34.86 0 0 0-20.78 6.68a8 8 0 0 0 9.56 12.83A18.84 18.84 0 0 1 184 112c8.56 0 15.8 5.36 16 11.76v8a35.24 35.24 0 0 0-16-3.76c-17.64 0-32 12.56-32 28s14.36 28 32 28a35.1 35.1 0 0 0 16.93-4.26A8 8 0 0 0 216 176ZM73.61 136h36.78L92 92.53Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 156c0 6.5-7.33 12-16 12s-16-5.5-16-12s7.33-12 16-12s16 5.5 16 12m32-100v144a16 16 0 0 1-16 16H40a16 16 0 0 1-16-16V56a16 16 0 0 1 16-16h176a16 16 0 0 1 16 16m-88.63 116.88l-44-104a8 8 0 0 0-14.74 0l-44 104a8 8 0 0 0 14.74 6.24L66.84 152h50.32l11.47 27.12a8 8 0 0 0 14.74-6.24M216 124c0-15.44-14.36-28-32-28a34.86 34.86 0 0 0-20.78 6.68a8 8 0 0 0 9.56 12.83A18.84 18.84 0 0 1 184 112c8.56 0 15.8 5.36 16 11.76v8a35.24 35.24 0 0 0-16-3.76c-17.64 0-32 12.56-32 28s14.36 28 32 28a35.1 35.1 0 0 0 16.93-4.26A8 8 0 0 0 216 176ZM73.61 136h36.78L92 92.53Z"/></svg>
</template>

CSS

.icon-text-aa-fill {
  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%22M200%20156c0%206.5-7.33%2012-16%2012s-16-5.5-16-12s7.33-12%2016-12s16%205.5%2016%2012m32-100v144a16%2016%200%200%201-16%2016H40a16%2016%200%200%201-16-16V56a16%2016%200%200%201%2016-16h176a16%2016%200%200%201%2016%2016m-88.63%20116.88l-44-104a8%208%200%200%200-14.74%200l-44%20104a8%208%200%200%200%2014.74%206.24L66.84%20152h50.32l11.47%2027.12a8%208%200%200%200%2014.74-6.24M216%20124c0-15.44-14.36-28-32-28a34.86%2034.86%200%200%200-20.78%206.68a8%208%200%200%200%209.56%2012.83A18.84%2018.84%200%200%201%20184%20112c8.56%200%2015.8%205.36%2016%2011.76v8a35.24%2035.24%200%200%200-16-3.76c-17.64%200-32%2012.56-32%2028s14.36%2028%2032%2028a35.1%2035.1%200%200%200%2016.93-4.26A8%208%200%200%200%20216%20176ZM73.61%20136h36.78L92%2092.53Z%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%22M200%20156c0%206.5-7.33%2012-16%2012s-16-5.5-16-12s7.33-12%2016-12s16%205.5%2016%2012m32-100v144a16%2016%200%200%201-16%2016H40a16%2016%200%200%201-16-16V56a16%2016%200%200%201%2016-16h176a16%2016%200%200%201%2016%2016m-88.63%20116.88l-44-104a8%208%200%200%200-14.74%200l-44%20104a8%208%200%200%200%2014.74%206.24L66.84%20152h50.32l11.47%2027.12a8%208%200%200%200%2014.74-6.24M216%20124c0-15.44-14.36-28-32-28a34.86%2034.86%200%200%200-20.78%206.68a8%208%200%200%200%209.56%2012.83A18.84%2018.84%200%200%201%20184%20112c8.56%200%2015.8%205.36%2016%2011.76v8a35.24%2035.24%200%200%200-16-3.76c-17.64%200-32%2012.56-32%2028s14.36%2028%2032%2028a35.1%2035.1%200%200%200%2016.93-4.26A8%208%200%200%200%20216%20176ZM73.61%20136h36.78L92%2092.53Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/text-aa-fill.svg?color=%231a73e8&size=48