move 3d icon

move-3d-bold-duotone from Solar by 480 Design · Bold Duotone · Arrows Action · CC-BY-4.0 Attribution required.

Name
move-3d-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Arrows Action
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More arrows action icons from Solar

Use the move 3d icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.5436 6.80779C13.8365 7.10068 13.8365 7.57545 13.5436 7.86834C13.2507 8.1612 12.776 8.16121 12.4831 7.86834L9.83756 5.22283L7.19205 7.86834C6.89916 8.16114 6.42437 8.16116 6.1315 7.86834C5.83864 7.57547 5.83869 7.10069 6.1315 6.80779L9.30728 3.63201C9.60018 3.33914 10.0749 3.33913 10.3678 3.63201L13.5436 6.80779Z"/><path d="M3.41211 15.3466C3.41212 14.9324 3.74783 14.5967 4.16203 14.5967C4.57622 14.5967 4.91193 14.9324 4.91195 15.3466L4.91195 19.0879H8.65326C9.06741 19.088 9.40315 19.4237 9.40318 19.8378C9.40318 20.252 9.06742 20.5877 8.65326 20.5877L4.16203 20.5877C3.74783 20.5877 3.41212 20.252 3.41211 19.8378L3.41211 15.3466Z"/><path d="M17.1918 17.8678C16.8989 18.1607 16.4241 18.1607 16.1313 17.8678C15.8385 17.575 15.8385 17.1002 16.1313 16.8073L18.7768 14.1628L16.1313 11.5173C15.8384 11.2245 15.8386 10.7496 16.1313 10.4567C16.4241 10.1638 16.8989 10.1638 17.1918 10.4567L20.3676 13.6315C20.5082 13.7721 20.5872 13.963 20.5873 14.1618C20.5873 14.3606 20.5082 14.5514 20.3676 14.6921L17.1918 17.8678Z"/><path d="M9.0878 4.16235C9.08781 3.74826 9.42376 3.41255 9.8378 3.41235C10.252 3.41236 10.5878 3.74815 10.5878 4.16235V13.4124H19.8378C20.252 13.4124 20.5878 13.7481 20.5878 14.1624C20.5877 14.5765 20.252 14.9124 19.8378 14.9124H10.1484L4.69327 20.3684C4.40041 20.6612 3.9256 20.6612 3.63273 20.3684C3.33983 20.0756 3.33991 19.6008 3.63273 19.3079L9.0878 13.8518V4.16235Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarMove3dBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.5436 6.80779C13.8365 7.10068 13.8365 7.57545 13.5436 7.86834C13.2507 8.1612 12.776 8.16121 12.4831 7.86834L9.83756 5.22283L7.19205 7.86834C6.89916 8.16114 6.42437 8.16116 6.1315 7.86834C5.83864 7.57547 5.83869 7.10069 6.1315 6.80779L9.30728 3.63201C9.60018 3.33914 10.0749 3.33913 10.3678 3.63201L13.5436 6.80779Z"/><path d="M3.41211 15.3466C3.41212 14.9324 3.74783 14.5967 4.16203 14.5967C4.57622 14.5967 4.91193 14.9324 4.91195 15.3466L4.91195 19.0879H8.65326C9.06741 19.088 9.40315 19.4237 9.40318 19.8378C9.40318 20.252 9.06742 20.5877 8.65326 20.5877L4.16203 20.5877C3.74783 20.5877 3.41212 20.252 3.41211 19.8378L3.41211 15.3466Z"/><path d="M17.1918 17.8678C16.8989 18.1607 16.4241 18.1607 16.1313 17.8678C15.8385 17.575 15.8385 17.1002 16.1313 16.8073L18.7768 14.1628L16.1313 11.5173C15.8384 11.2245 15.8386 10.7496 16.1313 10.4567C16.4241 10.1638 16.8989 10.1638 17.1918 10.4567L20.3676 13.6315C20.5082 13.7721 20.5872 13.963 20.5873 14.1618C20.5873 14.3606 20.5082 14.5514 20.3676 14.6921L17.1918 17.8678Z"/><path d="M9.0878 4.16235C9.08781 3.74826 9.42376 3.41255 9.8378 3.41235C10.252 3.41236 10.5878 3.74815 10.5878 4.16235V13.4124H19.8378C20.252 13.4124 20.5878 13.7481 20.5878 14.1624C20.5877 14.5765 20.252 14.9124 19.8378 14.9124H10.1484L4.69327 20.3684C4.40041 20.6612 3.9256 20.6612 3.63273 20.3684C3.33983 20.0756 3.33991 19.6008 3.63273 19.3079L9.0878 13.8518V4.16235Z" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.5436 6.80779C13.8365 7.10068 13.8365 7.57545 13.5436 7.86834C13.2507 8.1612 12.776 8.16121 12.4831 7.86834L9.83756 5.22283L7.19205 7.86834C6.89916 8.16114 6.42437 8.16116 6.1315 7.86834C5.83864 7.57547 5.83869 7.10069 6.1315 6.80779L9.30728 3.63201C9.60018 3.33914 10.0749 3.33913 10.3678 3.63201L13.5436 6.80779Z"/><path d="M3.41211 15.3466C3.41212 14.9324 3.74783 14.5967 4.16203 14.5967C4.57622 14.5967 4.91193 14.9324 4.91195 15.3466L4.91195 19.0879H8.65326C9.06741 19.088 9.40315 19.4237 9.40318 19.8378C9.40318 20.252 9.06742 20.5877 8.65326 20.5877L4.16203 20.5877C3.74783 20.5877 3.41212 20.252 3.41211 19.8378L3.41211 15.3466Z"/><path d="M17.1918 17.8678C16.8989 18.1607 16.4241 18.1607 16.1313 17.8678C15.8385 17.575 15.8385 17.1002 16.1313 16.8073L18.7768 14.1628L16.1313 11.5173C15.8384 11.2245 15.8386 10.7496 16.1313 10.4567C16.4241 10.1638 16.8989 10.1638 17.1918 10.4567L20.3676 13.6315C20.5082 13.7721 20.5872 13.963 20.5873 14.1618C20.5873 14.3606 20.5082 14.5514 20.3676 14.6921L17.1918 17.8678Z"/><path d="M9.0878 4.16235C9.08781 3.74826 9.42376 3.41255 9.8378 3.41235C10.252 3.41236 10.5878 3.74815 10.5878 4.16235V13.4124H19.8378C20.252 13.4124 20.5878 13.7481 20.5878 14.1624C20.5877 14.5765 20.252 14.9124 19.8378 14.9124H10.1484L4.69327 20.3684C4.40041 20.6612 3.9256 20.6612 3.63273 20.3684C3.33983 20.0756 3.33991 19.6008 3.63273 19.3079L9.0878 13.8518V4.16235Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-move-3d-bold-duotone {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M13.5436%206.80779C13.8365%207.10068%2013.8365%207.57545%2013.5436%207.86834C13.2507%208.1612%2012.776%208.16121%2012.4831%207.86834L9.83756%205.22283L7.19205%207.86834C6.89916%208.16114%206.42437%208.16116%206.1315%207.86834C5.83864%207.57547%205.83869%207.10069%206.1315%206.80779L9.30728%203.63201C9.60018%203.33914%2010.0749%203.33913%2010.3678%203.63201L13.5436%206.80779Z%22%2F%3E%3Cpath%20d%3D%22M3.41211%2015.3466C3.41212%2014.9324%203.74783%2014.5967%204.16203%2014.5967C4.57622%2014.5967%204.91193%2014.9324%204.91195%2015.3466L4.91195%2019.0879H8.65326C9.06741%2019.088%209.40315%2019.4237%209.40318%2019.8378C9.40318%2020.252%209.06742%2020.5877%208.65326%2020.5877L4.16203%2020.5877C3.74783%2020.5877%203.41212%2020.252%203.41211%2019.8378L3.41211%2015.3466Z%22%2F%3E%3Cpath%20d%3D%22M17.1918%2017.8678C16.8989%2018.1607%2016.4241%2018.1607%2016.1313%2017.8678C15.8385%2017.575%2015.8385%2017.1002%2016.1313%2016.8073L18.7768%2014.1628L16.1313%2011.5173C15.8384%2011.2245%2015.8386%2010.7496%2016.1313%2010.4567C16.4241%2010.1638%2016.8989%2010.1638%2017.1918%2010.4567L20.3676%2013.6315C20.5082%2013.7721%2020.5872%2013.963%2020.5873%2014.1618C20.5873%2014.3606%2020.5082%2014.5514%2020.3676%2014.6921L17.1918%2017.8678Z%22%2F%3E%3Cpath%20d%3D%22M9.0878%204.16235C9.08781%203.74826%209.42376%203.41255%209.8378%203.41235C10.252%203.41236%2010.5878%203.74815%2010.5878%204.16235V13.4124H19.8378C20.252%2013.4124%2020.5878%2013.7481%2020.5878%2014.1624C20.5877%2014.5765%2020.252%2014.9124%2019.8378%2014.9124H10.1484L4.69327%2020.3684C4.40041%2020.6612%203.9256%2020.6612%203.63273%2020.3684C3.33983%2020.0756%203.33991%2019.6008%203.63273%2019.3079L9.0878%2013.8518V4.16235Z%22%20opacity%3D%22.5%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%22currentColor%22%3E%3Cpath%20d%3D%22M13.5436%206.80779C13.8365%207.10068%2013.8365%207.57545%2013.5436%207.86834C13.2507%208.1612%2012.776%208.16121%2012.4831%207.86834L9.83756%205.22283L7.19205%207.86834C6.89916%208.16114%206.42437%208.16116%206.1315%207.86834C5.83864%207.57547%205.83869%207.10069%206.1315%206.80779L9.30728%203.63201C9.60018%203.33914%2010.0749%203.33913%2010.3678%203.63201L13.5436%206.80779Z%22%2F%3E%3Cpath%20d%3D%22M3.41211%2015.3466C3.41212%2014.9324%203.74783%2014.5967%204.16203%2014.5967C4.57622%2014.5967%204.91193%2014.9324%204.91195%2015.3466L4.91195%2019.0879H8.65326C9.06741%2019.088%209.40315%2019.4237%209.40318%2019.8378C9.40318%2020.252%209.06742%2020.5877%208.65326%2020.5877L4.16203%2020.5877C3.74783%2020.5877%203.41212%2020.252%203.41211%2019.8378L3.41211%2015.3466Z%22%2F%3E%3Cpath%20d%3D%22M17.1918%2017.8678C16.8989%2018.1607%2016.4241%2018.1607%2016.1313%2017.8678C15.8385%2017.575%2015.8385%2017.1002%2016.1313%2016.8073L18.7768%2014.1628L16.1313%2011.5173C15.8384%2011.2245%2015.8386%2010.7496%2016.1313%2010.4567C16.4241%2010.1638%2016.8989%2010.1638%2017.1918%2010.4567L20.3676%2013.6315C20.5082%2013.7721%2020.5872%2013.963%2020.5873%2014.1618C20.5873%2014.3606%2020.5082%2014.5514%2020.3676%2014.6921L17.1918%2017.8678Z%22%2F%3E%3Cpath%20d%3D%22M9.0878%204.16235C9.08781%203.74826%209.42376%203.41255%209.8378%203.41235C10.252%203.41236%2010.5878%203.74815%2010.5878%204.16235V13.4124H19.8378C20.252%2013.4124%2020.5878%2013.7481%2020.5878%2014.1624C20.5877%2014.5765%2020.252%2014.9124%2019.8378%2014.9124H10.1484L4.69327%2020.3684C4.40041%2020.6612%203.9256%2020.6612%203.63273%2020.3684C3.33983%2020.0756%203.33991%2019.6008%203.63273%2019.3079L9.0878%2013.8518V4.16235Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/move-3d-bold-duotone.svg?color=%231a73e8&size=48