page break icon
page-break from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- page-break
- Set
- Carbon
- Style
- Outline
- Category
- Actions
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More actions icons from Carbon
activity-taskadapter-notificationaddadd-altadd-commentadd-largealign-box-bottom-centeralign-box-bottom-leftalign-box-bottom-rightalign-box-middle-centeralign-box-middle-leftalign-box-middle-rightalign-box-top-centeralign-box-top-leftalign-box-top-rightalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-vertical-bottomalign-vertical-centeralign-vertical-topappsareaarea-custom
Use the page break icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 18h4v2H2zm24 0h4v2h-4zm-2 4v6H8v-6H6v6a2.006 2.006 0 0 0 2 2h16a2.006 2.006 0 0 0 2-2v-6ZM8 16V4h8v6a2.006 2.006 0 0 0 2 2h6v4h2v-6a.91.91 0 0 0-.3-.7l-7-7A.9.9 0 0 0 18 2H8a2.006 2.006 0 0 0-2 2v12ZM18 4.4l5.6 5.6H18ZM10 18h4v2h-4zm8 0h4v2h-4z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonPageBreak(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 18h4v2H2zm24 0h4v2h-4zm-2 4v6H8v-6H6v6a2.006 2.006 0 0 0 2 2h16a2.006 2.006 0 0 0 2-2v-6ZM8 16V4h8v6a2.006 2.006 0 0 0 2 2h6v4h2v-6a.91.91 0 0 0-.3-.7l-7-7A.9.9 0 0 0 18 2H8a2.006 2.006 0 0 0-2 2v12ZM18 4.4l5.6 5.6H18ZM10 18h4v2h-4zm8 0h4v2h-4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 18h4v2H2zm24 0h4v2h-4zm-2 4v6H8v-6H6v6a2.006 2.006 0 0 0 2 2h16a2.006 2.006 0 0 0 2-2v-6ZM8 16V4h8v6a2.006 2.006 0 0 0 2 2h6v4h2v-6a.91.91 0 0 0-.3-.7l-7-7A.9.9 0 0 0 18 2H8a2.006 2.006 0 0 0-2 2v12ZM18 4.4l5.6 5.6H18ZM10 18h4v2h-4zm8 0h4v2h-4z"/></svg> </template>
CSS
.icon-page-break {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2018h4v2H2zm24%200h4v2h-4zm-2%204v6H8v-6H6v6a2.006%202.006%200%200%200%202%202h16a2.006%202.006%200%200%200%202-2v-6ZM8%2016V4h8v6a2.006%202.006%200%200%200%202%202h6v4h2v-6a.91.91%200%200%200-.3-.7l-7-7A.9.9%200%200%200%2018%202H8a2.006%202.006%200%200%200-2%202v12ZM18%204.4l5.6%205.6H18ZM10%2018h4v2h-4zm8%200h4v2h-4z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2018h4v2H2zm24%200h4v2h-4zm-2%204v6H8v-6H6v6a2.006%202.006%200%200%200%202%202h16a2.006%202.006%200%200%200%202-2v-6ZM8%2016V4h8v6a2.006%202.006%200%200%200%202%202h6v4h2v-6a.91.91%200%200%200-.3-.7l-7-7A.9.9%200%200%200%2018%202H8a2.006%202.006%200%200%200-2%202v12ZM18%204.4l5.6%205.6H18ZM10%2018h4v2h-4zm8%200h4v2h-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/page-break.svg?color=%231a73e8&size=48