Adobe Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Adobe 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/310400.svg" alt="Adobe icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310400.svg" alt="Adobe icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310400.svg" alt="Adobe icon" :width="24" :height="24" />
CSS background
.icon-adobe {
background-image: url('https://proicons.com/icon/310400.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.44343 3.10352L2 20.8965V3.10352H9.44343Z" fill="black"/> <path d="M12.0069 9.66965L16.7224 20.8965H13.6381L12.2399 17.3461H8.74438L12.0069 9.66965Z" fill="black"/> <path d="M22 3.10352V20.8965L14.6525 3.10352H22Z" fill="black"/> </svg>
Copied!