peerlist logo
peerlist from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- peerlist
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the peerlist logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C2.667 0 0 2.667 0 12s2.673 12 12 12s12-2.667 12-12S21.327 0 12 0m8.892 20.894c-1.57 1.569-4.247 2.249-8.892 2.249s-7.322-.68-8.892-2.25C1.735 19.522 1.041 17.3.89 13.654A40 40 0 0 1 .857 12c0-1.162.043-2.201.13-3.13c.177-1.859.537-3.278 1.106-4.366c.284-.544.62-1.006 1.013-1.398s.854-.729 1.398-1.013C5.592 1.524 7.01 1.164 8.87.988C9.799.9 10.838.858 12 .858c4.645 0 7.322.68 8.892 2.248s2.25 4.246 2.25 8.894s-.681 7.325-2.25 8.894M20.538 3.46C19.064 1.986 16.51 1.357 12 1.357c-4.513 0-7.067.629-8.54 2.103C1.986 4.933 1.357 7.487 1.357 12c0 4.511.63 7.065 2.105 8.54C4.936 22.014 7.49 22.643 12 22.643s7.064-.629 8.538-2.103s2.105-4.029 2.105-8.54s-.63-7.065-2.105-8.54M14.25 16.49a6.1 6.1 0 0 1-2.442.59v2.706H10.45v.357H6.429V5.57h.357V4.214h5.676c3.565 0 6.467 2.81 6.467 6.262c0 2.852-1.981 5.26-4.68 6.013zm-1.788-8.728H10.45v5.428h2.011c1.532 0 2.802-1.2 2.802-2.714s-1.27-2.714-2.802-2.714zm.901 4.351c.117-.239.186-.502.186-.78c0-1.01-.855-1.857-1.945-1.857h-.296V8.62h1.154c1.09 0 1.945.847 1.945 1.857c0 .705-.422 1.323-1.044 1.637zm4.104 1.493q.064-.096.123-.194a5.7 5.7 0 0 0 .526-1.103a6 6 0 0 0 .11-.362q.032-.113.06-.227a6 6 0 0 0 .073-.41c.01-.068.025-.134.032-.203q.037-.31.038-.63c0-3.198-2.687-5.763-5.967-5.763H7.286v14.572h4.022v-3.048h1.154c1.43 0 2.747-.488 3.778-1.303a6 6 0 0 0 .46-.406l.1-.105q.16-.163.308-.337q.064-.08.126-.162q.123-.156.233-.319m-5.005 1.775H10.45v3.048H8.143V5.57h4.319c2.837 0 5.11 2.211 5.11 4.905s-2.273 4.905-5.11 4.905z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsPeerlist(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 0C2.667 0 0 2.667 0 12s2.673 12 12 12s12-2.667 12-12S21.327 0 12 0m8.892 20.894c-1.57 1.569-4.247 2.249-8.892 2.249s-7.322-.68-8.892-2.25C1.735 19.522 1.041 17.3.89 13.654A40 40 0 0 1 .857 12c0-1.162.043-2.201.13-3.13c.177-1.859.537-3.278 1.106-4.366c.284-.544.62-1.006 1.013-1.398s.854-.729 1.398-1.013C5.592 1.524 7.01 1.164 8.87.988C9.799.9 10.838.858 12 .858c4.645 0 7.322.68 8.892 2.248s2.25 4.246 2.25 8.894s-.681 7.325-2.25 8.894M20.538 3.46C19.064 1.986 16.51 1.357 12 1.357c-4.513 0-7.067.629-8.54 2.103C1.986 4.933 1.357 7.487 1.357 12c0 4.511.63 7.065 2.105 8.54C4.936 22.014 7.49 22.643 12 22.643s7.064-.629 8.538-2.103s2.105-4.029 2.105-8.54s-.63-7.065-2.105-8.54M14.25 16.49a6.1 6.1 0 0 1-2.442.59v2.706H10.45v.357H6.429V5.57h.357V4.214h5.676c3.565 0 6.467 2.81 6.467 6.262c0 2.852-1.981 5.26-4.68 6.013zm-1.788-8.728H10.45v5.428h2.011c1.532 0 2.802-1.2 2.802-2.714s-1.27-2.714-2.802-2.714zm.901 4.351c.117-.239.186-.502.186-.78c0-1.01-.855-1.857-1.945-1.857h-.296V8.62h1.154c1.09 0 1.945.847 1.945 1.857c0 .705-.422 1.323-1.044 1.637zm4.104 1.493q.064-.096.123-.194a5.7 5.7 0 0 0 .526-1.103a6 6 0 0 0 .11-.362q.032-.113.06-.227a6 6 0 0 0 .073-.41c.01-.068.025-.134.032-.203q.037-.31.038-.63c0-3.198-2.687-5.763-5.967-5.763H7.286v14.572h4.022v-3.048h1.154c1.43 0 2.747-.488 3.778-1.303a6 6 0 0 0 .46-.406l.1-.105q.16-.163.308-.337q.064-.08.126-.162q.123-.156.233-.319m-5.005 1.775H10.45v3.048H8.143V5.57h4.319c2.837 0 5.11 2.211 5.11 4.905s-2.273 4.905-5.11 4.905z"/></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 0C2.667 0 0 2.667 0 12s2.673 12 12 12s12-2.667 12-12S21.327 0 12 0m8.892 20.894c-1.57 1.569-4.247 2.249-8.892 2.249s-7.322-.68-8.892-2.25C1.735 19.522 1.041 17.3.89 13.654A40 40 0 0 1 .857 12c0-1.162.043-2.201.13-3.13c.177-1.859.537-3.278 1.106-4.366c.284-.544.62-1.006 1.013-1.398s.854-.729 1.398-1.013C5.592 1.524 7.01 1.164 8.87.988C9.799.9 10.838.858 12 .858c4.645 0 7.322.68 8.892 2.248s2.25 4.246 2.25 8.894s-.681 7.325-2.25 8.894M20.538 3.46C19.064 1.986 16.51 1.357 12 1.357c-4.513 0-7.067.629-8.54 2.103C1.986 4.933 1.357 7.487 1.357 12c0 4.511.63 7.065 2.105 8.54C4.936 22.014 7.49 22.643 12 22.643s7.064-.629 8.538-2.103s2.105-4.029 2.105-8.54s-.63-7.065-2.105-8.54M14.25 16.49a6.1 6.1 0 0 1-2.442.59v2.706H10.45v.357H6.429V5.57h.357V4.214h5.676c3.565 0 6.467 2.81 6.467 6.262c0 2.852-1.981 5.26-4.68 6.013zm-1.788-8.728H10.45v5.428h2.011c1.532 0 2.802-1.2 2.802-2.714s-1.27-2.714-2.802-2.714zm.901 4.351c.117-.239.186-.502.186-.78c0-1.01-.855-1.857-1.945-1.857h-.296V8.62h1.154c1.09 0 1.945.847 1.945 1.857c0 .705-.422 1.323-1.044 1.637zm4.104 1.493q.064-.096.123-.194a5.7 5.7 0 0 0 .526-1.103a6 6 0 0 0 .11-.362q.032-.113.06-.227a6 6 0 0 0 .073-.41c.01-.068.025-.134.032-.203q.037-.31.038-.63c0-3.198-2.687-5.763-5.967-5.763H7.286v14.572h4.022v-3.048h1.154c1.43 0 2.747-.488 3.778-1.303a6 6 0 0 0 .46-.406l.1-.105q.16-.163.308-.337q.064-.08.126-.162q.123-.156.233-.319m-5.005 1.775H10.45v3.048H8.143V5.57h4.319c2.837 0 5.11 2.211 5.11 4.905s-2.273 4.905-5.11 4.905z"/></svg> </template>
CSS
.icon-peerlist {
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%200C2.667%200%200%202.667%200%2012s2.673%2012%2012%2012s12-2.667%2012-12S21.327%200%2012%200m8.892%2020.894c-1.57%201.569-4.247%202.249-8.892%202.249s-7.322-.68-8.892-2.25C1.735%2019.522%201.041%2017.3.89%2013.654A40%2040%200%200%201%20.857%2012c0-1.162.043-2.201.13-3.13c.177-1.859.537-3.278%201.106-4.366c.284-.544.62-1.006%201.013-1.398s.854-.729%201.398-1.013C5.592%201.524%207.01%201.164%208.87.988C9.799.9%2010.838.858%2012%20.858c4.645%200%207.322.68%208.892%202.248s2.25%204.246%202.25%208.894s-.681%207.325-2.25%208.894M20.538%203.46C19.064%201.986%2016.51%201.357%2012%201.357c-4.513%200-7.067.629-8.54%202.103C1.986%204.933%201.357%207.487%201.357%2012c0%204.511.63%207.065%202.105%208.54C4.936%2022.014%207.49%2022.643%2012%2022.643s7.064-.629%208.538-2.103s2.105-4.029%202.105-8.54s-.63-7.065-2.105-8.54M14.25%2016.49a6.1%206.1%200%200%201-2.442.59v2.706H10.45v.357H6.429V5.57h.357V4.214h5.676c3.565%200%206.467%202.81%206.467%206.262c0%202.852-1.981%205.26-4.68%206.013zm-1.788-8.728H10.45v5.428h2.011c1.532%200%202.802-1.2%202.802-2.714s-1.27-2.714-2.802-2.714zm.901%204.351c.117-.239.186-.502.186-.78c0-1.01-.855-1.857-1.945-1.857h-.296V8.62h1.154c1.09%200%201.945.847%201.945%201.857c0%20.705-.422%201.323-1.044%201.637zm4.104%201.493q.064-.096.123-.194a5.7%205.7%200%200%200%20.526-1.103a6%206%200%200%200%20.11-.362q.032-.113.06-.227a6%206%200%200%200%20.073-.41c.01-.068.025-.134.032-.203q.037-.31.038-.63c0-3.198-2.687-5.763-5.967-5.763H7.286v14.572h4.022v-3.048h1.154c1.43%200%202.747-.488%203.778-1.303a6%206%200%200%200%20.46-.406l.1-.105q.16-.163.308-.337q.064-.08.126-.162q.123-.156.233-.319m-5.005%201.775H10.45v3.048H8.143V5.57h4.319c2.837%200%205.11%202.211%205.11%204.905s-2.273%204.905-5.11%204.905z%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%200C2.667%200%200%202.667%200%2012s2.673%2012%2012%2012s12-2.667%2012-12S21.327%200%2012%200m8.892%2020.894c-1.57%201.569-4.247%202.249-8.892%202.249s-7.322-.68-8.892-2.25C1.735%2019.522%201.041%2017.3.89%2013.654A40%2040%200%200%201%20.857%2012c0-1.162.043-2.201.13-3.13c.177-1.859.537-3.278%201.106-4.366c.284-.544.62-1.006%201.013-1.398s.854-.729%201.398-1.013C5.592%201.524%207.01%201.164%208.87.988C9.799.9%2010.838.858%2012%20.858c4.645%200%207.322.68%208.892%202.248s2.25%204.246%202.25%208.894s-.681%207.325-2.25%208.894M20.538%203.46C19.064%201.986%2016.51%201.357%2012%201.357c-4.513%200-7.067.629-8.54%202.103C1.986%204.933%201.357%207.487%201.357%2012c0%204.511.63%207.065%202.105%208.54C4.936%2022.014%207.49%2022.643%2012%2022.643s7.064-.629%208.538-2.103s2.105-4.029%202.105-8.54s-.63-7.065-2.105-8.54M14.25%2016.49a6.1%206.1%200%200%201-2.442.59v2.706H10.45v.357H6.429V5.57h.357V4.214h5.676c3.565%200%206.467%202.81%206.467%206.262c0%202.852-1.981%205.26-4.68%206.013zm-1.788-8.728H10.45v5.428h2.011c1.532%200%202.802-1.2%202.802-2.714s-1.27-2.714-2.802-2.714zm.901%204.351c.117-.239.186-.502.186-.78c0-1.01-.855-1.857-1.945-1.857h-.296V8.62h1.154c1.09%200%201.945.847%201.945%201.857c0%20.705-.422%201.323-1.044%201.637zm4.104%201.493q.064-.096.123-.194a5.7%205.7%200%200%200%20.526-1.103a6%206%200%200%200%20.11-.362q.032-.113.06-.227a6%206%200%200%200%20.073-.41c.01-.068.025-.134.032-.203q.037-.31.038-.63c0-3.198-2.687-5.763-5.967-5.763H7.286v14.572h4.022v-3.048h1.154c1.43%200%202.747-.488%203.778-1.303a6%206%200%200%200%20.46-.406l.1-.105q.16-.163.308-.337q.064-.08.126-.162q.123-.156.233-.319m-5.005%201.775H10.45v3.048H8.143V5.57h4.319c2.837%200%205.11%202.211%205.11%204.905s-2.273%204.905-5.11%204.905z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/peerlist.svg?color=%231a73e8&size=48