Classifier Language Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Classifier Language 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/317356.svg" alt="Classifier Language icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317356.svg" alt="Classifier Language icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317356.svg" alt="Classifier Language icon" :width="24" :height="24" />
CSS background
.icon-classifier-language {
background-image: url('https://proicons.com/icon/317356.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>classifier--language</title><path d="M30,10V2H22v8h3v4H23v2h7V14H27V10ZM24,4h4V8H24Z"/><polygon points="20 23.41 18.59 22 16 24.59 13.41 22 12 23.41 14.59 26 12 28.59 13.41 30 16 27.41 18.59 30 20 28.59 17.41 26 20 23.41"/><polygon points="20 14 12 14 12 16 15 16 15 21 17 21 17 16 20 16 20 14"/><path d="M7,9.86a4,4,0,1,0-2,0V14H2v2H9V14H7ZM4,6A2,2,0,1,1,6,8,2,2,0,0,1,4,6Z"/><rect id="_Transparent_Rectangle_" data-name=" <Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!