type h5 icon
type-h5 from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- type-h5
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
Related icons in Bootstrap Icons
Use the type h5 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9 10.516h1.264c.193.976 1.112 1.364 2.01 1.364c1.005 0 2.067-.782 2.067-2.247c0-1.292-.983-2.082-2.089-2.082c-1.012 0-1.658.596-1.924 1.077h-1.12L9.646 3h5.535v1.141h-4.415L10.5 7.28h.072c.201-.316.883-.84 1.967-.84c1.709 0 3.13 1.177 3.13 3.158c0 2.025-1.407 3.403-3.475 3.403c-1.809 0-3.1-1.048-3.194-2.484ZM7.495 13V3.201H6.174v4.15H1.32V3.2H0V13h1.32V8.512h4.854V13z"/></svg>
React
import type { SVGProps } from "react";
export function BiTypeH5(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="M9 10.516h1.264c.193.976 1.112 1.364 2.01 1.364c1.005 0 2.067-.782 2.067-2.247c0-1.292-.983-2.082-2.089-2.082c-1.012 0-1.658.596-1.924 1.077h-1.12L9.646 3h5.535v1.141h-4.415L10.5 7.28h.072c.201-.316.883-.84 1.967-.84c1.709 0 3.13 1.177 3.13 3.158c0 2.025-1.407 3.403-3.475 3.403c-1.809 0-3.1-1.048-3.194-2.484ZM7.495 13V3.201H6.174v4.15H1.32V3.2H0V13h1.32V8.512h4.854V13z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9 10.516h1.264c.193.976 1.112 1.364 2.01 1.364c1.005 0 2.067-.782 2.067-2.247c0-1.292-.983-2.082-2.089-2.082c-1.012 0-1.658.596-1.924 1.077h-1.12L9.646 3h5.535v1.141h-4.415L10.5 7.28h.072c.201-.316.883-.84 1.967-.84c1.709 0 3.13 1.177 3.13 3.158c0 2.025-1.407 3.403-3.475 3.403c-1.809 0-3.1-1.048-3.194-2.484ZM7.495 13V3.201H6.174v4.15H1.32V3.2H0V13h1.32V8.512h4.854V13z"/></svg> </template>
CSS
.icon-type-h5 {
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%22M9%2010.516h1.264c.193.976%201.112%201.364%202.01%201.364c1.005%200%202.067-.782%202.067-2.247c0-1.292-.983-2.082-2.089-2.082c-1.012%200-1.658.596-1.924%201.077h-1.12L9.646%203h5.535v1.141h-4.415L10.5%207.28h.072c.201-.316.883-.84%201.967-.84c1.709%200%203.13%201.177%203.13%203.158c0%202.025-1.407%203.403-3.475%203.403c-1.809%200-3.1-1.048-3.194-2.484ZM7.495%2013V3.201H6.174v4.15H1.32V3.2H0V13h1.32V8.512h4.854V13z%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%22M9%2010.516h1.264c.193.976%201.112%201.364%202.01%201.364c1.005%200%202.067-.782%202.067-2.247c0-1.292-.983-2.082-2.089-2.082c-1.012%200-1.658.596-1.924%201.077h-1.12L9.646%203h5.535v1.141h-4.415L10.5%207.28h.072c.201-.316.883-.84%201.967-.84c1.709%200%203.13%201.177%203.13%203.158c0%202.025-1.407%203.403-3.475%203.403c-1.809%200-3.1-1.048-3.194-2.484ZM7.495%2013V3.201H6.174v4.15H1.32V3.2H0V13h1.32V8.512h4.854V13z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/type-h5.svg?color=%231a73e8&size=48