Atb Personal Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Atb Personal 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/336676.svg" alt="Atb Personal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336676.svg" alt="Atb Personal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336676.svg" alt="Atb Personal icon" :width="24" :height="24" />
CSS background
.icon-atb-personal {
background-image: url('https://proicons.com/icon/336676.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="4.5" y="11" width="39" height="26" rx="4" ry="4"/><line class="c" x1="19.4624" y1="18.65" x2="27.8055" y2="18.65"/><line class="c" x1="23.634" y1="29.35" x2="23.634" y2="18.65"/><path class="c" d="M32.2193,24c1.4774,0,2.675,1.1976,2.675,2.675s-1.1976,2.675-2.675,2.675h-4.4137v-10.7h4.4137c1.4774,0,2.675,1.1976,2.675,2.675s-1.1976,2.675-2.675,2.675h0Z"/><line class="c" x1="32.2193" y1="24" x2="27.8055" y2="24"/><line class="c" x1="19.0204" y1="25.8056" x2="14.2798" y2="25.8056"/><polyline class="c" points="13.1057 29.35 16.6501 18.65 20.1945 29.35"/></svg>
Copied!