identity platform icon

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

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

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-.591M4.777 16.92q-.373-.217-.575-.59T4 15.529V8.47q0-.429.202-.802t.575-.59l6.384-3.896q.385-.242.839-.242t.839.242l6.384 3.896q.373.217.575.59T20 8.47v7.058q0 .429-.202.802t-.575.59l-6.384 3.896q-.385.243-.839.243t-.838-.243zM12 16.5q-1.104 0-2.157.292t-1.999.839l3.829 2.352q.154.096.327.096t.327-.096l3.829-2.352q-.946-.547-2-.839Q13.105 16.5 12 16.5m-5.12.533q1.154-.716 2.454-1.124T12 15.5t2.666.409q1.3.408 2.453 1.124l1.593-.96q.154-.096.22-.23q.068-.135.068-.29V8.472q0-.154-.067-.288q-.067-.135-.221-.231l-6.385-3.91q-.154-.096-.327-.096t-.327.096l-6.384 3.91q-.154.096-.222.23Q5 8.318 5 8.473v7.082q0 .154.067.288q.067.135.221.231zM12 12.019"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightIdentityPlatformOutlineRounded(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-.591M4.777 16.92q-.373-.217-.575-.59T4 15.529V8.47q0-.429.202-.802t.575-.59l6.384-3.896q.385-.242.839-.242t.839.242l6.384 3.896q.373.217.575.59T20 8.47v7.058q0 .429-.202.802t-.575.59l-6.384 3.896q-.385.243-.839.243t-.838-.243zM12 16.5q-1.104 0-2.157.292t-1.999.839l3.829 2.352q.154.096.327.096t.327-.096l3.829-2.352q-.946-.547-2-.839Q13.105 16.5 12 16.5m-5.12.533q1.154-.716 2.454-1.124T12 15.5t2.666.409q1.3.408 2.453 1.124l1.593-.96q.154-.096.22-.23q.068-.135.068-.29V8.472q0-.154-.067-.288q-.067-.135-.221-.231l-6.385-3.91q-.154-.096-.327-.096t-.327.096l-6.384 3.91q-.154.096-.222.23Q5 8.318 5 8.473v7.082q0 .154.067.288q.067.135.221.231zM12 12.019"/></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-.591M4.777 16.92q-.373-.217-.575-.59T4 15.529V8.47q0-.429.202-.802t.575-.59l6.384-3.896q.385-.242.839-.242t.839.242l6.384 3.896q.373.217.575.59T20 8.47v7.058q0 .429-.202.802t-.575.59l-6.384 3.896q-.385.243-.839.243t-.838-.243zM12 16.5q-1.104 0-2.157.292t-1.999.839l3.829 2.352q.154.096.327.096t.327-.096l3.829-2.352q-.946-.547-2-.839Q13.105 16.5 12 16.5m-5.12.533q1.154-.716 2.454-1.124T12 15.5t2.666.409q1.3.408 2.453 1.124l1.593-.96q.154-.096.22-.23q.068-.135.068-.29V8.472q0-.154-.067-.288q-.067-.135-.221-.231l-6.385-3.91q-.154-.096-.327-.096t-.327.096l-6.384 3.91q-.154.096-.222.23Q5 8.318 5 8.473v7.082q0 .154.067.288q.067.135.221.231zM12 12.019"/></svg>
</template>

CSS

.icon-identity-platform-outline-rounded {
  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-.591M4.777%2016.92q-.373-.217-.575-.59T4%2015.529V8.47q0-.429.202-.802t.575-.59l6.384-3.896q.385-.242.839-.242t.839.242l6.384%203.896q.373.217.575.59T20%208.47v7.058q0%20.429-.202.802t-.575.59l-6.384%203.896q-.385.243-.839.243t-.838-.243zM12%2016.5q-1.104%200-2.157.292t-1.999.839l3.829%202.352q.154.096.327.096t.327-.096l3.829-2.352q-.946-.547-2-.839Q13.105%2016.5%2012%2016.5m-5.12.533q1.154-.716%202.454-1.124T12%2015.5t2.666.409q1.3.408%202.453%201.124l1.593-.96q.154-.096.22-.23q.068-.135.068-.29V8.472q0-.154-.067-.288q-.067-.135-.221-.231l-6.385-3.91q-.154-.096-.327-.096t-.327.096l-6.384%203.91q-.154.096-.222.23Q5%208.318%205%208.473v7.082q0%20.154.067.288q.067.135.221.231zM12%2012.019%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-.591M4.777%2016.92q-.373-.217-.575-.59T4%2015.529V8.47q0-.429.202-.802t.575-.59l6.384-3.896q.385-.242.839-.242t.839.242l6.384%203.896q.373.217.575.59T20%208.47v7.058q0%20.429-.202.802t-.575.59l-6.384%203.896q-.385.243-.839.243t-.838-.243zM12%2016.5q-1.104%200-2.157.292t-1.999.839l3.829%202.352q.154.096.327.096t.327-.096l3.829-2.352q-.946-.547-2-.839Q13.105%2016.5%2012%2016.5m-5.12.533q1.154-.716%202.454-1.124T12%2015.5t2.666.409q1.3.408%202.453%201.124l1.593-.96q.154-.096.22-.23q.068-.135.068-.29V8.472q0-.154-.067-.288q-.067-.135-.221-.231l-6.385-3.91q-.154-.096-.327-.096t-.327.096l-6.384%203.91q-.154.096-.222.23Q5%208.318%205%208.473v7.082q0%20.154.067.288q.067.135.221.231zM12%2012.019%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-rounded.svg?color=%231a73e8&size=48