White Paper Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The White Paper 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/320993.svg" alt="White Paper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320993.svg" alt="White Paper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320993.svg" alt="White Paper icon" :width="24" :height="24" />
CSS background
.icon-white-paper {
background-image: url('https://proicons.com/icon/320993.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.0.1, SVG Export Plug-In . SVG Version: 9.03 Build 54978) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="white-paper_00000029750146541706334690000001450122129738501521_" d="M11,15.509l-3.254-3.255l0.509-0.509L11,14.491 l6.745-6.745l0.51,0.509L11,15.509z M28.36,31V7c0-0.096-0.038-0.187-0.105-0.254l-6-6C22.188,0.678,22.096,0.64,22,0.64H4 C3.801,0.64,3.64,0.801,3.64,1v30c0,0.199,0.161,0.36,0.36,0.36h24C28.199,31.36,28.36,31.199,28.36,31z M4.36,1.36h17.28V7 c0,0.199,0.161,0.36,0.36,0.36h5.64v23.28H4.36V1.36z M22.36,1.869l4.771,4.771H22.36V1.869z M24,26.64H8v0.721h16V26.64z M24,22.64 H8v0.721h16V22.64z M24,18.64H8v0.721h16V18.64z M12,4.64H8v0.72h4V4.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!