Adobe Fill Sign Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Adobe Fill 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/321391.svg" alt="Adobe Fill Sign icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321391.svg" alt="Adobe Fill Sign icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321391.svg" alt="Adobe Fill Sign icon" :width="24" :height="24" />
CSS background
.icon-adobe-fill-sign {
background-image: url('https://proicons.com/icon/321391.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="M26.9702,13.5l4.7051,4.6263-12.0651,12.1439-6.0982,1.3406,1.6823-6.072s11.7759-12.0388,11.7759-12.0388Z"/><path id="d" class="e" d="M14.064,34.1867c8.2785,1.0696,13.1772-.6453,15.2719-4.4423.6936-1.2573-.7598-3.0337-2.4708-.9989-2.2764,2.7071-.6526,9.3247,5.2045,2.5234-1.1558,3.4735-.1384,3.5847,2.4183,1.3143"/><rect class="e" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!