Papirus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Papirus 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/345514.svg" alt="Papirus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345514.svg" alt="Papirus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345514.svg" alt="Papirus icon" :width="24" :height="24" />
CSS background
.icon-papirus {
background-image: url('https://proicons.com/icon/345514.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M25.5446,4.5087C19.81,4.634,12.432,6.7356,9.4729,12.06c-.2051,1.5892.2217,2.86,1.4426,3.52.5226.11,1.2187.5513,1.2708,1.1733,2.0388,5.6258,1.7442,11.6127,2.2064,17.5229a27.4033,27.4033,0,0,0,.4234,6.8731c.0791.3408.5743,1.8029,1.0163,1.9277q3.8151.9222,5.595-.1666c4.2815-2.8127,2.1423-9.4049,1.1043-13.4963,2.889-1.4425,6.6465-.7365,9.3241-2.8516C43.092,19.2931,39.7339,4.0849,25.5446,4.5087Zm-.9567,8.5318c3.0983-.1334,7.1646,2.5333,4.9643,5.7715-1.9067,2.3553-5.8133,3.0414-8.7531,2.6318-.5333-2.3464-.6623-5.535.3261-7.7345A7.6649,7.6649,0,0,1,24.5879,13.0405Z"/></svg>
Copied!