text input focus icon

text-input-focus-filled from Reicon by REICON · Filled · Text-formatting · MIT Free for personal and commercial use.

Name
text-input-focus-filled
Set
Reicon
Style
Filled
Category
Text-formatting
Viewbox
24×24
License
MIT

2 other variants in Reicon

More text-formatting icons from Reicon

Use the text input focus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.75 2a.75.75 0 0 0-1.5 0v20a.75.75 0 0 0 1.5 0v-2.006c2.636-.027 4.104-.191 5.078-1.166C22 17.657 22 15.771 22 12s0-5.657-1.172-6.828c-.974-.975-2.442-1.139-5.078-1.166z"/><path fill-rule="evenodd" d="M10 20c-3.771 0-5.657 0-6.828-1.172S2 15.771 2 12s0-5.657 1.172-6.828S6.229 4 10 4h3v16zM6.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" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconTextInputFocusFilled(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="M15.75 2a.75.75 0 0 0-1.5 0v20a.75.75 0 0 0 1.5 0v-2.006c2.636-.027 4.104-.191 5.078-1.166C22 17.657 22 15.771 22 12s0-5.657-1.172-6.828c-.974-.975-2.442-1.139-5.078-1.166z"/><path fillRule="evenodd" d="M10 20c-3.771 0-5.657 0-6.828-1.172S2 15.771 2 12s0-5.657 1.172-6.828S6.229 4 10 4h3v16zM6.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" clipRule="evenodd"/></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="M15.75 2a.75.75 0 0 0-1.5 0v20a.75.75 0 0 0 1.5 0v-2.006c2.636-.027 4.104-.191 5.078-1.166C22 17.657 22 15.771 22 12s0-5.657-1.172-6.828c-.974-.975-2.442-1.139-5.078-1.166z"/><path fill-rule="evenodd" d="M10 20c-3.771 0-5.657 0-6.828-1.172S2 15.771 2 12s0-5.657 1.172-6.828S6.229 4 10 4h3v16zM6.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" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-text-input-focus-filled {
  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%22M15.75%202a.75.75%200%200%200-1.5%200v20a.75.75%200%200%200%201.5%200v-2.006c2.636-.027%204.104-.191%205.078-1.166C22%2017.657%2022%2015.771%2022%2012s0-5.657-1.172-6.828c-.974-.975-2.442-1.139-5.078-1.166z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2020c-3.771%200-5.657%200-6.828-1.172S2%2015.771%202%2012s0-5.657%201.172-6.828S6.229%204%2010%204h3v16zM6.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%20clip-rule%3D%22evenodd%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%22M15.75%202a.75.75%200%200%200-1.5%200v20a.75.75%200%200%200%201.5%200v-2.006c2.636-.027%204.104-.191%205.078-1.166C22%2017.657%2022%2015.771%2022%2012s0-5.657-1.172-6.828c-.974-.975-2.442-1.139-5.078-1.166z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2020c-3.771%200-5.657%200-6.828-1.172S2%2015.771%202%2012s0-5.657%201.172-6.828S6.229%204%2010%204h3v16zM6.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%20clip-rule%3D%22evenodd%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-focus-filled.svg?color=%231a73e8&size=48

Text Input Focus filled icon — Reicon · IconsDB