character patterns icon

character-patterns from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
character-patterns
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the character patterns icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 26v-8.172l-3.586 3.586L1 20l6-6l6 6l-1.414 1.414L8 17.828V26h10v2H8a2 2 0 0 1-2-2m24-4v-2h-8v2h5.5L22 28v2h8v-2h-5.493zM26 6v8.172l3.586-3.586L31 12l-6 6l-6-6l1.414-1.414L24 14.172V6H14V4h10a2 2 0 0 1 2 2M8 2H3v2h5v2H4a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h6V4a2 2 0 0 0-2-2m0 8H4V8h4Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonCharacterPatterns(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="M6 26v-8.172l-3.586 3.586L1 20l6-6l6 6l-1.414 1.414L8 17.828V26h10v2H8a2 2 0 0 1-2-2m24-4v-2h-8v2h5.5L22 28v2h8v-2h-5.493zM26 6v8.172l3.586-3.586L31 12l-6 6l-6-6l1.414-1.414L24 14.172V6H14V4h10a2 2 0 0 1 2 2M8 2H3v2h5v2H4a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h6V4a2 2 0 0 0-2-2m0 8H4V8h4Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 26v-8.172l-3.586 3.586L1 20l6-6l6 6l-1.414 1.414L8 17.828V26h10v2H8a2 2 0 0 1-2-2m24-4v-2h-8v2h5.5L22 28v2h8v-2h-5.493zM26 6v8.172l3.586-3.586L31 12l-6 6l-6-6l1.414-1.414L24 14.172V6H14V4h10a2 2 0 0 1 2 2M8 2H3v2h5v2H4a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h6V4a2 2 0 0 0-2-2m0 8H4V8h4Z"/></svg>
</template>

CSS

.icon-character-patterns {
  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%22M6%2026v-8.172l-3.586%203.586L1%2020l6-6l6%206l-1.414%201.414L8%2017.828V26h10v2H8a2%202%200%200%201-2-2m24-4v-2h-8v2h5.5L22%2028v2h8v-2h-5.493zM26%206v8.172l3.586-3.586L31%2012l-6%206l-6-6l1.414-1.414L24%2014.172V6H14V4h10a2%202%200%200%201%202%202M8%202H3v2h5v2H4a2%202%200%200%200-2%202v2a2%202%200%200%200%202%202h6V4a2%202%200%200%200-2-2m0%208H4V8h4Z%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%22M6%2026v-8.172l-3.586%203.586L1%2020l6-6l6%206l-1.414%201.414L8%2017.828V26h10v2H8a2%202%200%200%201-2-2m24-4v-2h-8v2h5.5L22%2028v2h8v-2h-5.493zM26%206v8.172l3.586-3.586L31%2012l-6%206l-6-6l1.414-1.414L24%2014.172V6H14V4h10a2%202%200%200%201%202%202M8%202H3v2h5v2H4a2%202%200%200%200-2%202v2a2%202%200%200%200%202%202h6V4a2%202%200%200%200-2-2m0%208H4V8h4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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