Purewriter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Purewriter 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/331725.svg" alt="Purewriter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331725.svg" alt="Purewriter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331725.svg" alt="Purewriter icon" :width="24" :height="24" />
CSS background
.icon-purewriter {
background-image: url('https://proicons.com/icon/331725.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m11.3131,14.8137c-1.4423.8839-3.2129,1.4762-3.6678.9218-.4549-.5544.4762-1.8394,1.784-2.9124,1.3078-1.073,3.5703-1.5193,4.058-.9936.8674.9352-.8484,2.1717-2.1742,2.9842h0Zm-4.1078,17.3775s-1.6535-7.3203-2.4836-11.1557c-.2575-1.1898.1594-2.3873.8224-3.4083.5133-.7905,2.1013-1.8921,2.1013-1.8921m2.4731,17.2217l-1.6383-7.7078,1.9724-.4193-.9163-4.3107,22.9574-4.8796.9163,4.3107,2.1146-.4495,1.6383,7.7078,2.5162-1.9201,2.766.7974.6217-.1321.4331,2.0376L4.9761,36.3911l-.4761-2.2399.6917-.147,2.014-1.8134,2.9127.766Z"/></svg>
Copied!