text input icon

text-input-duotone from Reicon by REICON · Duotone · Text-formatting · MIT Free for personal and commercial use.

Name
text-input-duotone
Set
Reicon
Style
Duotone
Category
Text-formatting
Viewbox
24×24
License
MIT

2 other variants in Reicon

More text-formatting icons from Reicon

Use the text input icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.172 5.172C2 6.343 2 8.229 2 12s0 5.657 1.172 6.828S6.229 20 10 20h4c3.771 0 5.657 0 6.828-1.172S22 15.771 22 12s0-5.657-1.172-6.828S17.771 4 14 4h-4C6.229 4 4.343 4 3.172 5.172" opacity=".5"/><path d="M6.818 7.787c.3-.037.666-.037 1.066-.037h2.232c.4 0 .766 0 1.066.037c.329.041.68.137.98.405q.078.068.146.146c.268.3.364.651.405.98c.037.3.037.666.037 1.066v.041a.75.75 0 0 1-1.5 0c0-.455-.001-.726-.026-.922c-.024-.195-.228-.227-.228-.227c-.195-.025-.466-.026-.921-.026H9.75v5.5H11a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1 0-1.5h1.25v-5.5h-.325c-.455 0-.726.001-.922.026c0 0-.203.032-.227.227c-.025.196-.026.467-.026.922a.75.75 0 0 1-1.5 0v-.041c0-.4 0-.766.037-1.066c.041-.329.137-.68.405-.98q.069-.078.146-.146c.3-.268.651-.364.98-.405"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconTextInputDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.172 5.172C2 6.343 2 8.229 2 12s0 5.657 1.172 6.828S6.229 20 10 20h4c3.771 0 5.657 0 6.828-1.172S22 15.771 22 12s0-5.657-1.172-6.828S17.771 4 14 4h-4C6.229 4 4.343 4 3.172 5.172" opacity=".5"/><path d="M6.818 7.787c.3-.037.666-.037 1.066-.037h2.232c.4 0 .766 0 1.066.037c.329.041.68.137.98.405q.078.068.146.146c.268.3.364.651.405.98c.037.3.037.666.037 1.066v.041a.75.75 0 0 1-1.5 0c0-.455-.001-.726-.026-.922c-.024-.195-.228-.227-.228-.227c-.195-.025-.466-.026-.921-.026H9.75v5.5H11a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1 0-1.5h1.25v-5.5h-.325c-.455 0-.726.001-.922.026c0 0-.203.032-.227.227c-.025.196-.026.467-.026.922a.75.75 0 0 1-1.5 0v-.041c0-.4 0-.766.037-1.066c.041-.329.137-.68.405-.98q.069-.078.146-.146c.3-.268.651-.364.98-.405"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.172 5.172C2 6.343 2 8.229 2 12s0 5.657 1.172 6.828S6.229 20 10 20h4c3.771 0 5.657 0 6.828-1.172S22 15.771 22 12s0-5.657-1.172-6.828S17.771 4 14 4h-4C6.229 4 4.343 4 3.172 5.172" opacity=".5"/><path d="M6.818 7.787c.3-.037.666-.037 1.066-.037h2.232c.4 0 .766 0 1.066.037c.329.041.68.137.98.405q.078.068.146.146c.268.3.364.651.405.98c.037.3.037.666.037 1.066v.041a.75.75 0 0 1-1.5 0c0-.455-.001-.726-.026-.922c-.024-.195-.228-.227-.228-.227c-.195-.025-.466-.026-.921-.026H9.75v5.5H11a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1 0-1.5h1.25v-5.5h-.325c-.455 0-.726.001-.922.026c0 0-.203.032-.227.227c-.025.196-.026.467-.026.922a.75.75 0 0 1-1.5 0v-.041c0-.4 0-.766.037-1.066c.041-.329.137-.68.405-.98q.069-.078.146-.146c.3-.268.651-.364.98-.405"/></g></svg>
</template>

CSS

.icon-text-input-duotone {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M3.172%205.172C2%206.343%202%208.229%202%2012s0%205.657%201.172%206.828S6.229%2020%2010%2020h4c3.771%200%205.657%200%206.828-1.172S22%2015.771%2022%2012s0-5.657-1.172-6.828S17.771%204%2014%204h-4C6.229%204%204.343%204%203.172%205.172%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M6.818%207.787c.3-.037.666-.037%201.066-.037h2.232c.4%200%20.766%200%201.066.037c.329.041.68.137.98.405q.078.068.146.146c.268.3.364.651.405.98c.037.3.037.666.037%201.066v.041a.75.75%200%200%201-1.5%200c0-.455-.001-.726-.026-.922c-.024-.195-.228-.227-.228-.227c-.195-.025-.466-.026-.921-.026H9.75v5.5H11a.75.75%200%200%201%200%201.5H7a.75.75%200%200%201%200-1.5h1.25v-5.5h-.325c-.455%200-.726.001-.922.026c0%200-.203.032-.227.227c-.025.196-.026.467-.026.922a.75.75%200%200%201-1.5%200v-.041c0-.4%200-.766.037-1.066c.041-.329.137-.68.405-.98q.069-.078.146-.146c.3-.268.651-.364.98-.405%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M3.172%205.172C2%206.343%202%208.229%202%2012s0%205.657%201.172%206.828S6.229%2020%2010%2020h4c3.771%200%205.657%200%206.828-1.172S22%2015.771%2022%2012s0-5.657-1.172-6.828S17.771%204%2014%204h-4C6.229%204%204.343%204%203.172%205.172%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M6.818%207.787c.3-.037.666-.037%201.066-.037h2.232c.4%200%20.766%200%201.066.037c.329.041.68.137.98.405q.078.068.146.146c.268.3.364.651.405.98c.037.3.037.666.037%201.066v.041a.75.75%200%200%201-1.5%200c0-.455-.001-.726-.026-.922c-.024-.195-.228-.227-.228-.227c-.195-.025-.466-.026-.921-.026H9.75v5.5H11a.75.75%200%200%201%200%201.5H7a.75.75%200%200%201%200-1.5h1.25v-5.5h-.325c-.455%200-.726.001-.922.026c0%200-.203.032-.227.227c-.025.196-.026.467-.026.922a.75.75%200%200%201-1.5%200v-.041c0-.4%200-.766.037-1.066c.041-.329.137-.68.405-.98q.069-.078.146-.146c.3-.268.651-.364.98-.405%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Text Input duotone icon — Reicon · IconsDB