Denkzettel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Denkzettel 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/338978.svg" alt="Denkzettel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338978.svg" alt="Denkzettel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338978.svg" alt="Denkzettel icon" :width="24" :height="24" />
CSS background
.icon-denkzettel {
background-image: url('https://proicons.com/icon/338978.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="f" d="M31.936,14.125V5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V15.8112l-8.878-.0002c-.9311,0-1.686-.7549-1.686-1.686Z"/><path id="d" class="f" d="M31.9359,5.5l10.5641,10.3112"/><path id="e" class="f" d="M17.536,22.383c.0215.0212-.4003-.3013-.449-1.7217-.0487-1.4204.859-2.7182,2.0288-3.7515,1.1439-1.0104,2.7642-1.5566,4.2142-1.7902,2.119-.3414,4.546.0396,6.3158,1.2539,1.3697.9398,2.2471,2.6036,2.6643,4.2115.4877,1.8795.2188,3.9527-.3279,5.8158-.4397,1.4983-1.2954,2.8871-2.3055,4.0778-.6352.7488-1.4307,1.3799-2.2935,1.8487-.5167.2807-1.0941.4667-1.6762.5498-1.0714.1529-2.1844.1074-3.245-.1084-.9867-.2008-1.8542-.7969-2.8183-1.0873-.7902-.238-1.6684-.5752-2.4179-.5326-.7495.0425-2.0578.4358-1.7426,1.3109.3152.8751,1.7061.4893,2.4736.21.8637-.3131,2.1717-1.1609,2.9465-1.9877,1.1274-1.2032,1.8742-2.6016,2.2047-3.7118.5733-1.926.3978-2.7978.8495-4.258.8555-2.7654,2.8086-4.0175,2.8086-4.0175"/></g></svg>
Copied!