identity platform icon

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

Name
identity-platform-rounded
Set
Material Symbols Light
Style
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="M11.162 19.666q.384.242.838.239t.839-.246l4.28-2.62q-1.153-.741-2.453-1.14T12 15.5t-2.668.409q-1.303.408-2.482 1.124zm2.967-8.037Q15 10.758 15 9.5t-.871-2.129T12 6.5t-2.129.871T9 9.5t.871 2.129T12 12.5t2.129-.871m-2.967 9.188l-6.385-3.896q-.373-.217-.575-.59T4 15.529V8.47q0-.429.202-.802t.575-.59l6.385-3.896q.384-.242.838-.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-.243"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightIdentityPlatformRounded(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="M11.162 19.666q.384.242.838.239t.839-.246l4.28-2.62q-1.153-.741-2.453-1.14T12 15.5t-2.668.409q-1.303.408-2.482 1.124zm2.967-8.037Q15 10.758 15 9.5t-.871-2.129T12 6.5t-2.129.871T9 9.5t.871 2.129T12 12.5t2.129-.871m-2.967 9.188l-6.385-3.896q-.373-.217-.575-.59T4 15.529V8.47q0-.429.202-.802t.575-.59l6.385-3.896q.384-.242.838-.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-.243"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.162 19.666q.384.242.838.239t.839-.246l4.28-2.62q-1.153-.741-2.453-1.14T12 15.5t-2.668.409q-1.303.408-2.482 1.124zm2.967-8.037Q15 10.758 15 9.5t-.871-2.129T12 6.5t-2.129.871T9 9.5t.871 2.129T12 12.5t2.129-.871m-2.967 9.188l-6.385-3.896q-.373-.217-.575-.59T4 15.529V8.47q0-.429.202-.802t.575-.59l6.385-3.896q.384-.242.838-.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-.243"/></svg>
</template>

CSS

.icon-identity-platform-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%22M11.162%2019.666q.384.242.838.239t.839-.246l4.28-2.62q-1.153-.741-2.453-1.14T12%2015.5t-2.668.409q-1.303.408-2.482%201.124zm2.967-8.037Q15%2010.758%2015%209.5t-.871-2.129T12%206.5t-2.129.871T9%209.5t.871%202.129T12%2012.5t2.129-.871m-2.967%209.188l-6.385-3.896q-.373-.217-.575-.59T4%2015.529V8.47q0-.429.202-.802t.575-.59l6.385-3.896q.384-.242.838-.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-.243%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%22M11.162%2019.666q.384.242.838.239t.839-.246l4.28-2.62q-1.153-.741-2.453-1.14T12%2015.5t-2.668.409q-1.303.408-2.482%201.124zm2.967-8.037Q15%2010.758%2015%209.5t-.871-2.129T12%206.5t-2.129.871T9%209.5t.871%202.129T12%2012.5t2.129-.871m-2.967%209.188l-6.385-3.896q-.373-.217-.575-.59T4%2015.529V8.47q0-.429.202-.802t.575-.59l6.385-3.896q.384-.242.838-.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-.243%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-rounded.svg?color=%231a73e8&size=48