p2p icon
p2p from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- p2p
- Set
- Material Symbols Light
- Style
- Regular
- 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
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
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.616 19.116q-.667 0-1.141-.475Q2 18.166 2 17.5V4.616q0-.667.475-1.141T3.614 3h5.577q.667 0 1.141.475t.475 1.14v4.116h-2.5q-1.362 0-2.316.954t-.953 2.317t.959 2.325t2.329.962h2.48V17.5q0 .666-.474 1.14q-.474.476-1.14.476zM6.874 6.564q.184-.186.184-.47q0-.285-.186-.468t-.47-.184t-.468.186t-.184.47q0 .285.186.468t.47.184q.285 0 .468-.186m.76 5.957q-.211-.21-.211-.52t.21-.521q.21-.21.52-.21t.521.21q.21.209.21.52t-.21.52t-.52.21t-.52-.21m3.846 0q-.21-.209-.21-.52t.21-.52q.209-.21.52-.21t.52.21q.21.209.21.52t-.21.52q-.209.21-.52.21t-.52-.21M14.808 21q-.667 0-1.141-.475t-.475-1.14v-4.097h2.481q1.362 0 2.316-.954t.953-2.317t-.953-2.325t-2.316-.961h-2.48V6.5q0-.666.474-1.14q.474-.476 1.14-.476h5.578q.666 0 1.14.475Q22 5.834 22 6.5v12.885q0 .666-.475 1.14t-1.14.475zm.499-8.48q-.21-.209-.21-.52t.209-.52t.52-.21t.521.21q.21.209.21.52t-.21.52q-.209.21-.52.21q-.31 0-.52-.21m2.76-4.071q.183-.186.183-.47t-.186-.468t-.47-.184q-.285 0-.468.186t-.184.47t.186.468t.47.184q.285 0 .468-.186"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightP2p(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.616 19.116q-.667 0-1.141-.475Q2 18.166 2 17.5V4.616q0-.667.475-1.141T3.614 3h5.577q.667 0 1.141.475t.475 1.14v4.116h-2.5q-1.362 0-2.316.954t-.953 2.317t.959 2.325t2.329.962h2.48V17.5q0 .666-.474 1.14q-.474.476-1.14.476zM6.874 6.564q.184-.186.184-.47q0-.285-.186-.468t-.47-.184t-.468.186t-.184.47q0 .285.186.468t.47.184q.285 0 .468-.186m.76 5.957q-.211-.21-.211-.52t.21-.521q.21-.21.52-.21t.521.21q.21.209.21.52t-.21.52t-.52.21t-.52-.21m3.846 0q-.21-.209-.21-.52t.21-.52q.209-.21.52-.21t.52.21q.21.209.21.52t-.21.52q-.209.21-.52.21t-.52-.21M14.808 21q-.667 0-1.141-.475t-.475-1.14v-4.097h2.481q1.362 0 2.316-.954t.953-2.317t-.953-2.325t-2.316-.961h-2.48V6.5q0-.666.474-1.14q.474-.476 1.14-.476h5.578q.666 0 1.14.475Q22 5.834 22 6.5v12.885q0 .666-.475 1.14t-1.14.475zm.499-8.48q-.21-.209-.21-.52t.209-.52t.52-.21t.521.21q.21.209.21.52t-.21.52q-.209.21-.52.21q-.31 0-.52-.21m2.76-4.071q.183-.186.183-.47t-.186-.468t-.47-.184q-.285 0-.468.186t-.184.47t.186.468t.47.184q.285 0 .468-.186"/></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.616 19.116q-.667 0-1.141-.475Q2 18.166 2 17.5V4.616q0-.667.475-1.141T3.614 3h5.577q.667 0 1.141.475t.475 1.14v4.116h-2.5q-1.362 0-2.316.954t-.953 2.317t.959 2.325t2.329.962h2.48V17.5q0 .666-.474 1.14q-.474.476-1.14.476zM6.874 6.564q.184-.186.184-.47q0-.285-.186-.468t-.47-.184t-.468.186t-.184.47q0 .285.186.468t.47.184q.285 0 .468-.186m.76 5.957q-.211-.21-.211-.52t.21-.521q.21-.21.52-.21t.521.21q.21.209.21.52t-.21.52t-.52.21t-.52-.21m3.846 0q-.21-.209-.21-.52t.21-.52q.209-.21.52-.21t.52.21q.21.209.21.52t-.21.52q-.209.21-.52.21t-.52-.21M14.808 21q-.667 0-1.141-.475t-.475-1.14v-4.097h2.481q1.362 0 2.316-.954t.953-2.317t-.953-2.325t-2.316-.961h-2.48V6.5q0-.666.474-1.14q.474-.476 1.14-.476h5.578q.666 0 1.14.475Q22 5.834 22 6.5v12.885q0 .666-.475 1.14t-1.14.475zm.499-8.48q-.21-.209-.21-.52t.209-.52t.52-.21t.521.21q.21.209.21.52t-.21.52q-.209.21-.52.21q-.31 0-.52-.21m2.76-4.071q.183-.186.183-.47t-.186-.468t-.47-.184q-.285 0-.468.186t-.184.47t.186.468t.47.184q.285 0 .468-.186"/></svg> </template>
CSS
.icon-p2p {
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.616%2019.116q-.667%200-1.141-.475Q2%2018.166%202%2017.5V4.616q0-.667.475-1.141T3.614%203h5.577q.667%200%201.141.475t.475%201.14v4.116h-2.5q-1.362%200-2.316.954t-.953%202.317t.959%202.325t2.329.962h2.48V17.5q0%20.666-.474%201.14q-.474.476-1.14.476zM6.874%206.564q.184-.186.184-.47q0-.285-.186-.468t-.47-.184t-.468.186t-.184.47q0%20.285.186.468t.47.184q.285%200%20.468-.186m.76%205.957q-.211-.21-.211-.52t.21-.521q.21-.21.52-.21t.521.21q.21.209.21.52t-.21.52t-.52.21t-.52-.21m3.846%200q-.21-.209-.21-.52t.21-.52q.209-.21.52-.21t.52.21q.21.209.21.52t-.21.52q-.209.21-.52.21t-.52-.21M14.808%2021q-.667%200-1.141-.475t-.475-1.14v-4.097h2.481q1.362%200%202.316-.954t.953-2.317t-.953-2.325t-2.316-.961h-2.48V6.5q0-.666.474-1.14q.474-.476%201.14-.476h5.578q.666%200%201.14.475Q22%205.834%2022%206.5v12.885q0%20.666-.475%201.14t-1.14.475zm.499-8.48q-.21-.209-.21-.52t.209-.52t.52-.21t.521.21q.21.209.21.52t-.21.52q-.209.21-.52.21q-.31%200-.52-.21m2.76-4.071q.183-.186.183-.47t-.186-.468t-.47-.184q-.285%200-.468.186t-.184.47t.186.468t.47.184q.285%200%20.468-.186%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.616%2019.116q-.667%200-1.141-.475Q2%2018.166%202%2017.5V4.616q0-.667.475-1.141T3.614%203h5.577q.667%200%201.141.475t.475%201.14v4.116h-2.5q-1.362%200-2.316.954t-.953%202.317t.959%202.325t2.329.962h2.48V17.5q0%20.666-.474%201.14q-.474.476-1.14.476zM6.874%206.564q.184-.186.184-.47q0-.285-.186-.468t-.47-.184t-.468.186t-.184.47q0%20.285.186.468t.47.184q.285%200%20.468-.186m.76%205.957q-.211-.21-.211-.52t.21-.521q.21-.21.52-.21t.521.21q.21.209.21.52t-.21.52t-.52.21t-.52-.21m3.846%200q-.21-.209-.21-.52t.21-.52q.209-.21.52-.21t.52.21q.21.209.21.52t-.21.52q-.209.21-.52.21t-.52-.21M14.808%2021q-.667%200-1.141-.475t-.475-1.14v-4.097h2.481q1.362%200%202.316-.954t.953-2.317t-.953-2.325t-2.316-.961h-2.48V6.5q0-.666.474-1.14q.474-.476%201.14-.476h5.578q.666%200%201.14.475Q22%205.834%2022%206.5v12.885q0%20.666-.475%201.14t-1.14.475zm.499-8.48q-.21-.209-.21-.52t.209-.52t.52-.21t.521.21q.21.209.21.52t-.21.52q-.209.21-.52.21q-.31%200-.52-.21m2.76-4.071q.183-.186.183-.47t-.186-.468t-.47-.184q-.285%200-.468.186t-.184.47t.186.468t.47.184q.285%200%20.468-.186%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.svg?color=%231a73e8&size=48