fragments icon
fragments from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- fragments
- Set
- Carbon
- Style
- Outline
- Category
- Actions
- Viewbox
- 32×32
- License
- Apache 2.0
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 fragments icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 30a5.01 5.01 0 0 1-4.9-4H6c-1.103 0-2-.897-2-2v-5h1c1.654 0 3-1.346 3-3s-1.346-3-3-3H4V8c0-1.103.897-2 2-2h5.1c.465-2.28 2.485-4 4.9-4s4.435 1.72 4.9 4H26c1.103 0 2 .897 2 2v5h-1c-1.654 0-3 1.346-3 3s1.346 3 3 3h1v5c0 1.103-.897 2-2 2h-5.1a5.01 5.01 0 0 1-4.9 4M6 20.9V24h7v1c0 1.654 1.346 3 3 3s3-1.346 3-3v-1h7v-3.1c-2.28-.465-4-2.485-4-4.9s1.72-4.435 4-4.9V8h-7V7c0-1.654-1.346-3-3-3s-3 1.346-3 3v1H6v3.1c2.28.465 4 2.486 4 4.9s-1.72 4.435-4 4.9"/></svg>
React
import type { SVGProps } from "react";
export function CarbonFragments(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="M16 30a5.01 5.01 0 0 1-4.9-4H6c-1.103 0-2-.897-2-2v-5h1c1.654 0 3-1.346 3-3s-1.346-3-3-3H4V8c0-1.103.897-2 2-2h5.1c.465-2.28 2.485-4 4.9-4s4.435 1.72 4.9 4H26c1.103 0 2 .897 2 2v5h-1c-1.654 0-3 1.346-3 3s1.346 3 3 3h1v5c0 1.103-.897 2-2 2h-5.1a5.01 5.01 0 0 1-4.9 4M6 20.9V24h7v1c0 1.654 1.346 3 3 3s3-1.346 3-3v-1h7v-3.1c-2.28-.465-4-2.485-4-4.9s1.72-4.435 4-4.9V8h-7V7c0-1.654-1.346-3-3-3s-3 1.346-3 3v1H6v3.1c2.28.465 4 2.486 4 4.9s-1.72 4.435-4 4.9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 30a5.01 5.01 0 0 1-4.9-4H6c-1.103 0-2-.897-2-2v-5h1c1.654 0 3-1.346 3-3s-1.346-3-3-3H4V8c0-1.103.897-2 2-2h5.1c.465-2.28 2.485-4 4.9-4s4.435 1.72 4.9 4H26c1.103 0 2 .897 2 2v5h-1c-1.654 0-3 1.346-3 3s1.346 3 3 3h1v5c0 1.103-.897 2-2 2h-5.1a5.01 5.01 0 0 1-4.9 4M6 20.9V24h7v1c0 1.654 1.346 3 3 3s3-1.346 3-3v-1h7v-3.1c-2.28-.465-4-2.485-4-4.9s1.72-4.435 4-4.9V8h-7V7c0-1.654-1.346-3-3-3s-3 1.346-3 3v1H6v3.1c2.28.465 4 2.486 4 4.9s-1.72 4.435-4 4.9"/></svg> </template>
CSS
.icon-fragments {
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%22M16%2030a5.01%205.01%200%200%201-4.9-4H6c-1.103%200-2-.897-2-2v-5h1c1.654%200%203-1.346%203-3s-1.346-3-3-3H4V8c0-1.103.897-2%202-2h5.1c.465-2.28%202.485-4%204.9-4s4.435%201.72%204.9%204H26c1.103%200%202%20.897%202%202v5h-1c-1.654%200-3%201.346-3%203s1.346%203%203%203h1v5c0%201.103-.897%202-2%202h-5.1a5.01%205.01%200%200%201-4.9%204M6%2020.9V24h7v1c0%201.654%201.346%203%203%203s3-1.346%203-3v-1h7v-3.1c-2.28-.465-4-2.485-4-4.9s1.72-4.435%204-4.9V8h-7V7c0-1.654-1.346-3-3-3s-3%201.346-3%203v1H6v3.1c2.28.465%204%202.486%204%204.9s-1.72%204.435-4%204.9%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%22M16%2030a5.01%205.01%200%200%201-4.9-4H6c-1.103%200-2-.897-2-2v-5h1c1.654%200%203-1.346%203-3s-1.346-3-3-3H4V8c0-1.103.897-2%202-2h5.1c.465-2.28%202.485-4%204.9-4s4.435%201.72%204.9%204H26c1.103%200%202%20.897%202%202v5h-1c-1.654%200-3%201.346-3%203s1.346%203%203%203h1v5c0%201.103-.897%202-2%202h-5.1a5.01%205.01%200%200%201-4.9%204M6%2020.9V24h7v1c0%201.654%201.346%203%203%203s3-1.346%203-3v-1h7v-3.1c-2.28-.465-4-2.485-4-4.9s1.72-4.435%204-4.9V8h-7V7c0-1.654-1.346-3-3-3s-3%201.346-3%203v1H6v3.1c2.28.465%204%202.486%204%204.9s-1.72%204.435-4%204.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/fragments.svg?color=%231a73e8&size=48