diversity 4 icon
diversity-4 from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- diversity-4
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the diversity 4 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.4 22l2.175-2q2.675-2.5 3.55-3.812T19 13.375q0-.65-.175-1.225T18.3 11H20q.825 0 1.413.588T22 13v9zM2 22v-9q0-.825.575-1.412T4 11h1.675q-.325.525-.5 1.138T5 13.375q0 1.5.838 2.813T9.4 20l2.2 2zm17-12q-1.275 0-2.137-.862T16 7q0-1.25.863-2.125T19 4q1.25 0 2.125.875T22 7q0 1.275-.875 2.138T19 10m-7-1q-1.475 0-2.488-1.012T8.5 5.5q0-1.45 1.013-2.475T12 2q1.45 0 2.475 1.025T15.5 5.5q0 1.475-1.025 2.488T12 9m-5 4.375q0 1.025 1 2.3t3.975 3.975q2.95-2.65 3.988-3.937T17 13.375q0-1-.675-1.687T14.7 11q-.575 0-1.075.275t-.875.675l-.775.8l-.75-.775q-.35-.375-.8-.675T9.3 11q-1.025 0-1.662.688T7 13.375M5 10q-1.275 0-2.137-.862T2 7q0-1.25.863-2.125T5 4q1.25 0 2.125.875T8 7q0 1.275-.875 2.138T5 10"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDiversity4(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="m12.4 22l2.175-2q2.675-2.5 3.55-3.812T19 13.375q0-.65-.175-1.225T18.3 11H20q.825 0 1.413.588T22 13v9zM2 22v-9q0-.825.575-1.412T4 11h1.675q-.325.525-.5 1.138T5 13.375q0 1.5.838 2.813T9.4 20l2.2 2zm17-12q-1.275 0-2.137-.862T16 7q0-1.25.863-2.125T19 4q1.25 0 2.125.875T22 7q0 1.275-.875 2.138T19 10m-7-1q-1.475 0-2.488-1.012T8.5 5.5q0-1.45 1.013-2.475T12 2q1.45 0 2.475 1.025T15.5 5.5q0 1.475-1.025 2.488T12 9m-5 4.375q0 1.025 1 2.3t3.975 3.975q2.95-2.65 3.988-3.937T17 13.375q0-1-.675-1.687T14.7 11q-.575 0-1.075.275t-.875.675l-.775.8l-.75-.775q-.35-.375-.8-.675T9.3 11q-1.025 0-1.662.688T7 13.375M5 10q-1.275 0-2.137-.862T2 7q0-1.25.863-2.125T5 4q1.25 0 2.125.875T8 7q0 1.275-.875 2.138T5 10"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.4 22l2.175-2q2.675-2.5 3.55-3.812T19 13.375q0-.65-.175-1.225T18.3 11H20q.825 0 1.413.588T22 13v9zM2 22v-9q0-.825.575-1.412T4 11h1.675q-.325.525-.5 1.138T5 13.375q0 1.5.838 2.813T9.4 20l2.2 2zm17-12q-1.275 0-2.137-.862T16 7q0-1.25.863-2.125T19 4q1.25 0 2.125.875T22 7q0 1.275-.875 2.138T19 10m-7-1q-1.475 0-2.488-1.012T8.5 5.5q0-1.45 1.013-2.475T12 2q1.45 0 2.475 1.025T15.5 5.5q0 1.475-1.025 2.488T12 9m-5 4.375q0 1.025 1 2.3t3.975 3.975q2.95-2.65 3.988-3.937T17 13.375q0-1-.675-1.687T14.7 11q-.575 0-1.075.275t-.875.675l-.775.8l-.75-.775q-.35-.375-.8-.675T9.3 11q-1.025 0-1.662.688T7 13.375M5 10q-1.275 0-2.137-.862T2 7q0-1.25.863-2.125T5 4q1.25 0 2.125.875T8 7q0 1.275-.875 2.138T5 10"/></svg> </template>
CSS
.icon-diversity-4 {
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%22m12.4%2022l2.175-2q2.675-2.5%203.55-3.812T19%2013.375q0-.65-.175-1.225T18.3%2011H20q.825%200%201.413.588T22%2013v9zM2%2022v-9q0-.825.575-1.412T4%2011h1.675q-.325.525-.5%201.138T5%2013.375q0%201.5.838%202.813T9.4%2020l2.2%202zm17-12q-1.275%200-2.137-.862T16%207q0-1.25.863-2.125T19%204q1.25%200%202.125.875T22%207q0%201.275-.875%202.138T19%2010m-7-1q-1.475%200-2.488-1.012T8.5%205.5q0-1.45%201.013-2.475T12%202q1.45%200%202.475%201.025T15.5%205.5q0%201.475-1.025%202.488T12%209m-5%204.375q0%201.025%201%202.3t3.975%203.975q2.95-2.65%203.988-3.937T17%2013.375q0-1-.675-1.687T14.7%2011q-.575%200-1.075.275t-.875.675l-.775.8l-.75-.775q-.35-.375-.8-.675T9.3%2011q-1.025%200-1.662.688T7%2013.375M5%2010q-1.275%200-2.137-.862T2%207q0-1.25.863-2.125T5%204q1.25%200%202.125.875T8%207q0%201.275-.875%202.138T5%2010%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%22m12.4%2022l2.175-2q2.675-2.5%203.55-3.812T19%2013.375q0-.65-.175-1.225T18.3%2011H20q.825%200%201.413.588T22%2013v9zM2%2022v-9q0-.825.575-1.412T4%2011h1.675q-.325.525-.5%201.138T5%2013.375q0%201.5.838%202.813T9.4%2020l2.2%202zm17-12q-1.275%200-2.137-.862T16%207q0-1.25.863-2.125T19%204q1.25%200%202.125.875T22%207q0%201.275-.875%202.138T19%2010m-7-1q-1.475%200-2.488-1.012T8.5%205.5q0-1.45%201.013-2.475T12%202q1.45%200%202.475%201.025T15.5%205.5q0%201.475-1.025%202.488T12%209m-5%204.375q0%201.025%201%202.3t3.975%203.975q2.95-2.65%203.988-3.937T17%2013.375q0-1-.675-1.687T14.7%2011q-.575%200-1.075.275t-.875.675l-.775.8l-.75-.775q-.35-.375-.8-.675T9.3%2011q-1.025%200-1.662.688T7%2013.375M5%2010q-1.275%200-2.137-.862T2%207q0-1.25.863-2.125T5%204q1.25%200%202.125.875T8%207q0%201.275-.875%202.138T5%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/diversity-4.svg?color=%231a73e8&size=48