ios text icon

ios-text from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-text
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios text icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 64C141.1 64 48 139.2 48 232c0 64.9 45.6 121.2 112.3 149.2-5.2 25.8-21 47-33.5 60.5-2.3 2.5.2 6.5 3.6 6.3 11.5-.8 32.9-4.4 51-12.7 21.5-9.9 40.3-30.1 46.3-36.9 9.3 1 18.8 1.6 28.5 1.6 114.9 0 208-75.2 208-168C464 139.2 370.9 64 256 64z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosText(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 64C141.1 64 48 139.2 48 232c0 64.9 45.6 121.2 112.3 149.2-5.2 25.8-21 47-33.5 60.5-2.3 2.5.2 6.5 3.6 6.3 11.5-.8 32.9-4.4 51-12.7 21.5-9.9 40.3-30.1 46.3-36.9 9.3 1 18.8 1.6 28.5 1.6 114.9 0 208-75.2 208-168C464 139.2 370.9 64 256 64z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 64C141.1 64 48 139.2 48 232c0 64.9 45.6 121.2 112.3 149.2-5.2 25.8-21 47-33.5 60.5-2.3 2.5.2 6.5 3.6 6.3 11.5-.8 32.9-4.4 51-12.7 21.5-9.9 40.3-30.1 46.3-36.9 9.3 1 18.8 1.6 28.5 1.6 114.9 0 208-75.2 208-168C464 139.2 370.9 64 256 64z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-text {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2064C141.1%2064%2048%20139.2%2048%20232c0%2064.9%2045.6%20121.2%20112.3%20149.2-5.2%2025.8-21%2047-33.5%2060.5-2.3%202.5.2%206.5%203.6%206.3%2011.5-.8%2032.9-4.4%2051-12.7%2021.5-9.9%2040.3-30.1%2046.3-36.9%209.3%201%2018.8%201.6%2028.5%201.6%20114.9%200%20208-75.2%20208-168C464%20139.2%20370.9%2064%20256%2064z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2064C141.1%2064%2048%20139.2%2048%20232c0%2064.9%2045.6%20121.2%20112.3%20149.2-5.2%2025.8-21%2047-33.5%2060.5-2.3%202.5.2%206.5%203.6%206.3%2011.5-.8%2032.9-4.4%2051-12.7%2021.5-9.9%2040.3-30.1%2046.3-36.9%209.3%201%2018.8%201.6%2028.5%201.6%20114.9%200%20208-75.2%20208-168C464%20139.2%20370.9%2064%20256%2064z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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