Adobe Acrobat Sign Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Adobe Acrobat Sign 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/335942.svg" alt="Adobe Acrobat Sign icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335942.svg" alt="Adobe Acrobat Sign icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335942.svg" alt="Adobe Acrobat Sign icon" :width="24" :height="24" />
CSS background
.icon-adobe-acrobat-sign {
background-image: url('https://proicons.com/icon/335942.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M20.787,8.425c1.3308,0,2.1071.9359,2.1071,3.5975s-1.9612,8.0025-3.4749,11.441c-1.7005,3.863-6.0831,12.219-8.909,12.111-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.21-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.2833h.0004Z"/><path class="c" d="M41,31.26V8c0-2.2091-1.7909-4-4-4H8c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h23.299"/><circle class="c" cx="37" cy="37" r="7"/><path class="c" d="M34.508,40.124c.4906.6387,1.1057.8765,1.9615.8765h1.1844c1.1022,0,1.9957-.8935,1.9957-1.9957v-.0086c0-1.1022-.8935-1.9957-1.9957-1.9957h-1.3065c-1.1034,0-1.9978-.8945-1.9978-1.9978,0-1.1058.8964-2.0022,2.0022-2.0022h1.1779c.8558,0,1.4709.2379,1.9615.8765"/></svg>
Copied!