Meta Viewpoints Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Meta Viewpoints 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/329112.svg" alt="Meta Viewpoints icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329112.svg" alt="Meta Viewpoints icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329112.svg" alt="Meta Viewpoints icon" :width="24" :height="24" />
CSS background
.icon-meta-viewpoints {
background-image: url('https://proicons.com/icon/329112.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m29.111 38.012c-1.0644 1.2998-2.3928 2.4043-4.9752 2.4844s-4.2037-1.2164-5.2474-2.4844c-4.7104-5.7225-9.8202-14.724-12.811-21.336-1.874-4.1435.98074-8.8809 5.5195-9.1641 2.1319-.13291 4.1938.78936 5.5137 2.4688 2.2537 2.8675 4.6621 6.4952 6.8887 10.211 2.2265-3.7157 4.6349-7.3434 6.8887-10.211 1.3199-1.6794 3.3818-2.6017 5.5137-2.4688 4.5388.28316 7.3935 5.0205 5.5195 9.1641-2.9904 6.6119-8.1149 15.601-12.811 21.336z"/></svg>
Copied!