Adobe Scan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Adobe Scan 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/321401.svg" alt="Adobe Scan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321401.svg" alt="Adobe Scan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321401.svg" alt="Adobe Scan icon" :width="24" :height="24" />
CSS background
.icon-adobe-scan {
background-image: url('https://proicons.com/icon/321401.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M22.7871,10.4248c1.3308,0,2.1071.9359,2.1071,3.5975s-1.9612,8.0025-3.4749,11.4413c-1.7005,3.863-6.0831,12.2187-8.909,12.1106-1.287-.0492-1.9652-.74-2.0084-1.8106-.0487-1.2051.8347-1.9547,2.5444-3.1099,2.812-1.9,6.9699-3.26,11.2104-4.3759,4.2142-1.109,5.3508-1.4649,8.9182-1.4649s4.3251,1.2014,4.3251,2.4029-1.0166,1.8668-2.3104,1.8668c-1.4174,0-4.0311-.011-9.2048-6.2105-4.6113-5.5256-5.0414-8.7981-5.0414-11.164s.5499-3.2833,1.8437-3.2833Z"/><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="b" d="M34.2,15.2248c.4.3.8.4,1.6.4h.4c.7,0,1.3-.6,1.3-1.3h0c0-.7-.6-1.3-1.3-1.3h-.9c-.7,0-1.3-.6-1.3-1.3h0c0-.7.6-1.3,1.3-1.3h.4c.9,0,1.3.1,1.6.4"/></svg>
Copied!