crowdsource from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
crowdsource
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
crowdsource-outline, crowdsource-outline-rounded, crowdsource-outline-sharp, crowdsource-rounded, crowdsource-sharp

The same icon in other sets

More social icons from Material Symbols

Use the crowdsource icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.438 9.313Q15 8.875 15 8.25t.438-1.062T16.5 6.75t1.063.438T18 8.25t-.437 1.063t-1.063.437t-1.062-.437m-9 0Q6 8.875 6 8.25t.438-1.062T7.5 6.75t1.063.438T9 8.25t-.437 1.063T7.5 9.75t-1.062-.437m4.5 2.75Q10.5 11.625 10.5 11t.438-1.062T12 9.5t1.063.438T13.5 11t-.437 1.063T12 12.5t-1.062-.437m0-5.5Q10.5 6.125 10.5 5.5t.438-1.062T12 4t1.063.438T13.5 5.5t-.437 1.063T12 7t-1.062-.437m.05 13.362q-.513-.075-.988-.2V16.15q0-.875.588-1.512T12 14t1.413.638T14 16.15v3.575q-.475.125-.987.2T12 20t-1.012-.075M8.5 19.2q-.5-.2-.962-.45t-.888-.55q-.7-.5-1.112-1.3t-.413-1.7q0-.65-.137-1.212T4.5 12.925q-.25-.325-.937-.987T2.3 10.7q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.825 3.625q.5.45.738 1.063T8.5 15.25zm7 0v-3.95q0-.65.25-1.275t.725-1.05L20.3 9.3q.3-.275.713-.275t.687.275t.275.7t-.275.7q-.575.575-1.263 1.225t-.937 1q-.35.5-.488 1.063t-.137 1.212q0 .9-.413 1.713t-1.137 1.312q-.4.275-.862.525t-.963.45"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCrowdsource(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="M15.438 9.313Q15 8.875 15 8.25t.438-1.062T16.5 6.75t1.063.438T18 8.25t-.437 1.063t-1.063.437t-1.062-.437m-9 0Q6 8.875 6 8.25t.438-1.062T7.5 6.75t1.063.438T9 8.25t-.437 1.063T7.5 9.75t-1.062-.437m4.5 2.75Q10.5 11.625 10.5 11t.438-1.062T12 9.5t1.063.438T13.5 11t-.437 1.063T12 12.5t-1.062-.437m0-5.5Q10.5 6.125 10.5 5.5t.438-1.062T12 4t1.063.438T13.5 5.5t-.437 1.063T12 7t-1.062-.437m.05 13.362q-.513-.075-.988-.2V16.15q0-.875.588-1.512T12 14t1.413.638T14 16.15v3.575q-.475.125-.987.2T12 20t-1.012-.075M8.5 19.2q-.5-.2-.962-.45t-.888-.55q-.7-.5-1.112-1.3t-.413-1.7q0-.65-.137-1.212T4.5 12.925q-.25-.325-.937-.987T2.3 10.7q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.825 3.625q.5.45.738 1.063T8.5 15.25zm7 0v-3.95q0-.65.25-1.275t.725-1.05L20.3 9.3q.3-.275.713-.275t.687.275t.275.7t-.275.7q-.575.575-1.263 1.225t-.937 1q-.35.5-.488 1.063t-.137 1.212q0 .9-.413 1.713t-1.137 1.312q-.4.275-.862.525t-.963.45"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.438 9.313Q15 8.875 15 8.25t.438-1.062T16.5 6.75t1.063.438T18 8.25t-.437 1.063t-1.063.437t-1.062-.437m-9 0Q6 8.875 6 8.25t.438-1.062T7.5 6.75t1.063.438T9 8.25t-.437 1.063T7.5 9.75t-1.062-.437m4.5 2.75Q10.5 11.625 10.5 11t.438-1.062T12 9.5t1.063.438T13.5 11t-.437 1.063T12 12.5t-1.062-.437m0-5.5Q10.5 6.125 10.5 5.5t.438-1.062T12 4t1.063.438T13.5 5.5t-.437 1.063T12 7t-1.062-.437m.05 13.362q-.513-.075-.988-.2V16.15q0-.875.588-1.512T12 14t1.413.638T14 16.15v3.575q-.475.125-.987.2T12 20t-1.012-.075M8.5 19.2q-.5-.2-.962-.45t-.888-.55q-.7-.5-1.112-1.3t-.413-1.7q0-.65-.137-1.212T4.5 12.925q-.25-.325-.937-.987T2.3 10.7q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.825 3.625q.5.45.738 1.063T8.5 15.25zm7 0v-3.95q0-.65.25-1.275t.725-1.05L20.3 9.3q.3-.275.713-.275t.687.275t.275.7t-.275.7q-.575.575-1.263 1.225t-.937 1q-.35.5-.488 1.063t-.137 1.212q0 .9-.413 1.713t-1.137 1.312q-.4.275-.862.525t-.963.45"/></svg>
</template>

CSS

.icon-crowdsource {
  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%22M15.438%209.313Q15%208.875%2015%208.25t.438-1.062T16.5%206.75t1.063.438T18%208.25t-.437%201.063t-1.063.437t-1.062-.437m-9%200Q6%208.875%206%208.25t.438-1.062T7.5%206.75t1.063.438T9%208.25t-.437%201.063T7.5%209.75t-1.062-.437m4.5%202.75Q10.5%2011.625%2010.5%2011t.438-1.062T12%209.5t1.063.438T13.5%2011t-.437%201.063T12%2012.5t-1.062-.437m0-5.5Q10.5%206.125%2010.5%205.5t.438-1.062T12%204t1.063.438T13.5%205.5t-.437%201.063T12%207t-1.062-.437m.05%2013.362q-.513-.075-.988-.2V16.15q0-.875.588-1.512T12%2014t1.413.638T14%2016.15v3.575q-.475.125-.987.2T12%2020t-1.012-.075M8.5%2019.2q-.5-.2-.962-.45t-.888-.55q-.7-.5-1.112-1.3t-.413-1.7q0-.65-.137-1.212T4.5%2012.925q-.25-.325-.937-.987T2.3%2010.7q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.825%203.625q.5.45.738%201.063T8.5%2015.25zm7%200v-3.95q0-.65.25-1.275t.725-1.05L20.3%209.3q.3-.275.713-.275t.687.275t.275.7t-.275.7q-.575.575-1.263%201.225t-.937%201q-.35.5-.488%201.063t-.137%201.212q0%20.9-.413%201.713t-1.137%201.312q-.4.275-.862.525t-.963.45%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%22M15.438%209.313Q15%208.875%2015%208.25t.438-1.062T16.5%206.75t1.063.438T18%208.25t-.437%201.063t-1.063.437t-1.062-.437m-9%200Q6%208.875%206%208.25t.438-1.062T7.5%206.75t1.063.438T9%208.25t-.437%201.063T7.5%209.75t-1.062-.437m4.5%202.75Q10.5%2011.625%2010.5%2011t.438-1.062T12%209.5t1.063.438T13.5%2011t-.437%201.063T12%2012.5t-1.062-.437m0-5.5Q10.5%206.125%2010.5%205.5t.438-1.062T12%204t1.063.438T13.5%205.5t-.437%201.063T12%207t-1.062-.437m.05%2013.362q-.513-.075-.988-.2V16.15q0-.875.588-1.512T12%2014t1.413.638T14%2016.15v3.575q-.475.125-.987.2T12%2020t-1.012-.075M8.5%2019.2q-.5-.2-.962-.45t-.888-.55q-.7-.5-1.112-1.3t-.413-1.7q0-.65-.137-1.212T4.5%2012.925q-.25-.325-.937-.987T2.3%2010.7q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.825%203.625q.5.45.738%201.063T8.5%2015.25zm7%200v-3.95q0-.65.25-1.275t.725-1.05L20.3%209.3q.3-.275.713-.275t.687.275t.275.7t-.275.7q-.575.575-1.263%201.225t-.937%201q-.35.5-.488%201.063t-.137%201.212q0%20.9-.413%201.713t-1.137%201.312q-.4.275-.862.525t-.963.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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