Adobe Capture Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Adobe Capture 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/335945.svg" alt="Adobe Capture icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335945.svg" alt="Adobe Capture icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335945.svg" alt="Adobe Capture icon" :width="24" :height="24" />
CSS background
.icon-adobe-capture {
background-image: url('https://proicons.com/icon/335945.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="M23.6573,26.9638v.0737c0,3.293-2.6695,5.9625-5.9625,5.9625h0c-3.293,0-5.9625-2.6695-5.9625-5.9625v-6.075c0-3.293,2.6695-5.9625,5.9625-5.9625h0c3.293,0,5.9625,2.6695,5.9625,5.9625v.0737"/><path class="c" d="M36.2595,28.5c0,2.4853-1.9994,4.5-4.4658,4.5h-1.5673c-1.634,0-2.9586-1.3348-2.9586-2.9813,0-1.6465,1.3246-2.9813,2.9586-2.9813h6.0414"/><path class="c" d="M28.3927,22.2562c1.0844-1.0861,1.8444-1.1813,3.9375-1.1813,2.3762,0,3.9375,1.0452,3.9375,3.8702v8.0548"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!