Action Notch Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Action Notch 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/335894.svg" alt="Action Notch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335894.svg" alt="Action Notch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335894.svg" alt="Action Notch icon" :width="24" :height="24" />
CSS background
.icon-action-notch {
background-image: url('https://proicons.com/icon/335894.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><line class="c" x1="18.1799" y1="9.5" x2="27.5231" y2="9.5"/><path class="c" d="M27.3084,30.7399l.0032-2.1711c.0361-1.8025,2.6933-1.8645,2.7332,0v3.5224"/><path class="c" d="M24.34,28.1358c-.001-.9692.0081-1.0316-.0103-1.591-.06-1.8199,2.9933-1.8865,2.9746-.0223-.0055.5567-.014.6117-.0057,1.5811l.0099,2.6527"/><path class="c" d="M21.3063,31.5185v-13.2232c0-2.2693,3.0224-2.2693,3.0224,0v9.8405"/><path class="c" d="M28.1584,21.3032c.6268-.9947.9595-2.1465.9597-3.3222-.0001-3.4423-2.7906-6.2327-6.2329-6.2329-3.4423.0001-6.2327,2.7906-6.2329,6.2329.0003,1.1607.3247,2.2982.9366,3.2844"/><path class="c" d="M26.1214,19.2641c.7771-2.1386-.7376-4.6823-3.2844-4.6809h0c-2.5564.0002-4.0704,2.5631-3.2739,4.7082"/><path class="c" d="M30.0448,32.0913v-1.7044c0-1.3764,2.4119-1.4988,2.4119,0l.0161,4.1616c0,1.8053-1.1672,2.6549-2.3521,3.4451-.9453.3764-3.636.4649-4.7815.4976-2.285.0652-2.9554-.2174-3.9084-1.2698l-5.2794-6.7121c-1.7503-1.9643.5348-4.226,2.5021-1.9293l2.6529,2.9387"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!