Writer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Writer 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/349849.svg" alt="Writer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349849.svg" alt="Writer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349849.svg" alt="Writer icon" :width="24" :height="24" />
CSS background
.icon-writer {
background-image: url('https://proicons.com/icon/349849.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="e" d="M12,30.8724h11.462M12,23.9147h11.462M12,16.9571h4.4872M43.5,24.1979v-14.7974l-12.8542,7.3987,12.8542,7.3987ZM38.1041,26.1533v10.4294c0,2.2091-1.7909,4-4,4H8.5c-2.2091,0-4-1.7909-4-4V11.4172c0-2.2091,1.7909-4,4-4h29.6528"/></g></svg>
Copied!