interaction icon
interaction-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.
- Name
- interaction-twotone
- Set
- Ant Design Icons
- Style
- TwoTone
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- interation-twotone
2 other variants in Ant Design Icons
Use the interaction icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32m-40 728H184V184h656z"/><path fill="currentColor" fill-opacity=".15" d="M184 840h656V184H184zm114-401.9c0-55.3 44.6-100.1 99.7-100.1h205.8v-53.4c0-5.6 6.5-8.8 10.9-5.3L723.5 365c3.5 2.7 3.5 8 0 10.7l-109.1 85.7c-4.4 3.5-10.9.4-10.9-5.3v-53.4H397.8c-19.6 0-35.5 15.9-35.5 35.6v78.9c0 3.8-3.1 6.8-6.8 6.8h-50.7c-3.8 0-6.8-3-6.8-7zm2.6 210.3l109.1-85.7c4.4-3.5 10.9-.4 10.9 5.3v53.4h205.6c19.6 0 35.5-15.9 35.5-35.6v-78.9c0-3.8 3.1-6.8 6.8-6.8h50.7c3.8 0 6.8 3.1 6.8 6.8v78.9c0 55.3-44.6 100.1-99.7 100.1H420.6v53.4c0 5.6-6.5 8.8-10.9 5.3l-109.1-85.7c-3.5-2.7-3.5-8 0-10.5"/><path fill="currentColor" d="M304.8 524h50.7c3.7 0 6.8-3 6.8-6.8v-78.9c0-19.7 15.9-35.6 35.5-35.6h205.7v53.4c0 5.7 6.5 8.8 10.9 5.3l109.1-85.7c3.5-2.7 3.5-8 0-10.7l-109.1-85.7c-4.4-3.5-10.9-.3-10.9 5.3V338H397.7c-55.1 0-99.7 44.8-99.7 100.1V517c0 4 3 7 6.8 7m-4.2 134.9l109.1 85.7c4.4 3.5 10.9.3 10.9-5.3v-53.4h205.7c55.1 0 99.7-44.8 99.7-100.1v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7 0-6.8 3-6.8 6.8v78.9c0 19.7-15.9 35.6-35.5 35.6H420.6V568c0-5.7-6.5-8.8-10.9-5.3l-109.1 85.7c-3.5 2.5-3.5 7.8 0 10.5"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignInteractionTwotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32m-40 728H184V184h656z"/><path fill="currentColor" fillOpacity=".15" d="M184 840h656V184H184zm114-401.9c0-55.3 44.6-100.1 99.7-100.1h205.8v-53.4c0-5.6 6.5-8.8 10.9-5.3L723.5 365c3.5 2.7 3.5 8 0 10.7l-109.1 85.7c-4.4 3.5-10.9.4-10.9-5.3v-53.4H397.8c-19.6 0-35.5 15.9-35.5 35.6v78.9c0 3.8-3.1 6.8-6.8 6.8h-50.7c-3.8 0-6.8-3-6.8-7zm2.6 210.3l109.1-85.7c4.4-3.5 10.9-.4 10.9 5.3v53.4h205.6c19.6 0 35.5-15.9 35.5-35.6v-78.9c0-3.8 3.1-6.8 6.8-6.8h50.7c3.8 0 6.8 3.1 6.8 6.8v78.9c0 55.3-44.6 100.1-99.7 100.1H420.6v53.4c0 5.6-6.5 8.8-10.9 5.3l-109.1-85.7c-3.5-2.7-3.5-8 0-10.5"/><path fill="currentColor" d="M304.8 524h50.7c3.7 0 6.8-3 6.8-6.8v-78.9c0-19.7 15.9-35.6 35.5-35.6h205.7v53.4c0 5.7 6.5 8.8 10.9 5.3l109.1-85.7c3.5-2.7 3.5-8 0-10.7l-109.1-85.7c-4.4-3.5-10.9-.3-10.9 5.3V338H397.7c-55.1 0-99.7 44.8-99.7 100.1V517c0 4 3 7 6.8 7m-4.2 134.9l109.1 85.7c4.4 3.5 10.9.3 10.9-5.3v-53.4h205.7c55.1 0 99.7-44.8 99.7-100.1v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7 0-6.8 3-6.8 6.8v78.9c0 19.7-15.9 35.6-35.5 35.6H420.6V568c0-5.7-6.5-8.8-10.9-5.3l-109.1 85.7c-3.5 2.5-3.5 7.8 0 10.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32m-40 728H184V184h656z"/><path fill="currentColor" fill-opacity=".15" d="M184 840h656V184H184zm114-401.9c0-55.3 44.6-100.1 99.7-100.1h205.8v-53.4c0-5.6 6.5-8.8 10.9-5.3L723.5 365c3.5 2.7 3.5 8 0 10.7l-109.1 85.7c-4.4 3.5-10.9.4-10.9-5.3v-53.4H397.8c-19.6 0-35.5 15.9-35.5 35.6v78.9c0 3.8-3.1 6.8-6.8 6.8h-50.7c-3.8 0-6.8-3-6.8-7zm2.6 210.3l109.1-85.7c4.4-3.5 10.9-.4 10.9 5.3v53.4h205.6c19.6 0 35.5-15.9 35.5-35.6v-78.9c0-3.8 3.1-6.8 6.8-6.8h50.7c3.8 0 6.8 3.1 6.8 6.8v78.9c0 55.3-44.6 100.1-99.7 100.1H420.6v53.4c0 5.6-6.5 8.8-10.9 5.3l-109.1-85.7c-3.5-2.7-3.5-8 0-10.5"/><path fill="currentColor" d="M304.8 524h50.7c3.7 0 6.8-3 6.8-6.8v-78.9c0-19.7 15.9-35.6 35.5-35.6h205.7v53.4c0 5.7 6.5 8.8 10.9 5.3l109.1-85.7c3.5-2.7 3.5-8 0-10.7l-109.1-85.7c-4.4-3.5-10.9-.3-10.9 5.3V338H397.7c-55.1 0-99.7 44.8-99.7 100.1V517c0 4 3 7 6.8 7m-4.2 134.9l109.1 85.7c4.4 3.5 10.9.3 10.9-5.3v-53.4h205.7c55.1 0 99.7-44.8 99.7-100.1v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7 0-6.8 3-6.8 6.8v78.9c0 19.7-15.9 35.6-35.5 35.6H420.6V568c0-5.7-6.5-8.8-10.9-5.3l-109.1 85.7c-3.5 2.5-3.5 7.8 0 10.5"/></svg> </template>
CSS
.icon-interaction-twotone {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M880%20112H144c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V144c0-17.7-14.3-32-32-32m-40%20728H184V184h656z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M184%20840h656V184H184zm114-401.9c0-55.3%2044.6-100.1%2099.7-100.1h205.8v-53.4c0-5.6%206.5-8.8%2010.9-5.3L723.5%20365c3.5%202.7%203.5%208%200%2010.7l-109.1%2085.7c-4.4%203.5-10.9.4-10.9-5.3v-53.4H397.8c-19.6%200-35.5%2015.9-35.5%2035.6v78.9c0%203.8-3.1%206.8-6.8%206.8h-50.7c-3.8%200-6.8-3-6.8-7zm2.6%20210.3l109.1-85.7c4.4-3.5%2010.9-.4%2010.9%205.3v53.4h205.6c19.6%200%2035.5-15.9%2035.5-35.6v-78.9c0-3.8%203.1-6.8%206.8-6.8h50.7c3.8%200%206.8%203.1%206.8%206.8v78.9c0%2055.3-44.6%20100.1-99.7%20100.1H420.6v53.4c0%205.6-6.5%208.8-10.9%205.3l-109.1-85.7c-3.5-2.7-3.5-8%200-10.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M304.8%20524h50.7c3.7%200%206.8-3%206.8-6.8v-78.9c0-19.7%2015.9-35.6%2035.5-35.6h205.7v53.4c0%205.7%206.5%208.8%2010.9%205.3l109.1-85.7c3.5-2.7%203.5-8%200-10.7l-109.1-85.7c-4.4-3.5-10.9-.3-10.9%205.3V338H397.7c-55.1%200-99.7%2044.8-99.7%20100.1V517c0%204%203%207%206.8%207m-4.2%20134.9l109.1%2085.7c4.4%203.5%2010.9.3%2010.9-5.3v-53.4h205.7c55.1%200%2099.7-44.8%2099.7-100.1v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7%200-6.8%203-6.8%206.8v78.9c0%2019.7-15.9%2035.6-35.5%2035.6H420.6V568c0-5.7-6.5-8.8-10.9-5.3l-109.1%2085.7c-3.5%202.5-3.5%207.8%200%2010.5%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M880%20112H144c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V144c0-17.7-14.3-32-32-32m-40%20728H184V184h656z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M184%20840h656V184H184zm114-401.9c0-55.3%2044.6-100.1%2099.7-100.1h205.8v-53.4c0-5.6%206.5-8.8%2010.9-5.3L723.5%20365c3.5%202.7%203.5%208%200%2010.7l-109.1%2085.7c-4.4%203.5-10.9.4-10.9-5.3v-53.4H397.8c-19.6%200-35.5%2015.9-35.5%2035.6v78.9c0%203.8-3.1%206.8-6.8%206.8h-50.7c-3.8%200-6.8-3-6.8-7zm2.6%20210.3l109.1-85.7c4.4-3.5%2010.9-.4%2010.9%205.3v53.4h205.6c19.6%200%2035.5-15.9%2035.5-35.6v-78.9c0-3.8%203.1-6.8%206.8-6.8h50.7c3.8%200%206.8%203.1%206.8%206.8v78.9c0%2055.3-44.6%20100.1-99.7%20100.1H420.6v53.4c0%205.6-6.5%208.8-10.9%205.3l-109.1-85.7c-3.5-2.7-3.5-8%200-10.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M304.8%20524h50.7c3.7%200%206.8-3%206.8-6.8v-78.9c0-19.7%2015.9-35.6%2035.5-35.6h205.7v53.4c0%205.7%206.5%208.8%2010.9%205.3l109.1-85.7c3.5-2.7%203.5-8%200-10.7l-109.1-85.7c-4.4-3.5-10.9-.3-10.9%205.3V338H397.7c-55.1%200-99.7%2044.8-99.7%20100.1V517c0%204%203%207%206.8%207m-4.2%20134.9l109.1%2085.7c4.4%203.5%2010.9.3%2010.9-5.3v-53.4h205.7c55.1%200%2099.7-44.8%2099.7-100.1v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7%200-6.8%203-6.8%206.8v78.9c0%2019.7-15.9%2035.6-35.5%2035.6H420.6V568c0-5.7-6.5-8.8-10.9-5.3l-109.1%2085.7c-3.5%202.5-3.5%207.8%200%2010.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/interaction-twotone.svg?color=%231a73e8&size=48