input from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.

Name
input
Set
Radix Icons
Style
Outline
Viewbox
15×15
License
MIT

The same icon in other sets

Use the input icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M10.5 1a.5.5 0 0 1 0 1c-.627 0-.957.2-1.155.479C9.122 2.79 9 3.289 9 4v7c0 .712.122 1.21.345 1.521c.198.278.528.479 1.155.479a.5.5 0 0 1 0 1c-.873 0-1.543-.3-1.97-.896l-.03-.05l-.03.05C8.043 13.7 7.373 14 6.5 14a.5.5 0 0 1 0-1c.627 0 .957-.2 1.155-.479C7.878 12.21 8 11.712 8 11V4c0-.712-.122-1.21-.345-1.521C7.457 2.2 7.127 2 6.5 2a.5.5 0 0 1 0-1c.873 0 1.543.3 1.97.896l.03.048l.03-.048C8.957 1.3 9.627 1 10.5 1M6 5H1v5h5v1H1l-.103-.005a1 1 0 0 1-.892-.893L0 10V5a1 1 0 0 1 .897-.995L1 4h5zm8.102-.995A1 1 0 0 1 15 5v5l-.005.102a1 1 0 0 1-.893.893L14 11h-3v-1h3V5h-3V4h3z"/></svg>

React

import type { SVGProps } from "react";

export function RadixIconsInput(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M10.5 1a.5.5 0 0 1 0 1c-.627 0-.957.2-1.155.479C9.122 2.79 9 3.289 9 4v7c0 .712.122 1.21.345 1.521c.198.278.528.479 1.155.479a.5.5 0 0 1 0 1c-.873 0-1.543-.3-1.97-.896l-.03-.05l-.03.05C8.043 13.7 7.373 14 6.5 14a.5.5 0 0 1 0-1c.627 0 .957-.2 1.155-.479C7.878 12.21 8 11.712 8 11V4c0-.712-.122-1.21-.345-1.521C7.457 2.2 7.127 2 6.5 2a.5.5 0 0 1 0-1c.873 0 1.543.3 1.97.896l.03.048l.03-.048C8.957 1.3 9.627 1 10.5 1M6 5H1v5h5v1H1l-.103-.005a1 1 0 0 1-.892-.893L0 10V5a1 1 0 0 1 .897-.995L1 4h5zm8.102-.995A1 1 0 0 1 15 5v5l-.005.102a1 1 0 0 1-.893.893L14 11h-3v-1h3V5h-3V4h3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M10.5 1a.5.5 0 0 1 0 1c-.627 0-.957.2-1.155.479C9.122 2.79 9 3.289 9 4v7c0 .712.122 1.21.345 1.521c.198.278.528.479 1.155.479a.5.5 0 0 1 0 1c-.873 0-1.543-.3-1.97-.896l-.03-.05l-.03.05C8.043 13.7 7.373 14 6.5 14a.5.5 0 0 1 0-1c.627 0 .957-.2 1.155-.479C7.878 12.21 8 11.712 8 11V4c0-.712-.122-1.21-.345-1.521C7.457 2.2 7.127 2 6.5 2a.5.5 0 0 1 0-1c.873 0 1.543.3 1.97.896l.03.048l.03-.048C8.957 1.3 9.627 1 10.5 1M6 5H1v5h5v1H1l-.103-.005a1 1 0 0 1-.892-.893L0 10V5a1 1 0 0 1 .897-.995L1 4h5zm8.102-.995A1 1 0 0 1 15 5v5l-.005.102a1 1 0 0 1-.893.893L14 11h-3v-1h3V5h-3V4h3z"/></svg>
</template>

CSS

.icon-input {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%201a.5.5%200%200%201%200%201c-.627%200-.957.2-1.155.479C9.122%202.79%209%203.289%209%204v7c0%20.712.122%201.21.345%201.521c.198.278.528.479%201.155.479a.5.5%200%200%201%200%201c-.873%200-1.543-.3-1.97-.896l-.03-.05l-.03.05C8.043%2013.7%207.373%2014%206.5%2014a.5.5%200%200%201%200-1c.627%200%20.957-.2%201.155-.479C7.878%2012.21%208%2011.712%208%2011V4c0-.712-.122-1.21-.345-1.521C7.457%202.2%207.127%202%206.5%202a.5.5%200%200%201%200-1c.873%200%201.543.3%201.97.896l.03.048l.03-.048C8.957%201.3%209.627%201%2010.5%201M6%205H1v5h5v1H1l-.103-.005a1%201%200%200%201-.892-.893L0%2010V5a1%201%200%200%201%20.897-.995L1%204h5zm8.102-.995A1%201%200%200%201%2015%205v5l-.005.102a1%201%200%200%201-.893.893L14%2011h-3v-1h3V5h-3V4h3z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%201a.5.5%200%200%201%200%201c-.627%200-.957.2-1.155.479C9.122%202.79%209%203.289%209%204v7c0%20.712.122%201.21.345%201.521c.198.278.528.479%201.155.479a.5.5%200%200%201%200%201c-.873%200-1.543-.3-1.97-.896l-.03-.05l-.03.05C8.043%2013.7%207.373%2014%206.5%2014a.5.5%200%200%201%200-1c.627%200%20.957-.2%201.155-.479C7.878%2012.21%208%2011.712%208%2011V4c0-.712-.122-1.21-.345-1.521C7.457%202.2%207.127%202%206.5%202a.5.5%200%200%201%200-1c.873%200%201.543.3%201.97.896l.03.048l.03-.048C8.957%201.3%209.627%201%2010.5%201M6%205H1v5h5v1H1l-.103-.005a1%201%200%200%201-.892-.893L0%2010V5a1%201%200%200%201%20.897-.995L1%204h5zm8.102-.995A1%201%200%200%201%2015%205v5l-.005.102a1%201%200%200%201-.893.893L14%2011h-3v-1h3V5h-3V4h3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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