Character Fraction Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Character Fraction 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/317229.svg" alt="Character Fraction icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317229.svg" alt="Character Fraction icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317229.svg" alt="Character Fraction icon" :width="24" :height="24" />
CSS background
.icon-character-fraction {
background-image: url('https://proicons.com/icon/317229.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: #fff;
}
.cls-2 {
fill: none;
}
</style>
</defs>
<path d="M28,30H20V24a2.002,2.002,0,0,1,2-2h4V18H20V16h6a2.0023,2.0023,0,0,1,2,2v4a2.0023,2.0023,0,0,1-2,2H22v4h6Z"/>
<rect x="4.4791" y="15.5001" width="22.0418" height="1.9998" transform="translate(-7.1274 15.7929) rotate(-45)"/>
<g>
<polygon class="cls-1" points="4.5 15.5 4.5 14.5 7.5 14.5 7.5 3.5 4.5 3.5 4.5 2.5 8.5 2.5 8.5 14.5 11.5 14.5 11.5 15.5 4.5 15.5"/>
<path d="M8,3V15H8V3M9,2H4V4H7V14H4v2h8V14H9V2Z"/>
</g>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-2" width="32" height="32"/>
</svg>
Copied!