Vectormotion Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vectormotion 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/334667.svg" alt="Vectormotion icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334667.svg" alt="Vectormotion icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334667.svg" alt="Vectormotion icon" :width="24" :height="24" />
CSS background
.icon-vectormotion {
background-image: url('https://proicons.com/icon/334667.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M28.7147,37.9487c-.8561,1.8358-2.6982,3.0094-4.7239,3.0094s-3.8678-1.1736-4.7239-3.0094L5.5869,8.6117c-.2118-.4541-.0154-.9939.4387-1.2056.208-.097.4451-.1116.6634-.0408l.9464.3069c1.2649.4102,2.3024,1.3277,2.8643,2.5328l10.004,21.454c.2269.4866.8054.6971,1.292.4702.2071-.0966.3736-.2631.4702-.4702l9.9796-21.401c.5512-1.182,1.6517-2.0145,2.9391-2.2233l6.0335-.9784c.6016-.0976,1.1685.311,1.2661.9126.0354.2185.0044.4426-.0892.6432l-13.6803,29.3366Z"/></svg>
Copied!