Activitypub Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Activitypub icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/313385.svg" alt="Activitypub icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313385.svg" alt="Activitypub icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313385.svg" alt="Activitypub icon" :width="24" :height="24" />
CSS background
.icon-activitypub {
background-image: url('https://proicons.com/icon/313385.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>ActivityPub</title><path d="M10.91 4.442L0 10.74v2.52L8.727 8.22v10.077l2.182 1.26zM6.545 12l-4.364 2.52 4.364 2.518zm6.545-2.52L17.455 12l-4.364 2.52zm0-5.038L24 10.74v2.52l-10.91 6.298v-2.52L21.819 12 13.091 6.96z"/></svg>
Copied!