Adt Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Adt 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/335964.svg" alt="Adt Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335964.svg" alt="Adt Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335964.svg" alt="Adt Plus icon" :width="24" :height="24" />
CSS background
.icon-adt-plus {
background-image: url('https://proicons.com/icon/335964.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>.k{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="k" d="M4.5,31.9708l7.9708-15.9416,7.9708,15.9416"/><path id="e" class="k" d="M18.1642,27.9854H6.7774"/><path id="f" class="k" d="M18.1642,22.292v-6.2628h5.033c1.1387,0,2.2062.2135,3.167.6049M28.8907,18.3066c.7117.7117,1.281,1.5657,1.6724,2.5265s.6049,2.0283.6049,3.167c0,4.5547-3.4161,7.9708-7.8683,7.9708"/><path id="g" class="k" d="M28.6401,16.0292h10.2482"/><path id="h" class="k" d="M33.7642,16.0292v15.9416"/><path id="i" class="k" d="M40.938,22.292v5.1241"/><path id="j" class="k" d="M38.3759,24.854h5.1241"/></g></svg>
Copied!