p2p-outline from Material Symbols Light by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.

Name
p2p-outline
Set
Material Symbols Light
Style
Outline
Category
Hardware
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the p2p icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 18.116V4zM21 20V5.885zM7.634 12.52q-.211-.21-.211-.52t.21-.52t.52-.21t.521.21t.21.52t-.21.52t-.52.21t-.52-.21m3.846 0q-.21-.21-.21-.52t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21m3.827 0q-.21-.21-.21-.52t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21m-.5 8.48q-.67 0-1.143-.472q-.472-.472-.472-1.144v-4.096h1v4.096q0 .27.173.443t.443.173h5.576q.27 0 .443-.173t.173-.443V6.5q0-.27-.173-.442q-.173-.173-.442-.173h-5.577q-.27 0-.443.173t-.173.442v2.23h-1V6.5q0-.671.472-1.143q.473-.473 1.144-.473h5.577q.67 0 1.143.473Q22 5.829 22 6.5v12.885q0 .67-.472 1.143q-.472.472-1.143.472zM3.616 19.116q-.67 0-1.143-.473Q2 18.171 2 17.5V4.616q0-.672.472-1.144T3.616 3h5.576q.672 0 1.144.472t.472 1.144V8.73h-1V4.616q0-.27-.173-.443T9.192 4H3.616q-.27 0-.443.173T3 4.616V17.5q0 .27.173.442q.173.174.443.174h5.576q.27 0 .443-.174q.173-.173.173-.442v-2.211h1V17.5q0 .671-.472 1.143q-.473.472-1.144.472zM18.066 8.45q.184-.184.184-.47t-.184-.47t-.47-.184t-.47.184t-.184.47t.184.47t.47.184t.47-.184M6.874 6.566q.184-.183.184-.47q0-.286-.184-.47t-.47-.184t-.47.184t-.184.47t.184.47q.183.184.47.184q.286 0 .47-.184"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightP2pOutline(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="M3 18.116V4zM21 20V5.885zM7.634 12.52q-.211-.21-.211-.52t.21-.52t.52-.21t.521.21t.21.52t-.21.52t-.52.21t-.52-.21m3.846 0q-.21-.21-.21-.52t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21m3.827 0q-.21-.21-.21-.52t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21m-.5 8.48q-.67 0-1.143-.472q-.472-.472-.472-1.144v-4.096h1v4.096q0 .27.173.443t.443.173h5.576q.27 0 .443-.173t.173-.443V6.5q0-.27-.173-.442q-.173-.173-.442-.173h-5.577q-.27 0-.443.173t-.173.442v2.23h-1V6.5q0-.671.472-1.143q.473-.473 1.144-.473h5.577q.67 0 1.143.473Q22 5.829 22 6.5v12.885q0 .67-.472 1.143q-.472.472-1.143.472zM3.616 19.116q-.67 0-1.143-.473Q2 18.171 2 17.5V4.616q0-.672.472-1.144T3.616 3h5.576q.672 0 1.144.472t.472 1.144V8.73h-1V4.616q0-.27-.173-.443T9.192 4H3.616q-.27 0-.443.173T3 4.616V17.5q0 .27.173.442q.173.174.443.174h5.576q.27 0 .443-.174q.173-.173.173-.442v-2.211h1V17.5q0 .671-.472 1.143q-.473.472-1.144.472zM18.066 8.45q.184-.184.184-.47t-.184-.47t-.47-.184t-.47.184t-.184.47t.184.47t.47.184t.47-.184M6.874 6.566q.184-.183.184-.47q0-.286-.184-.47t-.47-.184t-.47.184t-.184.47t.184.47q.183.184.47.184q.286 0 .47-.184"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 18.116V4zM21 20V5.885zM7.634 12.52q-.211-.21-.211-.52t.21-.52t.52-.21t.521.21t.21.52t-.21.52t-.52.21t-.52-.21m3.846 0q-.21-.21-.21-.52t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21m3.827 0q-.21-.21-.21-.52t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21m-.5 8.48q-.67 0-1.143-.472q-.472-.472-.472-1.144v-4.096h1v4.096q0 .27.173.443t.443.173h5.576q.27 0 .443-.173t.173-.443V6.5q0-.27-.173-.442q-.173-.173-.442-.173h-5.577q-.27 0-.443.173t-.173.442v2.23h-1V6.5q0-.671.472-1.143q.473-.473 1.144-.473h5.577q.67 0 1.143.473Q22 5.829 22 6.5v12.885q0 .67-.472 1.143q-.472.472-1.143.472zM3.616 19.116q-.67 0-1.143-.473Q2 18.171 2 17.5V4.616q0-.672.472-1.144T3.616 3h5.576q.672 0 1.144.472t.472 1.144V8.73h-1V4.616q0-.27-.173-.443T9.192 4H3.616q-.27 0-.443.173T3 4.616V17.5q0 .27.173.442q.173.174.443.174h5.576q.27 0 .443-.174q.173-.173.173-.442v-2.211h1V17.5q0 .671-.472 1.143q-.473.472-1.144.472zM18.066 8.45q.184-.184.184-.47t-.184-.47t-.47-.184t-.47.184t-.184.47t.184.47t.47.184t.47-.184M6.874 6.566q.184-.183.184-.47q0-.286-.184-.47t-.47-.184t-.47.184t-.184.47t.184.47q.183.184.47.184q.286 0 .47-.184"/></svg>
</template>

CSS

.icon-p2p-outline {
  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%22M3%2018.116V4zM21%2020V5.885zM7.634%2012.52q-.211-.21-.211-.52t.21-.52t.52-.21t.521.21t.21.52t-.21.52t-.52.21t-.52-.21m3.846%200q-.21-.21-.21-.52t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21m3.827%200q-.21-.21-.21-.52t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21m-.5%208.48q-.67%200-1.143-.472q-.472-.472-.472-1.144v-4.096h1v4.096q0%20.27.173.443t.443.173h5.576q.27%200%20.443-.173t.173-.443V6.5q0-.27-.173-.442q-.173-.173-.442-.173h-5.577q-.27%200-.443.173t-.173.442v2.23h-1V6.5q0-.671.472-1.143q.473-.473%201.144-.473h5.577q.67%200%201.143.473Q22%205.829%2022%206.5v12.885q0%20.67-.472%201.143q-.472.472-1.143.472zM3.616%2019.116q-.67%200-1.143-.473Q2%2018.171%202%2017.5V4.616q0-.672.472-1.144T3.616%203h5.576q.672%200%201.144.472t.472%201.144V8.73h-1V4.616q0-.27-.173-.443T9.192%204H3.616q-.27%200-.443.173T3%204.616V17.5q0%20.27.173.442q.173.174.443.174h5.576q.27%200%20.443-.174q.173-.173.173-.442v-2.211h1V17.5q0%20.671-.472%201.143q-.473.472-1.144.472zM18.066%208.45q.184-.184.184-.47t-.184-.47t-.47-.184t-.47.184t-.184.47t.184.47t.47.184t.47-.184M6.874%206.566q.184-.183.184-.47q0-.286-.184-.47t-.47-.184t-.47.184t-.184.47t.184.47q.183.184.47.184q.286%200%20.47-.184%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%22M3%2018.116V4zM21%2020V5.885zM7.634%2012.52q-.211-.21-.211-.52t.21-.52t.52-.21t.521.21t.21.52t-.21.52t-.52.21t-.52-.21m3.846%200q-.21-.21-.21-.52t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21m3.827%200q-.21-.21-.21-.52t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21m-.5%208.48q-.67%200-1.143-.472q-.472-.472-.472-1.144v-4.096h1v4.096q0%20.27.173.443t.443.173h5.576q.27%200%20.443-.173t.173-.443V6.5q0-.27-.173-.442q-.173-.173-.442-.173h-5.577q-.27%200-.443.173t-.173.442v2.23h-1V6.5q0-.671.472-1.143q.473-.473%201.144-.473h5.577q.67%200%201.143.473Q22%205.829%2022%206.5v12.885q0%20.67-.472%201.143q-.472.472-1.143.472zM3.616%2019.116q-.67%200-1.143-.473Q2%2018.171%202%2017.5V4.616q0-.672.472-1.144T3.616%203h5.576q.672%200%201.144.472t.472%201.144V8.73h-1V4.616q0-.27-.173-.443T9.192%204H3.616q-.27%200-.443.173T3%204.616V17.5q0%20.27.173.442q.173.174.443.174h5.576q.27%200%20.443-.174q.173-.173.173-.442v-2.211h1V17.5q0%20.671-.472%201.143q-.473.472-1.144.472zM18.066%208.45q.184-.184.184-.47t-.184-.47t-.47-.184t-.47.184t-.184.47t.184.47t.47.184t.47-.184M6.874%206.566q.184-.183.184-.47q0-.286-.184-.47t-.47-.184t-.47.184t-.184.47t.184.47q.183.184.47.184q.286%200%20.47-.184%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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