Brand Sap Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Sap 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/305213.svg" alt="Brand Sap icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305213.svg" alt="Brand Sap icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305213.svg" alt="Brand Sap icon" :width="24" :height="24" />
CSS background
.icon-brand-sap {
background-image: url('https://proicons.com/icon/305213.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M0 252v495h505l495-495H0zm609 305h-31v94H432l-15-45c-15 5-33 8-51 8-19 0-37-3-53-8l-15 45h-89l10-26c-1 1-2 2-4 3-22 18-50 28-84 28l-5 1c-40 0-79-11-112-30l31-61c32 20 53 24 81 24 14-1 25-3 32-10 4-5 6-10 6-16 0-15-22-23-49-31-22-7-47-16-67-31-23-17-34-38-34-68 1-22 9-42 24-58 21-22 56-36 98-36 36 0 80 10 112 27l-34 59c-35-17-53-18-72-19-30-2-45 9-45 20 0 14 28 26 54 35 41 13 92 30 99 79l74-196h85l86 234V345h98c95 0 139 34 139 107 0 66-46 105-123 105zm-10-147h-21v79h21c29 0 52-9 52-40 0-30-23-39-52-39zm-233 32l-32 98c10 4 21 6 32 6s22-2 31-6l-31-98z"/></svg>
Copied!