Paperkarma Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Paperkarma 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/345505.svg" alt="Paperkarma icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345505.svg" alt="Paperkarma icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345505.svg" alt="Paperkarma icon" :width="24" :height="24" />
CSS background
.icon-paperkarma {
background-image: url('https://proicons.com/icon/345505.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.9747,42.176c.0702-.1135.0479-.3268-.0494-.474-.1524-.2305-5.167-3.0181-11.9496-6.643-1.0673-.5704-2.6391-1.479-3.493-2.0193-5.1302-3.2458-6.3225-4.0148-7.3406-4.7349-1.0699-.7567-3.4305-2.9683-4.087-3.829-.8316-1.0903-1.1237-4.6802-.517-6.3533.4361-1.2024,2.3582-3.3419,3.5474-3.9486.5564-.2838,2.1494-.8762,3.5402-1.3163,1.3907-.4401,2.7613-.8966,3.046-1.0145.2846-.1179,1.9146-.5301,3.6223-.916,1.7077-.3859,3.9676-.918,5.0221-1.1825,1.0545-.2645,2.0718-.4808,2.2608-.4808,1.2453,0,5.1724,9.0139,5.7421,13.1801.3372,2.4655.1476,3.0632-1.4623,4.6102-1.4742,1.4165-4.3374,3.4265-4.881,3.4265-.3547,0-3.5276-2.5066-5.284-4.1744-1.7375-1.6499-2.3033-2.5911-2.3033-3.832,0-1.3016.5971-2.5243,2.739-5.6092,2.259-3.2533,1.8627-3.4191-1.5271-.6385-2.4632,2.0204-3.6245,3.8353-3.7539,5.8661-.0785,1.2331.0187,1.8073.4487,2.6501.8184,1.6042,5.0715,5.8934,8.7799,8.8543,1.8012,1.4381,3.5659,2.8738,3.9217,3.1903.9991.8889,5.4785,4.4101,6.263,4.9232.3851.2519.8217.3828.9703.291.1791-.1107.2701-3.1197.2701-8.9259,0-8.431-.024-8.8591-.6414-11.4339-1.0473-4.3682-2.4113-8.116-3.9396-10.8253-.281-.4981-1.0002-1.7978-1.5983-2.8883-.5981-1.0905-1.228-2.097-1.3999-2.2366-.2088-.1697-1.2994-.0584-3.2878.3355-11.4596,2.2703-17.6244,4.4207-22.067,7.6968-1.9472,1.4361-2.9942,2.791-3.6377,4.7069-.372,1.1076-.4283,2.7289-.4283,12.3395,0,7.4718.0885,11.1191.2726,11.2329.3464.2141,1.7743-.9015,5.8196-4.5471,1.7747-1.5994,3.48-3.1277,3.7898-3.3961,1.1964-1.0376,2.5376-.8135,2.5376.424,0,.4085-.8414,1.3214-2.8923,3.1379-3.9725,3.5185-4.6615,4.2117-4.4792,4.5064.1912.3093,28.2357.3569,28.4261.0482l.0005-.0003Z"/></svg>
Copied!