Contrast Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Contrast 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/305440.svg" alt="Contrast icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305440.svg" alt="Contrast icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305440.svg" alt="Contrast icon" :width="24" :height="24" />
CSS background
.icon-contrast {
background-image: url('https://proicons.com/icon/305440.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="M890 126v-1H110v1c-26 2-44 23-47 48v526c0 10 2 19 6 27 10 17 25 26 45 26h282v61h-88c-6 0-10 5-10 10v41c0 5 4 10 10 10h385c5 0 9-5 9-10v-41c0-5-4-10-9-10h-89v-61h282c20 0 34-9 44-26 5-9 8-17 8-27V174c-3-25-24-46-48-48zm-780 48h780v1L110 701V174z"/></svg>
Contrast in other icon packs
Copied!