Dekd Writer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dekd 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/324390.svg" alt="Dekd Writer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324390.svg" alt="Dekd Writer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324390.svg" alt="Dekd Writer icon" :width="24" :height="24" />
CSS background
.icon-dekd-writer {
background-image: url('https://proicons.com/icon/324390.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M25.527,35.414c-1.285,1.574-1.821,3.314-.939,5.396,2.624-.05,4.006-1.301,5.291-2.875l6.678-16.033-11.03,13.512ZM40.909,24.423l2.537-3.108c-.796-1.75-2.354-2.788-4.352-2.521l-2.537,3.108c1.81.362,3.486,1.164,4.352,2.521l-11.03,13.512"/><path class="b" d="M13.754,35.8745c-.485,2.642-.41,3.609,1.157,6.593.153-1.495.077-2.064.642-2.955.993,1.162,1.95,2.138,3.662,2.12-2.292-.942-1.438-2.262-1.286-5.758M16.036,28.3205l2.718-16.85h4.8c5.154,0,8.8,3.301,8.143,7.372l-.34,2.106c-.657,4.071-5.367,7.372-10.521,7.372h-4.8ZM24.1538,33.7334l-14.485.0021c-2.3854,0-4.1688,1.6507-4.1688,3.7123M42.5,27.9705c0,3.192-2.57,5.76-5.76,5.761l-.7774.0002"/><path class="b" d="M42.5,25.4486v13.0514c0,2.2091-1.7909,4-4,4h-17.3289"/><path class="b" d="M12.4234,42.5h-2.9234c-2.2091,0-4-1.7909-4-4V9.5c0-2.2091,1.7909-4,4-4h29c2.2091,0,4,1.7909,4,4v7.8318"/></svg>
Copied!