heading-6-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
heading-6-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT
Aliases
heading-six-solid

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the heading 6 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.75 3.75a.75.75 0 0 1 .75.75v6.75h8V4.5a.75.75 0 0 1 1.5 0v15a.75.75 0 0 1-1.5 0v-6.75h-8v6.75a.75.75 0 0 1-1.5 0v-15a.75.75 0 0 1 .75-.75m11.5 9.5c0-2.32 1.531-4.5 3.75-4.5h1a.75.75 0 0 1 0 1.5h-1c-1.095 0-2.25 1.178-2.25 3v.298c.53-.296 1.14-.423 1.75-.423c.824 0 1.646.231 2.27.797c.639.576.98 1.42.98 2.453c0 1.975-1.308 3.875-3.25 3.875s-3.25-1.9-3.25-3.875zm1.5 3.125c0 1.477.931 2.375 1.75 2.375s1.75-.898 1.75-2.375c0-.692-.218-1.1-.485-1.341c-.28-.253-.708-.409-1.265-.409s-.985.156-1.265.409c-.267.242-.485.649-.485 1.341"/></svg>

React

import type { SVGProps } from "react";

export function MynauiHeading6Solid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.75 3.75a.75.75 0 0 1 .75.75v6.75h8V4.5a.75.75 0 0 1 1.5 0v15a.75.75 0 0 1-1.5 0v-6.75h-8v6.75a.75.75 0 0 1-1.5 0v-15a.75.75 0 0 1 .75-.75m11.5 9.5c0-2.32 1.531-4.5 3.75-4.5h1a.75.75 0 0 1 0 1.5h-1c-1.095 0-2.25 1.178-2.25 3v.298c.53-.296 1.14-.423 1.75-.423c.824 0 1.646.231 2.27.797c.639.576.98 1.42.98 2.453c0 1.975-1.308 3.875-3.25 3.875s-3.25-1.9-3.25-3.875zm1.5 3.125c0 1.477.931 2.375 1.75 2.375s1.75-.898 1.75-2.375c0-.692-.218-1.1-.485-1.341c-.28-.253-.708-.409-1.265-.409s-.985.156-1.265.409c-.267.242-.485.649-.485 1.341"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.75 3.75a.75.75 0 0 1 .75.75v6.75h8V4.5a.75.75 0 0 1 1.5 0v15a.75.75 0 0 1-1.5 0v-6.75h-8v6.75a.75.75 0 0 1-1.5 0v-15a.75.75 0 0 1 .75-.75m11.5 9.5c0-2.32 1.531-4.5 3.75-4.5h1a.75.75 0 0 1 0 1.5h-1c-1.095 0-2.25 1.178-2.25 3v.298c.53-.296 1.14-.423 1.75-.423c.824 0 1.646.231 2.27.797c.639.576.98 1.42.98 2.453c0 1.975-1.308 3.875-3.25 3.875s-3.25-1.9-3.25-3.875zm1.5 3.125c0 1.477.931 2.375 1.75 2.375s1.75-.898 1.75-2.375c0-.692-.218-1.1-.485-1.341c-.28-.253-.708-.409-1.265-.409s-.985.156-1.265.409c-.267.242-.485.649-.485 1.341"/></svg>
</template>

CSS

.icon-heading-6-solid {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.75%203.75a.75.75%200%200%201%20.75.75v6.75h8V4.5a.75.75%200%200%201%201.5%200v15a.75.75%200%200%201-1.5%200v-6.75h-8v6.75a.75.75%200%200%201-1.5%200v-15a.75.75%200%200%201%20.75-.75m11.5%209.5c0-2.32%201.531-4.5%203.75-4.5h1a.75.75%200%200%201%200%201.5h-1c-1.095%200-2.25%201.178-2.25%203v.298c.53-.296%201.14-.423%201.75-.423c.824%200%201.646.231%202.27.797c.639.576.98%201.42.98%202.453c0%201.975-1.308%203.875-3.25%203.875s-3.25-1.9-3.25-3.875zm1.5%203.125c0%201.477.931%202.375%201.75%202.375s1.75-.898%201.75-2.375c0-.692-.218-1.1-.485-1.341c-.28-.253-.708-.409-1.265-.409s-.985.156-1.265.409c-.267.242-.485.649-.485%201.341%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.75%203.75a.75.75%200%200%201%20.75.75v6.75h8V4.5a.75.75%200%200%201%201.5%200v15a.75.75%200%200%201-1.5%200v-6.75h-8v6.75a.75.75%200%200%201-1.5%200v-15a.75.75%200%200%201%20.75-.75m11.5%209.5c0-2.32%201.531-4.5%203.75-4.5h1a.75.75%200%200%201%200%201.5h-1c-1.095%200-2.25%201.178-2.25%203v.298c.53-.296%201.14-.423%201.75-.423c.824%200%201.646.231%202.27.797c.639.576.98%201.42.98%202.453c0%201.975-1.308%203.875-3.25%203.875s-3.25-1.9-3.25-3.875zm1.5%203.125c0%201.477.931%202.375%201.75%202.375s1.75-.898%201.75-2.375c0-.692-.218-1.1-.485-1.341c-.28-.253-.708-.409-1.265-.409s-.985.156-1.265.409c-.267.242-.485.649-.485%201.341%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/heading-6-solid.svg?color=%231a73e8&size=48