identity platform icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

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.525 11.975Q8.5 10.95 8.5 9.5t1.025-2.475T12 6t2.475 1.025T15.5 9.5t-1.025 2.475T12 13t-2.475-1.025m3.538-1.412q.437-.438.437-1.063t-.437-1.062T12 8t-1.062.438T10.5 9.5t.438 1.063T12 11t1.063-.437M3.95 17.575q-.45-.275-.7-.725T3 15.875v-7.75q0-.525.25-.975t.7-.725l7-4.3q.5-.3 1.05-.3t1.05.3l7 4.3q.45.275.7.725t.25.975v7.75q0 .525-.25.975t-.7.725l-7 4.3q-.5.3-1.05.3t-1.05-.3zM12 17q-.95 0-1.888.225t-1.787.675L12 20.175l3.675-2.275q-.85-.45-1.787-.675T12 17m-5.6-.275q1.25-.85 2.675-1.287T12 15t2.925.438t2.675 1.287L19 15.9V8.125L12 3.85L5 8.125V15.9zM12 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsIdentityPlatformOutlineRounded(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.525 11.975Q8.5 10.95 8.5 9.5t1.025-2.475T12 6t2.475 1.025T15.5 9.5t-1.025 2.475T12 13t-2.475-1.025m3.538-1.412q.437-.438.437-1.063t-.437-1.062T12 8t-1.062.438T10.5 9.5t.438 1.063T12 11t1.063-.437M3.95 17.575q-.45-.275-.7-.725T3 15.875v-7.75q0-.525.25-.975t.7-.725l7-4.3q.5-.3 1.05-.3t1.05.3l7 4.3q.45.275.7.725t.25.975v7.75q0 .525-.25.975t-.7.725l-7 4.3q-.5.3-1.05.3t-1.05-.3zM12 17q-.95 0-1.888.225t-1.787.675L12 20.175l3.675-2.275q-.85-.45-1.787-.675T12 17m-5.6-.275q1.25-.85 2.675-1.287T12 15t2.925.438t2.675 1.287L19 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.525 11.975Q8.5 10.95 8.5 9.5t1.025-2.475T12 6t2.475 1.025T15.5 9.5t-1.025 2.475T12 13t-2.475-1.025m3.538-1.412q.437-.438.437-1.063t-.437-1.062T12 8t-1.062.438T10.5 9.5t.438 1.063T12 11t1.063-.437M3.95 17.575q-.45-.275-.7-.725T3 15.875v-7.75q0-.525.25-.975t.7-.725l7-4.3q.5-.3 1.05-.3t1.05.3l7 4.3q.45.275.7.725t.25.975v7.75q0 .525-.25.975t-.7.725l-7 4.3q-.5.3-1.05.3t-1.05-.3zM12 17q-.95 0-1.888.225t-1.787.675L12 20.175l3.675-2.275q-.85-.45-1.787-.675T12 17m-5.6-.275q1.25-.85 2.675-1.287T12 15t2.925.438t2.675 1.287L19 15.9V8.125L12 3.85L5 8.125V15.9zM12 12"/></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.525%2011.975Q8.5%2010.95%208.5%209.5t1.025-2.475T12%206t2.475%201.025T15.5%209.5t-1.025%202.475T12%2013t-2.475-1.025m3.538-1.412q.437-.438.437-1.063t-.437-1.062T12%208t-1.062.438T10.5%209.5t.438%201.063T12%2011t1.063-.437M3.95%2017.575q-.45-.275-.7-.725T3%2015.875v-7.75q0-.525.25-.975t.7-.725l7-4.3q.5-.3%201.05-.3t1.05.3l7%204.3q.45.275.7.725t.25.975v7.75q0%20.525-.25.975t-.7.725l-7%204.3q-.5.3-1.05.3t-1.05-.3zM12%2017q-.95%200-1.888.225t-1.787.675L12%2020.175l3.675-2.275q-.85-.45-1.787-.675T12%2017m-5.6-.275q1.25-.85%202.675-1.287T12%2015t2.925.438t2.675%201.287L19%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.525%2011.975Q8.5%2010.95%208.5%209.5t1.025-2.475T12%206t2.475%201.025T15.5%209.5t-1.025%202.475T12%2013t-2.475-1.025m3.538-1.412q.437-.438.437-1.063t-.437-1.062T12%208t-1.062.438T10.5%209.5t.438%201.063T12%2011t1.063-.437M3.95%2017.575q-.45-.275-.7-.725T3%2015.875v-7.75q0-.525.25-.975t.7-.725l7-4.3q.5-.3%201.05-.3t1.05.3l7%204.3q.45.275.7.725t.25.975v7.75q0%20.525-.25.975t-.7.725l-7%204.3q-.5.3-1.05.3t-1.05-.3zM12%2017q-.95%200-1.888.225t-1.787.675L12%2020.175l3.675-2.275q-.85-.45-1.787-.675T12%2017m-5.6-.275q1.25-.85%202.675-1.287T12%2015t2.925.438t2.675%201.287L19%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/identity-platform-outline-rounded.svg?color=%231a73e8&size=48