Pdfn Up Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pdfn Up 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/331085.svg" alt="Pdfn Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331085.svg" alt="Pdfn Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331085.svg" alt="Pdfn Up icon" :width="24" :height="24" />
CSS background
.icon-pdfn-up {
background-image: url('https://proicons.com/icon/331085.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M35.21260484,35.18538462v5.41717949c0,1.04358974-.84435897,1.8974359-1.8974359,1.8974359H7.69978433c-1.04358974,0-1.8974359-.85384615-1.8974359-1.8974359V7.3974359c0-1.04358974.85384615-1.8974359,1.8974359-1.8974359h17.07692308v8.53846154c0,1.04358974.85384615,1.8974359,1.8974359,1.8974359h8.53846154v4.70564103"/><line class="f" x1="24.77936736" y1="5.5" x2="35.2152648" y2="15.93589744"/><path class="f" d="M21.27022073,31.70944165v-7.58974359h2.48473378c1.40472044,0,2.54347135,1.14120767,2.54347135,2.54895868s-1.13875091,2.54895868-2.54347135,2.54895868h-2.48473378"/><path class="f" d="M28.29745587,31.70944165v-7.58974359h1.70769231c1.83386859,0,3.32051282,1.48664423,3.32051282,3.32051282v.94871793c0,1.83386858-1.48664421,3.32051281-3.32051279,3.32051282l-1.70769233.00000002Z"/><line class="f" x1="35.27141944" y1="27.91456985" x2="37.73808611" y2="27.91456985"/><polyline class="f" points="35.27141944 31.70944165 35.27141944 24.11969806 39.06629124 24.11969806"/><rect class="f" x="17.11425833" y="20.63958783" width="25.08339324" height="14.54996405" rx="1.8974359" ry="1.8974359"/></svg>
Copied!