cog transfer icon
cog-transfer from Material Design Icons by Pictogrammers · Filled · Settings · Apache-2.0 Free for personal and commercial use.
- Name
- cog-transfer
- Set
- Material Design Icons
- Style
- Filled
- Category
- Settings
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- settings-transfer
1 other variant in Material Design Icons
More settings icons from Material Design Icons
Use the cog transfer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 18v-2l-4 3.5l4 3.5v-2h3v-3zm8-2.5L18 12v2h-3v3h3v2zm-.34-6.77l-2-3.46c-.12-.22-.38-.31-.61-.22l-2.49 1c-.51-.41-1.06-.74-1.69-1l-.37-2.63A.506.506 0 0 0 14 2h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.26-1.17.59-1.69 1L5 5.05c-.23-.09-.5 0-.61.22l-2 3.46c-.13.21-.08.49.11.64L4.57 11c-.04.33-.07.67-.07 1s.03.67.07 1l-2.11 1.63c-.2.15-.25.43-.12.64l2 3.46c.11.27.4.38.66.27l2.5-1c.24.19.5.37.76.53l3.51-3A3.52 3.52 0 0 1 8.5 11.8c.15-1.93 1.82-3.39 3.75-3.25c1.44.09 2.67 1.07 3.1 2.45h4.08l2.11-1.63c.19-.15.24-.43.12-.64"/></svg>
React
import type { SVGProps } from "react";
export function MdiCogTransfer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 18v-2l-4 3.5l4 3.5v-2h3v-3zm8-2.5L18 12v2h-3v3h3v2zm-.34-6.77l-2-3.46c-.12-.22-.38-.31-.61-.22l-2.49 1c-.51-.41-1.06-.74-1.69-1l-.37-2.63A.506.506 0 0 0 14 2h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.26-1.17.59-1.69 1L5 5.05c-.23-.09-.5 0-.61.22l-2 3.46c-.13.21-.08.49.11.64L4.57 11c-.04.33-.07.67-.07 1s.03.67.07 1l-2.11 1.63c-.2.15-.25.43-.12.64l2 3.46c.11.27.4.38.66.27l2.5-1c.24.19.5.37.76.53l3.51-3A3.52 3.52 0 0 1 8.5 11.8c.15-1.93 1.82-3.39 3.75-3.25c1.44.09 2.67 1.07 3.1 2.45h4.08l2.11-1.63c.19-.15.24-.43.12-.64"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 18v-2l-4 3.5l4 3.5v-2h3v-3zm8-2.5L18 12v2h-3v3h3v2zm-.34-6.77l-2-3.46c-.12-.22-.38-.31-.61-.22l-2.49 1c-.51-.41-1.06-.74-1.69-1l-.37-2.63A.506.506 0 0 0 14 2h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.26-1.17.59-1.69 1L5 5.05c-.23-.09-.5 0-.61.22l-2 3.46c-.13.21-.08.49.11.64L4.57 11c-.04.33-.07.67-.07 1s.03.67.07 1l-2.11 1.63c-.2.15-.25.43-.12.64l2 3.46c.11.27.4.38.66.27l2.5-1c.24.19.5.37.76.53l3.51-3A3.52 3.52 0 0 1 8.5 11.8c.15-1.93 1.82-3.39 3.75-3.25c1.44.09 2.67 1.07 3.1 2.45h4.08l2.11-1.63c.19-.15.24-.43.12-.64"/></svg> </template>
CSS
.icon-cog-transfer {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2018v-2l-4%203.5l4%203.5v-2h3v-3zm8-2.5L18%2012v2h-3v3h3v2zm-.34-6.77l-2-3.46c-.12-.22-.38-.31-.61-.22l-2.49%201c-.51-.41-1.06-.74-1.69-1l-.37-2.63A.506.506%200%200%200%2014%202h-4c-.25%200-.46.18-.5.42l-.37%202.65c-.63.26-1.17.59-1.69%201L5%205.05c-.23-.09-.5%200-.61.22l-2%203.46c-.13.21-.08.49.11.64L4.57%2011c-.04.33-.07.67-.07%201s.03.67.07%201l-2.11%201.63c-.2.15-.25.43-.12.64l2%203.46c.11.27.4.38.66.27l2.5-1c.24.19.5.37.76.53l3.51-3A3.52%203.52%200%200%201%208.5%2011.8c.15-1.93%201.82-3.39%203.75-3.25c1.44.09%202.67%201.07%203.1%202.45h4.08l2.11-1.63c.19-.15.24-.43.12-.64%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2018v-2l-4%203.5l4%203.5v-2h3v-3zm8-2.5L18%2012v2h-3v3h3v2zm-.34-6.77l-2-3.46c-.12-.22-.38-.31-.61-.22l-2.49%201c-.51-.41-1.06-.74-1.69-1l-.37-2.63A.506.506%200%200%200%2014%202h-4c-.25%200-.46.18-.5.42l-.37%202.65c-.63.26-1.17.59-1.69%201L5%205.05c-.23-.09-.5%200-.61.22l-2%203.46c-.13.21-.08.49.11.64L4.57%2011c-.04.33-.07.67-.07%201s.03.67.07%201l-2.11%201.63c-.2.15-.25.43-.12.64l2%203.46c.11.27.4.38.66.27l2.5-1c.24.19.5.37.76.53l3.51-3A3.52%203.52%200%200%201%208.5%2011.8c.15-1.93%201.82-3.39%203.75-3.25c1.44.09%202.67%201.07%203.1%202.45h4.08l2.11-1.63c.19-.15.24-.43.12-.64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/cog-transfer.svg?color=%231a73e8&size=48