title level icon
title-level from IconPark by ByteDance · Color · Edit · Apache-2.0 Free for personal and commercial use.
- Name
- title-level
- Set
- IconPark
- Style
- Color
- Category
- Edit
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More edit icons from IconPark
Use the title level icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="4"><path stroke-linejoin="round" d="M6 8.00049V40.0005"/><path stroke-linejoin="round" d="M24 8.00049V40.0005"/><path stroke-linejoin="round" d="M7 24.0005H23"/><path d="M32 24V40"/><path d="M32 31.0239C32 28.4599 34 26.0005 37 26.0005C40 26.0005 42 28.3585 42 31.0239C42 32.8009 42 36.4642 42 40.0139"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkTitleLevel(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeWidth="4"><path strokeLinejoin="round" d="M6 8.00049V40.0005"/><path strokeLinejoin="round" d="M24 8.00049V40.0005"/><path strokeLinejoin="round" d="M7 24.0005H23"/><path d="M32 24V40"/><path d="M32 31.0239C32 28.4599 34 26.0005 37 26.0005C40 26.0005 42 28.3585 42 31.0239C42 32.8009 42 36.4642 42 40.0139"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="4"><path stroke-linejoin="round" d="M6 8.00049V40.0005"/><path stroke-linejoin="round" d="M24 8.00049V40.0005"/><path stroke-linejoin="round" d="M7 24.0005H23"/><path d="M32 24V40"/><path d="M32 31.0239C32 28.4599 34 26.0005 37 26.0005C40 26.0005 42 28.3585 42 31.0239C42 32.8009 42 36.4642 42 40.0139"/></g></svg> </template>
CSS
.icon-title-level {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6%208.00049V40.0005%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M24%208.00049V40.0005%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2024.0005H23%22%2F%3E%3Cpath%20d%3D%22M32%2024V40%22%2F%3E%3Cpath%20d%3D%22M32%2031.0239C32%2028.4599%2034%2026.0005%2037%2026.0005C40%2026.0005%2042%2028.3585%2042%2031.0239C42%2032.8009%2042%2036.4642%2042%2040.0139%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6%208.00049V40.0005%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M24%208.00049V40.0005%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2024.0005H23%22%2F%3E%3Cpath%20d%3D%22M32%2024V40%22%2F%3E%3Cpath%20d%3D%22M32%2031.0239C32%2028.4599%2034%2026.0005%2037%2026.0005C40%2026.0005%2042%2028.3585%2042%2031.0239C42%2032.8009%2042%2036.4642%2042%2040.0139%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/title-level.svg?color=%231a73e8&size=48