Click Assistant Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Click Assistant 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/323801.svg" alt="Click Assistant icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323801.svg" alt="Click Assistant icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323801.svg" alt="Click Assistant icon" :width="24" :height="24" />
CSS background
.icon-click-assistant {
background-image: url('https://proicons.com/icon/323801.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M10.7486,31.8772l5.8952,5.8952c.4082.4082.4082,1.0656,0,1.4738l-2.9476,2.9476c-.4082.4082-1.0656.4082-1.4738,0l-5.8952-5.8952c-.4082-.4082-.4082-1.0656,0-1.4738l2.9476-2.9476c.4082-.4082,1.0656-.4082,1.4738,0ZM26.5574,15.2625c-.5935-.5935-1.5481-.5935-2.1416,0l-8.5089,8.5089c0-7.369-2.9476-5.8952-2.9476-5.8952l-2.2107,11.0535h0s-.4878,2.4598.7369,3.6845l4.4214,4.4214c1.2247,1.2247,3.1967,1.2247,4.4214,0l8.1059-8.1059c.6105-.6105.6105-1.6002,0-2.2107-.6105-.6105-1.6002-.6105-2.2107,0,.6105-.6105.6105-1.6002,0-2.2107-.6105-.6105-1.6002-.6105-2.2107,0,.6105-.6105.6105-1.6002,0-2.2107s-1.6002-.6105-2.2107,0l4.8244-4.8244c.5935-.5935.5935-1.5481,0-2.1416l-.0691-.0691Z"/><path id="c" class="e" d="M30.5155,36.764h4.1685M23.2206,8.6264h18.7584M25.3048,34.6797h16.6741M23.2206,13.8371v-6.2528c0-1.1547.9296-2.0843,2.0843-2.0843h14.5899c1.1547,0,2.0843.9296,2.0843,2.0843v29.1797c0,1.1547-.9296,2.0843-2.0843,2.0843h-14.5899c-1.1547,0-2.0843-.9296-2.0843-2.0843"/><path id="d" class="e" d="M30.5155,15.9213c8.3371,4.1685,0,8.3371,8.3697,12.7374"/></svg>
Copied!