Planner 5d Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Planner 5d 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/331351.svg" alt="Planner 5d icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331351.svg" alt="Planner 5d icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331351.svg" alt="Planner 5d icon" :width="24" :height="24" />
CSS background
.icon-planner-5d {
background-image: url('https://proicons.com/icon/331351.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 48 48"><path d="M39.054 13.069v-3.52M38.813 33.143c0-3.03-2.554-5.486-5.704-5.486h0c-3.15 0-5.704 2.456-5.704 5.486v3.566c0 3.03 2.554 5.486 5.704 5.486h0c3.15 0 5.704-2.456 5.704-5.486M38.813 42.195V20.25M9.187 40.344c1.575 1.27 3.103 1.85 6.922 1.85h.656c3.533 0 6.396-2.753 6.396-6.151v0c0-3.398-2.863-6.152-6.396-6.152H9.187v-9.64H23.16M4.268 15.503 24 5.805l19.732 9.698" style="fill:none;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/></svg>
Copied!