motion 01 icon

motion-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
motion-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the motion 01 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M4.513 12c-.401-.058-.72-.156-1-.317a3 3 0 0 1-1.108-1.108C2 9.873 2 8.93 2 7.044s0-2.829.405-3.53c.266-.46.648-.843 1.108-1.109C4.215 2 5.158 2 7.044 2s2.829 0 3.53.405c.46.266.843.648 1.109 1.108c.161.28.259.599.317 1"/><path stroke-linecap="round" d="M9.522 17c-.406-.058-.727-.156-1.009-.319a3 3 0 0 1-1.108-1.107C7 14.87 7 13.929 7 12.044c0-1.886 0-2.829.405-3.531c.266-.46.648-.842 1.108-1.108C9.215 7 10.158 7 12.043 7c1.886 0 2.829 0 3.53.405c.46.266.843.648 1.108 1.108c.163.282.26.603.319 1.009"/><path d="M12 17c0-1.87 0-2.804.402-3.5a3 3 0 0 1 1.098-1.098C14.196 12 15.13 12 17 12s2.804 0 3.5.402a3 3 0 0 1 1.098 1.098C22 14.196 22 15.13 22 17s0 2.804-.402 3.5a3 3 0 0 1-1.098 1.098C19.804 22 18.87 22 17 22s-2.804 0-3.5-.402a3 3 0 0 1-1.098-1.098C12 19.804 12 18.87 12 17Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMotion01(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M4.513 12c-.401-.058-.72-.156-1-.317a3 3 0 0 1-1.108-1.108C2 9.873 2 8.93 2 7.044s0-2.829.405-3.53c.266-.46.648-.843 1.108-1.109C4.215 2 5.158 2 7.044 2s2.829 0 3.53.405c.46.266.843.648 1.109 1.108c.161.28.259.599.317 1"/><path strokeLinecap="round" d="M9.522 17c-.406-.058-.727-.156-1.009-.319a3 3 0 0 1-1.108-1.107C7 14.87 7 13.929 7 12.044c0-1.886 0-2.829.405-3.531c.266-.46.648-.842 1.108-1.108C9.215 7 10.158 7 12.043 7c1.886 0 2.829 0 3.53.405c.46.266.843.648 1.108 1.108c.163.282.26.603.319 1.009"/><path d="M12 17c0-1.87 0-2.804.402-3.5a3 3 0 0 1 1.098-1.098C14.196 12 15.13 12 17 12s2.804 0 3.5.402a3 3 0 0 1 1.098 1.098C22 14.196 22 15.13 22 17s0 2.804-.402 3.5a3 3 0 0 1-1.098 1.098C19.804 22 18.87 22 17 22s-2.804 0-3.5-.402a3 3 0 0 1-1.098-1.098C12 19.804 12 18.87 12 17Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M4.513 12c-.401-.058-.72-.156-1-.317a3 3 0 0 1-1.108-1.108C2 9.873 2 8.93 2 7.044s0-2.829.405-3.53c.266-.46.648-.843 1.108-1.109C4.215 2 5.158 2 7.044 2s2.829 0 3.53.405c.46.266.843.648 1.109 1.108c.161.28.259.599.317 1"/><path stroke-linecap="round" d="M9.522 17c-.406-.058-.727-.156-1.009-.319a3 3 0 0 1-1.108-1.107C7 14.87 7 13.929 7 12.044c0-1.886 0-2.829.405-3.531c.266-.46.648-.842 1.108-1.108C9.215 7 10.158 7 12.043 7c1.886 0 2.829 0 3.53.405c.46.266.843.648 1.108 1.108c.163.282.26.603.319 1.009"/><path d="M12 17c0-1.87 0-2.804.402-3.5a3 3 0 0 1 1.098-1.098C14.196 12 15.13 12 17 12s2.804 0 3.5.402a3 3 0 0 1 1.098 1.098C22 14.196 22 15.13 22 17s0 2.804-.402 3.5a3 3 0 0 1-1.098 1.098C19.804 22 18.87 22 17 22s-2.804 0-3.5-.402a3 3 0 0 1-1.098-1.098C12 19.804 12 18.87 12 17Z"/></g></svg>
</template>

CSS

.icon-motion-01 {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.513%2012c-.401-.058-.72-.156-1-.317a3%203%200%200%201-1.108-1.108C2%209.873%202%208.93%202%207.044s0-2.829.405-3.53c.266-.46.648-.843%201.108-1.109C4.215%202%205.158%202%207.044%202s2.829%200%203.53.405c.46.266.843.648%201.109%201.108c.161.28.259.599.317%201%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.522%2017c-.406-.058-.727-.156-1.009-.319a3%203%200%200%201-1.108-1.107C7%2014.87%207%2013.929%207%2012.044c0-1.886%200-2.829.405-3.531c.266-.46.648-.842%201.108-1.108C9.215%207%2010.158%207%2012.043%207c1.886%200%202.829%200%203.53.405c.46.266.843.648%201.108%201.108c.163.282.26.603.319%201.009%22%2F%3E%3Cpath%20d%3D%22M12%2017c0-1.87%200-2.804.402-3.5a3%203%200%200%201%201.098-1.098C14.196%2012%2015.13%2012%2017%2012s2.804%200%203.5.402a3%203%200%200%201%201.098%201.098C22%2014.196%2022%2015.13%2022%2017s0%202.804-.402%203.5a3%203%200%200%201-1.098%201.098C19.804%2022%2018.87%2022%2017%2022s-2.804%200-3.5-.402a3%203%200%200%201-1.098-1.098C12%2019.804%2012%2018.87%2012%2017Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.513%2012c-.401-.058-.72-.156-1-.317a3%203%200%200%201-1.108-1.108C2%209.873%202%208.93%202%207.044s0-2.829.405-3.53c.266-.46.648-.843%201.108-1.109C4.215%202%205.158%202%207.044%202s2.829%200%203.53.405c.46.266.843.648%201.109%201.108c.161.28.259.599.317%201%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.522%2017c-.406-.058-.727-.156-1.009-.319a3%203%200%200%201-1.108-1.107C7%2014.87%207%2013.929%207%2012.044c0-1.886%200-2.829.405-3.531c.266-.46.648-.842%201.108-1.108C9.215%207%2010.158%207%2012.043%207c1.886%200%202.829%200%203.53.405c.46.266.843.648%201.108%201.108c.163.282.26.603.319%201.009%22%2F%3E%3Cpath%20d%3D%22M12%2017c0-1.87%200-2.804.402-3.5a3%203%200%200%201%201.098-1.098C14.196%2012%2015.13%2012%2017%2012s2.804%200%203.5.402a3%203%200%200%201%201.098%201.098C22%2014.196%2022%2015.13%2022%2017s0%202.804-.402%203.5a3%203%200%200%201-1.098%201.098C19.804%2022%2018.87%2022%2017%2022s-2.804%200-3.5-.402a3%203%200%200%201-1.098-1.098C12%2019.804%2012%2018.87%2012%2017Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/motion-01.svg?color=%231a73e8&size=48