Weareone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Weareone 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/349596.svg" alt="Weareone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349596.svg" alt="Weareone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349596.svg" alt="Weareone icon" :width="24" :height="24" />
CSS background
.icon-weareone {
background-image: url('https://proicons.com/icon/349596.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="M26.77,2.67,23.72,15.21a8.79,8.79,0,0,0-4.23,1.25L10.15,7.55C15.54,3.7,20.84,1.92,26.77,2.67Zm4.55,1.1a22.92,22.92,0,0,1,12.52,12L31.47,19.37a8.27,8.27,0,0,0-3.2-3.05ZM6.92,10.94l9.34,8.91a8.76,8.76,0,0,0-1.05,4.29L2.83,27.77A21.53,21.53,0,0,1,6.92,10.94Zm38.25,9.29a21.54,21.54,0,0,1-4.09,16.83l-9.34-8.91a8.79,8.79,0,0,0,1.05-4.29Zm-28.64,8.4a8.34,8.34,0,0,0,3.2,3.05L16.68,44.22A22,22,0,0,1,4.16,32.27Zm12,2.91,9.34,8.91a21.44,21.44,0,0,1-16.61,4.87l3-12.53A8.79,8.79,0,0,0,28.51,31.54Z"/></svg>
Copied!