identity platform icon

identity-platform-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
identity-platform-outline
Set
Material Symbols Light
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
identity-platform-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the identity platform icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.871 11.629Q9 10.758 9 9.5t.871-2.129T12 6.5t2.129.871T15 9.5t-.871 2.129T12 12.5t-2.129-.871m3.538-.72Q14 10.317 14 9.5t-.591-1.409Q12.817 7.5 12 7.5t-1.409.591Q10 8.683 10 9.5t.591 1.409q.592.591 1.409.591t1.409-.591M12 21.327l-8-4.885V7.558l8-4.885l8 4.885v8.884zm0-1.152l4.156-2.544q-.946-.547-2-.839Q13.105 16.5 12 16.5t-2.157.292t-1.999.839zm-5.12-3.142q1.155-.716 2.455-1.124T12 15.5t2.666.409q1.3.408 2.453 1.124L19 15.9V8.125L12 3.85L5 8.125V15.9zM12 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightIdentityPlatformOutline(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="M9.871 11.629Q9 10.758 9 9.5t.871-2.129T12 6.5t2.129.871T15 9.5t-.871 2.129T12 12.5t-2.129-.871m3.538-.72Q14 10.317 14 9.5t-.591-1.409Q12.817 7.5 12 7.5t-1.409.591Q10 8.683 10 9.5t.591 1.409q.592.591 1.409.591t1.409-.591M12 21.327l-8-4.885V7.558l8-4.885l8 4.885v8.884zm0-1.152l4.156-2.544q-.946-.547-2-.839Q13.105 16.5 12 16.5t-2.157.292t-1.999.839zm-5.12-3.142q1.155-.716 2.455-1.124T12 15.5t2.666.409q1.3.408 2.453 1.124L19 15.9V8.125L12 3.85L5 8.125V15.9zM12 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.871 11.629Q9 10.758 9 9.5t.871-2.129T12 6.5t2.129.871T15 9.5t-.871 2.129T12 12.5t-2.129-.871m3.538-.72Q14 10.317 14 9.5t-.591-1.409Q12.817 7.5 12 7.5t-1.409.591Q10 8.683 10 9.5t.591 1.409q.592.591 1.409.591t1.409-.591M12 21.327l-8-4.885V7.558l8-4.885l8 4.885v8.884zm0-1.152l4.156-2.544q-.946-.547-2-.839Q13.105 16.5 12 16.5t-2.157.292t-1.999.839zm-5.12-3.142q1.155-.716 2.455-1.124T12 15.5t2.666.409q1.3.408 2.453 1.124L19 15.9V8.125L12 3.85L5 8.125V15.9zM12 12"/></svg>
</template>

CSS

.icon-identity-platform-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%22M9.871%2011.629Q9%2010.758%209%209.5t.871-2.129T12%206.5t2.129.871T15%209.5t-.871%202.129T12%2012.5t-2.129-.871m3.538-.72Q14%2010.317%2014%209.5t-.591-1.409Q12.817%207.5%2012%207.5t-1.409.591Q10%208.683%2010%209.5t.591%201.409q.592.591%201.409.591t1.409-.591M12%2021.327l-8-4.885V7.558l8-4.885l8%204.885v8.884zm0-1.152l4.156-2.544q-.946-.547-2-.839Q13.105%2016.5%2012%2016.5t-2.157.292t-1.999.839zm-5.12-3.142q1.155-.716%202.455-1.124T12%2015.5t2.666.409q1.3.408%202.453%201.124L19%2015.9V8.125L12%203.85L5%208.125V15.9zM12%2012%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%22M9.871%2011.629Q9%2010.758%209%209.5t.871-2.129T12%206.5t2.129.871T15%209.5t-.871%202.129T12%2012.5t-2.129-.871m3.538-.72Q14%2010.317%2014%209.5t-.591-1.409Q12.817%207.5%2012%207.5t-1.409.591Q10%208.683%2010%209.5t.591%201.409q.592.591%201.409.591t1.409-.591M12%2021.327l-8-4.885V7.558l8-4.885l8%204.885v8.884zm0-1.152l4.156-2.544q-.946-.547-2-.839Q13.105%2016.5%2012%2016.5t-2.157.292t-1.999.839zm-5.12-3.142q1.155-.716%202.455-1.124T12%2015.5t2.666.409q1.3.408%202.453%201.124L19%2015.9V8.125L12%203.85L5%208.125V15.9zM12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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