Motive Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Motive 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/329569.svg" alt="Motive icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329569.svg" alt="Motive icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329569.svg" alt="Motive icon" :width="24" :height="24" />
CSS background
.icon-motive {
background-image: url('https://proicons.com/icon/329569.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="M30.7258,24.0019h9.0382v-8.044h-5.1518l3.6831-6.3757-7.0686-4.0822-3.6831,6.3757-2.5759-4.4551-6.9669,4.0258,4.5153,7.818c.8285,1.4423,1.9507,2.9374,3.3178,3.7282s3.2274,1.0093,4.8919,1.0093ZM30.7258,24.0019h9.0382v8.044h-5.1518l3.6831,6.3757-7.0724,4.0785-3.6831-6.3757-2.5721,4.4588-6.9669-4.0258,4.5153-7.818c.8285-1.4423,1.9507-2.9412,3.3178-3.7282,1.367-.7908,3.2274-1.0093,4.8919-1.0093ZM22.5236,28.7394l-4.5191,7.8218-6.9669-4.022,2.5721-4.4551h-7.3736v-8.1607h7.3699l-2.5759-4.4551,6.9707-4.022,4.5191,7.8218c.8323,1.4386,1.5741,3.1558,1.5741,4.7337,0,1.5817-.7419,3.2989-1.5741,4.7375h.0038Z"/></svg>
Copied!