Oeffiplans Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oeffiplans 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/345094.svg" alt="Oeffiplans icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345094.svg" alt="Oeffiplans icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345094.svg" alt="Oeffiplans icon" :width="24" :height="24" />
CSS background
.icon-oeffiplans {
background-image: url('https://proicons.com/icon/345094.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" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,2.5A21.5,21.5,0,1,0,45.5,24,21.51,21.51,0,0,0,24,2.5Z"/><line class="a" x1="6.93" y1="21.27" x2="19.57" y2="21.27"/><line class="a" x1="27.16" y1="21.27" x2="41.07" y2="21.27"/><line class="a" x1="6.93" y1="26.43" x2="19.57" y2="26.43"/><line class="a" x1="27.16" y1="26.43" x2="41.07" y2="26.43"/><line class="a" x1="23.37" y1="14.97" x2="23.37" y2="7.38"/><polyline class="a" points="23.37 32.67 23.37 35.6 18.34 40.62"/><rect class="a" x="19.57" y="14.97" width="7.59" height="17.71" rx="2"/></svg>
Copied!