type h6 icon
type-h6 from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- type-h6
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
Related icons in Bootstrap Icons
Use the type h6 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15.596 5.178H14.3c-.106-.444-.62-1.072-1.706-1.072c-1.332 0-2.325 1.269-2.325 3.947h.07c.268-.67 1.043-1.445 2.445-1.445c1.494 0 3.017 1.064 3.017 3.073C15.8 11.795 14.37 13 12.48 13c-1.036 0-2.093-.36-2.77-1.452C9.276 10.836 9 9.808 9 8.37C9 4.656 10.494 3 12.636 3c1.812 0 2.883 1.113 2.96 2.178m-5.151 4.566c0 1.367.944 2.15 2.043 2.15c1.128 0 2.037-.684 2.037-2.136c0-1.41-1-2.065-2.03-2.065c-1.19 0-2.05.853-2.05 2.051M7.495 13V3.201H6.174v4.15H1.32V3.2H0V13h1.32V8.513h4.854V13z"/></svg>
React
import type { SVGProps } from "react";
export function BiTypeH6(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="M15.596 5.178H14.3c-.106-.444-.62-1.072-1.706-1.072c-1.332 0-2.325 1.269-2.325 3.947h.07c.268-.67 1.043-1.445 2.445-1.445c1.494 0 3.017 1.064 3.017 3.073C15.8 11.795 14.37 13 12.48 13c-1.036 0-2.093-.36-2.77-1.452C9.276 10.836 9 9.808 9 8.37C9 4.656 10.494 3 12.636 3c1.812 0 2.883 1.113 2.96 2.178m-5.151 4.566c0 1.367.944 2.15 2.043 2.15c1.128 0 2.037-.684 2.037-2.136c0-1.41-1-2.065-2.03-2.065c-1.19 0-2.05.853-2.05 2.051M7.495 13V3.201H6.174v4.15H1.32V3.2H0V13h1.32V8.513h4.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="M15.596 5.178H14.3c-.106-.444-.62-1.072-1.706-1.072c-1.332 0-2.325 1.269-2.325 3.947h.07c.268-.67 1.043-1.445 2.445-1.445c1.494 0 3.017 1.064 3.017 3.073C15.8 11.795 14.37 13 12.48 13c-1.036 0-2.093-.36-2.77-1.452C9.276 10.836 9 9.808 9 8.37C9 4.656 10.494 3 12.636 3c1.812 0 2.883 1.113 2.96 2.178m-5.151 4.566c0 1.367.944 2.15 2.043 2.15c1.128 0 2.037-.684 2.037-2.136c0-1.41-1-2.065-2.03-2.065c-1.19 0-2.05.853-2.05 2.051M7.495 13V3.201H6.174v4.15H1.32V3.2H0V13h1.32V8.513h4.854V13z"/></svg> </template>
CSS
.icon-type-h6 {
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%22M15.596%205.178H14.3c-.106-.444-.62-1.072-1.706-1.072c-1.332%200-2.325%201.269-2.325%203.947h.07c.268-.67%201.043-1.445%202.445-1.445c1.494%200%203.017%201.064%203.017%203.073C15.8%2011.795%2014.37%2013%2012.48%2013c-1.036%200-2.093-.36-2.77-1.452C9.276%2010.836%209%209.808%209%208.37C9%204.656%2010.494%203%2012.636%203c1.812%200%202.883%201.113%202.96%202.178m-5.151%204.566c0%201.367.944%202.15%202.043%202.15c1.128%200%202.037-.684%202.037-2.136c0-1.41-1-2.065-2.03-2.065c-1.19%200-2.05.853-2.05%202.051M7.495%2013V3.201H6.174v4.15H1.32V3.2H0V13h1.32V8.513h4.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%22M15.596%205.178H14.3c-.106-.444-.62-1.072-1.706-1.072c-1.332%200-2.325%201.269-2.325%203.947h.07c.268-.67%201.043-1.445%202.445-1.445c1.494%200%203.017%201.064%203.017%203.073C15.8%2011.795%2014.37%2013%2012.48%2013c-1.036%200-2.093-.36-2.77-1.452C9.276%2010.836%209%209.808%209%208.37C9%204.656%2010.494%203%2012.636%203c1.812%200%202.883%201.113%202.96%202.178m-5.151%204.566c0%201.367.944%202.15%202.043%202.15c1.128%200%202.037-.684%202.037-2.136c0-1.41-1-2.065-2.03-2.065c-1.19%200-2.05.853-2.05%202.051M7.495%2013V3.201H6.174v4.15H1.32V3.2H0V13h1.32V8.513h4.854V13z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/type-h6.svg?color=%231a73e8&size=48