1dm Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 1dm Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/335711.svg" alt="1dm Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335711.svg" alt="1dm Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335711.svg" alt="1dm Plus icon" :width="24" :height="24" />
CSS background
.icon-1dm-plus {
background-image: url('https://proicons.com/icon/335711.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="M10.78,37.2717H34.76c13.0183,0,10.8419-19.5876-2.2165-15.2348,0-10.882-19.5876-10.882-19.5876,2.1764C2.0743,22.0369,2.0743,37.2717,10.78,37.2717Z"/><polyline class="a" points="27.273 27.477 24 30.75 20.727 27.477"/><line class="a" x1="24" y1="30.7497" x2="24" y2="20.7517"/><line class="a" x1="18.2423" y1="32.7517" x2="29.7577" y2="32.7517"/><line class="a" x1="38.6729" y1="17.5294" x2="38.6729" y2="10.7283"/><line class="a" x1="35.2724" y1="14.1288" x2="42.0734" y2="14.1288"/></svg>
Copied!