packet mirroring icon

packet-mirroring from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.

Name
packet-mirroring
Set
Material Symbols
Style
Regular
Viewbox
24×24
License
Apache 2.0

Use the packet mirroring icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6q.425 0 .713-.287Q13 5.425 13 5t-.287-.713Q12.425 4 12 4t-.712.287Q11 4.575 11 5t.288.713Q11.575 6 12 6Zm0 2q-1.25 0-2.125-.875T9 5q0-1.25.875-2.125T12 2q1.25 0 2.125.875T15 5q0 1.25-.875 2.125T12 8Zm0 12q.425 0 .713-.288Q13 19.425 13 19t-.287-.712Q12.425 18 12 18t-.712.288Q11 18.575 11 19t.288.712Q11.575 20 12 20Zm0 2q-1.25 0-2.125-.875T9 19q0-1.25.875-2.125T12 16q1.25 0 2.125.875T15 19q0 1.25-.875 2.125T12 22Zm-9-7q-.425 0-.712-.288Q2 14.425 2 14v-4q0-.425.288-.713Q2.575 9 3 9t.713.287Q4 9.575 4 10v4q0 .425-.287.712Q3.425 15 3 15Zm7 .5q-.425 0-.712-.288Q9 14.925 9 14.5v-5q0-.425.288-.713Q9.575 8.5 10 8.5t.713.287Q11 9.075 11 9.5v5q0 .425-.287.712q-.288.288-.713.288Zm4 0q-.425 0-.712-.288Q13 14.925 13 14.5v-5q0-.425.288-.713q.287-.287.712-.287t.713.287Q15 9.075 15 9.5v5q0 .425-.287.712q-.288.288-.713.288Zm7-.5q-.425 0-.712-.288Q20 14.425 20 14v-4q0-.425.288-.713Q20.575 9 21 9t.712.287Q22 9.575 22 10v4q0 .425-.288.712Q21.425 15 21 15Zm-3.5 4q-.425 0-.712-.288q-.288-.287-.288-.712V6q0-.425.288-.713Q17.075 5 17.5 5t.712.287q.288.288.288.713v12q0 .425-.288.712q-.287.288-.712.288Zm-11 0q-.425 0-.713-.288Q5.5 18.425 5.5 18V6q0-.425.287-.713Q6.075 5 6.5 5t.713.287Q7.5 5.575 7.5 6v12q0 .425-.287.712Q6.925 19 6.5 19Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPacketMirroring(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="M12 6q.425 0 .713-.287Q13 5.425 13 5t-.287-.713Q12.425 4 12 4t-.712.287Q11 4.575 11 5t.288.713Q11.575 6 12 6Zm0 2q-1.25 0-2.125-.875T9 5q0-1.25.875-2.125T12 2q1.25 0 2.125.875T15 5q0 1.25-.875 2.125T12 8Zm0 12q.425 0 .713-.288Q13 19.425 13 19t-.287-.712Q12.425 18 12 18t-.712.288Q11 18.575 11 19t.288.712Q11.575 20 12 20Zm0 2q-1.25 0-2.125-.875T9 19q0-1.25.875-2.125T12 16q1.25 0 2.125.875T15 19q0 1.25-.875 2.125T12 22Zm-9-7q-.425 0-.712-.288Q2 14.425 2 14v-4q0-.425.288-.713Q2.575 9 3 9t.713.287Q4 9.575 4 10v4q0 .425-.287.712Q3.425 15 3 15Zm7 .5q-.425 0-.712-.288Q9 14.925 9 14.5v-5q0-.425.288-.713Q9.575 8.5 10 8.5t.713.287Q11 9.075 11 9.5v5q0 .425-.287.712q-.288.288-.713.288Zm4 0q-.425 0-.712-.288Q13 14.925 13 14.5v-5q0-.425.288-.713q.287-.287.712-.287t.713.287Q15 9.075 15 9.5v5q0 .425-.287.712q-.288.288-.713.288Zm7-.5q-.425 0-.712-.288Q20 14.425 20 14v-4q0-.425.288-.713Q20.575 9 21 9t.712.287Q22 9.575 22 10v4q0 .425-.288.712Q21.425 15 21 15Zm-3.5 4q-.425 0-.712-.288q-.288-.287-.288-.712V6q0-.425.288-.713Q17.075 5 17.5 5t.712.287q.288.288.288.713v12q0 .425-.288.712q-.287.288-.712.288Zm-11 0q-.425 0-.713-.288Q5.5 18.425 5.5 18V6q0-.425.287-.713Q6.075 5 6.5 5t.713.287Q7.5 5.575 7.5 6v12q0 .425-.287.712Q6.925 19 6.5 19Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6q.425 0 .713-.287Q13 5.425 13 5t-.287-.713Q12.425 4 12 4t-.712.287Q11 4.575 11 5t.288.713Q11.575 6 12 6Zm0 2q-1.25 0-2.125-.875T9 5q0-1.25.875-2.125T12 2q1.25 0 2.125.875T15 5q0 1.25-.875 2.125T12 8Zm0 12q.425 0 .713-.288Q13 19.425 13 19t-.287-.712Q12.425 18 12 18t-.712.288Q11 18.575 11 19t.288.712Q11.575 20 12 20Zm0 2q-1.25 0-2.125-.875T9 19q0-1.25.875-2.125T12 16q1.25 0 2.125.875T15 19q0 1.25-.875 2.125T12 22Zm-9-7q-.425 0-.712-.288Q2 14.425 2 14v-4q0-.425.288-.713Q2.575 9 3 9t.713.287Q4 9.575 4 10v4q0 .425-.287.712Q3.425 15 3 15Zm7 .5q-.425 0-.712-.288Q9 14.925 9 14.5v-5q0-.425.288-.713Q9.575 8.5 10 8.5t.713.287Q11 9.075 11 9.5v5q0 .425-.287.712q-.288.288-.713.288Zm4 0q-.425 0-.712-.288Q13 14.925 13 14.5v-5q0-.425.288-.713q.287-.287.712-.287t.713.287Q15 9.075 15 9.5v5q0 .425-.287.712q-.288.288-.713.288Zm7-.5q-.425 0-.712-.288Q20 14.425 20 14v-4q0-.425.288-.713Q20.575 9 21 9t.712.287Q22 9.575 22 10v4q0 .425-.288.712Q21.425 15 21 15Zm-3.5 4q-.425 0-.712-.288q-.288-.287-.288-.712V6q0-.425.288-.713Q17.075 5 17.5 5t.712.287q.288.288.288.713v12q0 .425-.288.712q-.287.288-.712.288Zm-11 0q-.425 0-.713-.288Q5.5 18.425 5.5 18V6q0-.425.287-.713Q6.075 5 6.5 5t.713.287Q7.5 5.575 7.5 6v12q0 .425-.287.712Q6.925 19 6.5 19Z"/></svg>
</template>

CSS

.icon-packet-mirroring {
  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%22M12%206q.425%200%20.713-.287Q13%205.425%2013%205t-.287-.713Q12.425%204%2012%204t-.712.287Q11%204.575%2011%205t.288.713Q11.575%206%2012%206Zm0%202q-1.25%200-2.125-.875T9%205q0-1.25.875-2.125T12%202q1.25%200%202.125.875T15%205q0%201.25-.875%202.125T12%208Zm0%2012q.425%200%20.713-.288Q13%2019.425%2013%2019t-.287-.712Q12.425%2018%2012%2018t-.712.288Q11%2018.575%2011%2019t.288.712Q11.575%2020%2012%2020Zm0%202q-1.25%200-2.125-.875T9%2019q0-1.25.875-2.125T12%2016q1.25%200%202.125.875T15%2019q0%201.25-.875%202.125T12%2022Zm-9-7q-.425%200-.712-.288Q2%2014.425%202%2014v-4q0-.425.288-.713Q2.575%209%203%209t.713.287Q4%209.575%204%2010v4q0%20.425-.287.712Q3.425%2015%203%2015Zm7%20.5q-.425%200-.712-.288Q9%2014.925%209%2014.5v-5q0-.425.288-.713Q9.575%208.5%2010%208.5t.713.287Q11%209.075%2011%209.5v5q0%20.425-.287.712q-.288.288-.713.288Zm4%200q-.425%200-.712-.288Q13%2014.925%2013%2014.5v-5q0-.425.288-.713q.287-.287.712-.287t.713.287Q15%209.075%2015%209.5v5q0%20.425-.287.712q-.288.288-.713.288Zm7-.5q-.425%200-.712-.288Q20%2014.425%2020%2014v-4q0-.425.288-.713Q20.575%209%2021%209t.712.287Q22%209.575%2022%2010v4q0%20.425-.288.712Q21.425%2015%2021%2015Zm-3.5%204q-.425%200-.712-.288q-.288-.287-.288-.712V6q0-.425.288-.713Q17.075%205%2017.5%205t.712.287q.288.288.288.713v12q0%20.425-.288.712q-.287.288-.712.288Zm-11%200q-.425%200-.713-.288Q5.5%2018.425%205.5%2018V6q0-.425.287-.713Q6.075%205%206.5%205t.713.287Q7.5%205.575%207.5%206v12q0%20.425-.287.712Q6.925%2019%206.5%2019Z%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%22M12%206q.425%200%20.713-.287Q13%205.425%2013%205t-.287-.713Q12.425%204%2012%204t-.712.287Q11%204.575%2011%205t.288.713Q11.575%206%2012%206Zm0%202q-1.25%200-2.125-.875T9%205q0-1.25.875-2.125T12%202q1.25%200%202.125.875T15%205q0%201.25-.875%202.125T12%208Zm0%2012q.425%200%20.713-.288Q13%2019.425%2013%2019t-.287-.712Q12.425%2018%2012%2018t-.712.288Q11%2018.575%2011%2019t.288.712Q11.575%2020%2012%2020Zm0%202q-1.25%200-2.125-.875T9%2019q0-1.25.875-2.125T12%2016q1.25%200%202.125.875T15%2019q0%201.25-.875%202.125T12%2022Zm-9-7q-.425%200-.712-.288Q2%2014.425%202%2014v-4q0-.425.288-.713Q2.575%209%203%209t.713.287Q4%209.575%204%2010v4q0%20.425-.287.712Q3.425%2015%203%2015Zm7%20.5q-.425%200-.712-.288Q9%2014.925%209%2014.5v-5q0-.425.288-.713Q9.575%208.5%2010%208.5t.713.287Q11%209.075%2011%209.5v5q0%20.425-.287.712q-.288.288-.713.288Zm4%200q-.425%200-.712-.288Q13%2014.925%2013%2014.5v-5q0-.425.288-.713q.287-.287.712-.287t.713.287Q15%209.075%2015%209.5v5q0%20.425-.287.712q-.288.288-.713.288Zm7-.5q-.425%200-.712-.288Q20%2014.425%2020%2014v-4q0-.425.288-.713Q20.575%209%2021%209t.712.287Q22%209.575%2022%2010v4q0%20.425-.288.712Q21.425%2015%2021%2015Zm-3.5%204q-.425%200-.712-.288q-.288-.287-.288-.712V6q0-.425.288-.713Q17.075%205%2017.5%205t.712.287q.288.288.288.713v12q0%20.425-.288.712q-.287.288-.712.288Zm-11%200q-.425%200-.713-.288Q5.5%2018.425%205.5%2018V6q0-.425.287-.713Q6.075%205%206.5%205t.713.287Q7.5%205.575%207.5%206v12q0%20.425-.287.712Q6.925%2019%206.5%2019Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/packet-mirroring.svg?color=%231a73e8&size=48