rag from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
rag
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the rag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 28h-2c-3.86 0-7-3.14-7-7v-2h2v2c0 2.757 2.243 5 5 5h2zm16-9h-9a2.003 2.003 0 0 0-2 2v5a2 2 0 0 0 2 2h3v-2h-3v-5h9v5h-2.535l-2.594 3.89L24.535 31l2-3H28a2 2 0 0 0 2-2v-5a2.003 2.003 0 0 0-2-2m1-4v-4c0-3.86-3.14-7-7-7h-3v2h3c2.757 0 5 2.243 5 5v4zM6 10h3v2H6z"/><path fill="currentColor" d="M12.606 6.436L10.081 2.75A2 2 0 0 0 8.519 2H4c-1.103 0-2 .898-2 2v10c0 1.103.897 2 2 2h7c1.103 0 2-.897 2-2V7.625c0-.453-.156-.896-.394-1.19M4 14V4h4v3a1 1 0 0 0 1 1h2v6z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonRag(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="M12 28h-2c-3.86 0-7-3.14-7-7v-2h2v2c0 2.757 2.243 5 5 5h2zm16-9h-9a2.003 2.003 0 0 0-2 2v5a2 2 0 0 0 2 2h3v-2h-3v-5h9v5h-2.535l-2.594 3.89L24.535 31l2-3H28a2 2 0 0 0 2-2v-5a2.003 2.003 0 0 0-2-2m1-4v-4c0-3.86-3.14-7-7-7h-3v2h3c2.757 0 5 2.243 5 5v4zM6 10h3v2H6z"/><path fill="currentColor" d="M12.606 6.436L10.081 2.75A2 2 0 0 0 8.519 2H4c-1.103 0-2 .898-2 2v10c0 1.103.897 2 2 2h7c1.103 0 2-.897 2-2V7.625c0-.453-.156-.896-.394-1.19M4 14V4h4v3a1 1 0 0 0 1 1h2v6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 28h-2c-3.86 0-7-3.14-7-7v-2h2v2c0 2.757 2.243 5 5 5h2zm16-9h-9a2.003 2.003 0 0 0-2 2v5a2 2 0 0 0 2 2h3v-2h-3v-5h9v5h-2.535l-2.594 3.89L24.535 31l2-3H28a2 2 0 0 0 2-2v-5a2.003 2.003 0 0 0-2-2m1-4v-4c0-3.86-3.14-7-7-7h-3v2h3c2.757 0 5 2.243 5 5v4zM6 10h3v2H6z"/><path fill="currentColor" d="M12.606 6.436L10.081 2.75A2 2 0 0 0 8.519 2H4c-1.103 0-2 .898-2 2v10c0 1.103.897 2 2 2h7c1.103 0 2-.897 2-2V7.625c0-.453-.156-.896-.394-1.19M4 14V4h4v3a1 1 0 0 0 1 1h2v6z"/></svg>
</template>

CSS

.icon-rag {
  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%22M12%2028h-2c-3.86%200-7-3.14-7-7v-2h2v2c0%202.757%202.243%205%205%205h2zm16-9h-9a2.003%202.003%200%200%200-2%202v5a2%202%200%200%200%202%202h3v-2h-3v-5h9v5h-2.535l-2.594%203.89L24.535%2031l2-3H28a2%202%200%200%200%202-2v-5a2.003%202.003%200%200%200-2-2m1-4v-4c0-3.86-3.14-7-7-7h-3v2h3c2.757%200%205%202.243%205%205v4zM6%2010h3v2H6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.606%206.436L10.081%202.75A2%202%200%200%200%208.519%202H4c-1.103%200-2%20.898-2%202v10c0%201.103.897%202%202%202h7c1.103%200%202-.897%202-2V7.625c0-.453-.156-.896-.394-1.19M4%2014V4h4v3a1%201%200%200%200%201%201h2v6z%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%22M12%2028h-2c-3.86%200-7-3.14-7-7v-2h2v2c0%202.757%202.243%205%205%205h2zm16-9h-9a2.003%202.003%200%200%200-2%202v5a2%202%200%200%200%202%202h3v-2h-3v-5h9v5h-2.535l-2.594%203.89L24.535%2031l2-3H28a2%202%200%200%200%202-2v-5a2.003%202.003%200%200%200-2-2m1-4v-4c0-3.86-3.14-7-7-7h-3v2h3c2.757%200%205%202.243%205%205v4zM6%2010h3v2H6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.606%206.436L10.081%202.75A2%202%200%200%200%208.519%202H4c-1.103%200-2%20.898-2%202v10c0%201.103.897%202%202%202h7c1.103%200%202-.897%202-2V7.625c0-.453-.156-.896-.394-1.19M4%2014V4h4v3a1%201%200%200%200%201%201h2v6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/rag.svg?color=%231a73e8&size=48