Action Blocks Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Action Blocks 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/335893.svg" alt="Action Blocks icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335893.svg" alt="Action Blocks icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335893.svg" alt="Action Blocks icon" :width="24" :height="24" />
CSS background
.icon-action-blocks {
background-image: url('https://proicons.com/icon/335893.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="c" points="32.8 42 32.8 15.2 6 15.2"/><line class="c" x1="15.2" y1="5.8" x2="15.2" y2="14.9"/><line class="c" x1="32.8" y1="32.8" x2="41.9" y2="32.8"/><line class="c" x1="32.8" y1="15.2" x2="41.9" y2="6.1"/><path class="c" d="m42.5,32.1V7.5c0-1.1-.9-2-2-2H15.9c-.4,0-.8.2-1.1.5L6,14.8c-.3.3-.5.7-.5,1.1v24.6c0,1.1.9,2,2,2h24.6c.4,0,.8-.2,1.1-.5l8.8-8.8c.3-.2.5-.6.5-1.1Z"/><path class="c" d="m12.1,32c.2,2.8,3.3,5,7.1,5s6.8-2.2,7.1-5h-14.2Z"/><circle class="c" cx="14.1" cy="25" r="2"/><circle class="c" cx="24.2" cy="25" r="2"/></svg>
Copied!