type from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
type
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

The same icon in other sets

Related icons in Bootstrap Icons

Use the type icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m2.244 13.081l.943-2.803H6.66l.944 2.803H8.86L5.54 3.75H4.322L1 13.081zm2.7-7.923L6.34 9.314H3.51l1.4-4.156zm9.146 7.027h.035v.896h1.128V8.125c0-1.51-1.114-2.345-2.646-2.345c-1.736 0-2.59.916-2.666 2.174h1.108c.068-.718.595-1.19 1.517-1.19c.971 0 1.518.52 1.518 1.464v.731H12.19c-1.647.007-2.522.8-2.522 2.058c0 1.319.957 2.18 2.345 2.18c1.06 0 1.716-.43 2.078-1.011zm-1.763.035c-.752 0-1.456-.397-1.456-1.244c0-.65.424-1.115 1.408-1.115h1.805v.834c0 .896-.752 1.525-1.757 1.525"/></svg>

React

import type { SVGProps } from "react";

export function BiType(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m2.244 13.081l.943-2.803H6.66l.944 2.803H8.86L5.54 3.75H4.322L1 13.081zm2.7-7.923L6.34 9.314H3.51l1.4-4.156zm9.146 7.027h.035v.896h1.128V8.125c0-1.51-1.114-2.345-2.646-2.345c-1.736 0-2.59.916-2.666 2.174h1.108c.068-.718.595-1.19 1.517-1.19c.971 0 1.518.52 1.518 1.464v.731H12.19c-1.647.007-2.522.8-2.522 2.058c0 1.319.957 2.18 2.345 2.18c1.06 0 1.716-.43 2.078-1.011zm-1.763.035c-.752 0-1.456-.397-1.456-1.244c0-.65.424-1.115 1.408-1.115h1.805v.834c0 .896-.752 1.525-1.757 1.525"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m2.244 13.081l.943-2.803H6.66l.944 2.803H8.86L5.54 3.75H4.322L1 13.081zm2.7-7.923L6.34 9.314H3.51l1.4-4.156zm9.146 7.027h.035v.896h1.128V8.125c0-1.51-1.114-2.345-2.646-2.345c-1.736 0-2.59.916-2.666 2.174h1.108c.068-.718.595-1.19 1.517-1.19c.971 0 1.518.52 1.518 1.464v.731H12.19c-1.647.007-2.522.8-2.522 2.058c0 1.319.957 2.18 2.345 2.18c1.06 0 1.716-.43 2.078-1.011zm-1.763.035c-.752 0-1.456-.397-1.456-1.244c0-.65.424-1.115 1.408-1.115h1.805v.834c0 .896-.752 1.525-1.757 1.525"/></svg>
</template>

CSS

.icon-type {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2.244%2013.081l.943-2.803H6.66l.944%202.803H8.86L5.54%203.75H4.322L1%2013.081zm2.7-7.923L6.34%209.314H3.51l1.4-4.156zm9.146%207.027h.035v.896h1.128V8.125c0-1.51-1.114-2.345-2.646-2.345c-1.736%200-2.59.916-2.666%202.174h1.108c.068-.718.595-1.19%201.517-1.19c.971%200%201.518.52%201.518%201.464v.731H12.19c-1.647.007-2.522.8-2.522%202.058c0%201.319.957%202.18%202.345%202.18c1.06%200%201.716-.43%202.078-1.011zm-1.763.035c-.752%200-1.456-.397-1.456-1.244c0-.65.424-1.115%201.408-1.115h1.805v.834c0%20.896-.752%201.525-1.757%201.525%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2.244%2013.081l.943-2.803H6.66l.944%202.803H8.86L5.54%203.75H4.322L1%2013.081zm2.7-7.923L6.34%209.314H3.51l1.4-4.156zm9.146%207.027h.035v.896h1.128V8.125c0-1.51-1.114-2.345-2.646-2.345c-1.736%200-2.59.916-2.666%202.174h1.108c.068-.718.595-1.19%201.517-1.19c.971%200%201.518.52%201.518%201.464v.731H12.19c-1.647.007-2.522.8-2.522%202.058c0%201.319.957%202.18%202.345%202.18c1.06%200%201.716-.43%202.078-1.011zm-1.763.035c-.752%200-1.456-.397-1.456-1.244c0-.65.424-1.115%201.408-1.115h1.805v.834c0%20.896-.752%201.525-1.757%201.525%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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