Pointx Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pointx 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/331446.svg" alt="Pointx icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331446.svg" alt="Pointx icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331446.svg" alt="Pointx icon" :width="24" :height="24" />
CSS background
.icon-pointx {
background-image: url('https://proicons.com/icon/331446.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M42.4783,18.6909c1.3623-1.3626,1.3623-3.5715,0-4.9341-1.3606-1.3617-3.5674-1.3626-4.9291-.0021-.0007.0007-.0014.0014-.0021.0021l-7.6706,7.6756c-1.3623,1.3626-1.3623,3.5715,0,4.9341l7.6706,7.6756c1.3606,1.3617,3.5674,1.3626,4.9291.0021l.0021-.0021c1.3623-1.3626,1.3623-3.5715,0-4.9341l-5.2051-5.2091,5.2051-5.2081ZM6.0927,32.1226c-2.1237,2.1253-2.1237,5.5693,0,7.6946,2.1216,2.1234,5.5629,2.1249,7.6863.0033.0011-.0011.0022-.0022.0033-.0033l11.9619-11.9699c2.1231-2.1255,2.1231-5.5691,0-7.6946l-11.9619-11.9699c-2.1216-2.1234-5.5629-2.1249-7.6863-.0033-.0011.0011-.0022.0022-.0033.0033-2.1237,2.1253-2.1237,5.5693,0,7.6946l3.6194,3.6224c2.4837,2.485,2.4846,6.5123.002,8.9984l-3.6214,3.6244Z"/></svg>
Copied!