Timeplanner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Timeplanner 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/334003.svg" alt="Timeplanner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334003.svg" alt="Timeplanner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334003.svg" alt="Timeplanner icon" :width="24" :height="24" />
CSS background
.icon-timeplanner {
background-image: url('https://proicons.com/icon/334003.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><rect class="c" x="28.7178" y="29.5874" width="6.8158" height="6.9823"/><rect class="c" x="33.9797" y="5.5" width="2.8708" height="6.9471" rx="1.1727" ry="1.1727"/><rect class="c" x="11.3301" y="5.5" width="2.8708" height="6.9471" rx="1.1727" ry="1.1727"/><line class="c" x1="14.0496" y1="7.1324" x2="33.9797" y2="7.1324"/><path class="c" d="m41.6633,16.0344v25.6611c0,.4445-.2603.8045-.5817.8045H6.9172c-.3201,0-.5805-.36-.5805-.8045"/><path class="c" d="m11.3301,7.1324h-4.4117c-.3213,0-.5817.36-.5817.8045v33.7364"/><path class="c" d="m36.8505,7.1324h4.2522c.3096,0,.5606.36.5606.8045v33.7364"/><line class="c" x1="6.3367" y1="16.0344" x2="41.6633" y2="16.0344"/></svg>
Copied!