My One Nz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My One Nz 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/329767.svg" alt="My One Nz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329767.svg" alt="My One Nz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329767.svg" alt="My One Nz icon" :width="24" :height="24" />
CSS background
.icon-my-one-nz {
background-image: url('https://proicons.com/icon/329767.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="c" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:#000;}.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="h" cx="24" cy="24" r="21.5"/><polyline class="h" points="37.1294 21.2269 42.1966 21.2269 37.1294 27.941 42.1966 27.941"/><path class="h" d="M17.9918,27.941v-4.1804c0-1.3993-1.1343-2.5336-2.5336-2.5336h0c-1.3993,0-2.5336,1.1343-2.5336,2.5336"/><line class="h" x1="12.9246" y1="27.941" x2="12.9246" y2="21.2269"/><path class="h" d="M35.0429,27.941v-4.1804c0-1.3993-1.1343-2.5336-2.5336-2.5336h0c-1.3993,0-2.5336,1.1343-2.5336,2.5336"/><line class="h" x1="29.9757" y1="27.941" x2="29.9757" y2="21.2269"/><path class="h" d="M24.8287,26.6624c-.4364.7638-1.2588,1.2786-2.2014,1.2786h0c-1.3993,0-2.5336-1.1343-2.5336-2.5336v-1.6468c0-1.3993,1.1343-2.5336,2.5336-2.5336h0c1.3993,0,2.5336,1.1343,2.5336,2.5336v.8234h-5.0672"/><circle class="g" cx="27.1445" cy="27.7715" r=".75"/><path class="h" d="M5.7634,23.7605c0-1.3993,1.1343-2.5336,2.5336-2.5336s2.5336,1.1343,2.5336,2.5336v1.6468c0,1.3993-1.1343,2.5336-2.5336,2.5336s-2.5336-1.1343-2.5336-2.5336v-1.6468Z"/></svg>
Copied!