Character Patterns Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Character Patterns icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/317236.svg" alt="Character Patterns icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317236.svg" alt="Character Patterns icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317236.svg" alt="Character Patterns icon" :width="24" :height="24" />
CSS background
.icon-character-patterns {
background-image: url('https://proicons.com/icon/317236.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>character-patterns</title><path d="M6,26V17.8281l-3.5859,3.586L1,20l6-6,6,6-1.4141,1.4141L8,17.8281V26H18v2H8A2.0024,2.0024,0,0,1,6,26Z" transform="translate(0)"/><polygon points="30 22 30 20 22 20 22 22 27.5 22 22 28 22 30 30 30 30 28 24.507 28 30 22"/><path d="M26,6v8.1719l3.5859-3.586L31,12l-6,6-6-6,1.4141-1.4141L24,14.1719V6H14V4H24A2.0024,2.0024,0,0,1,26,6Z" transform="translate(0)"/><path d="M8,2H3V4H8V6H4A2,2,0,0,0,2,8v2a2,2,0,0,0,2,2h6V4A2.0023,2.0023,0,0,0,8,2Zm0,8H4V8H8Z" transform="translate(0)"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!