volunteer activism icon

volunteer-activism from Material Symbols by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.

Name
volunteer-activism
Set
Material Symbols
Style
Regular
Category
Activities
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

Use the volunteer activism icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 20.025V11h1.6q.175 0 .35.038t.35.087l6.925 2.575q.35.125.563.45t.212.675q0 .525-.363.85T15.8 16h-2.625q-.125 0-.187-.012t-.163-.063l-1.6-.625l-.325.975l1.925.675q.05.025.15.038t.175.012H20q.8 0 1.4.575T22 19l-7.975 3zM1 22V11h4v11zm15-9l-4.15-4.05q-.775-.75-1.312-1.662T10 5.3q0-1.375.963-2.337T13.3 2q.8 0 1.5.338t1.2.912q.5-.575 1.2-.913T18.7 2q1.375 0 2.338.963T22 5.3q0 1.075-.525 1.988t-1.3 1.662z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsVolunteerActivism(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="M7 20.025V11h1.6q.175 0 .35.038t.35.087l6.925 2.575q.35.125.563.45t.212.675q0 .525-.363.85T15.8 16h-2.625q-.125 0-.187-.012t-.163-.063l-1.6-.625l-.325.975l1.925.675q.05.025.15.038t.175.012H20q.8 0 1.4.575T22 19l-7.975 3zM1 22V11h4v11zm15-9l-4.15-4.05q-.775-.75-1.312-1.662T10 5.3q0-1.375.963-2.337T13.3 2q.8 0 1.5.338t1.2.912q.5-.575 1.2-.913T18.7 2q1.375 0 2.338.963T22 5.3q0 1.075-.525 1.988t-1.3 1.662z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 20.025V11h1.6q.175 0 .35.038t.35.087l6.925 2.575q.35.125.563.45t.212.675q0 .525-.363.85T15.8 16h-2.625q-.125 0-.187-.012t-.163-.063l-1.6-.625l-.325.975l1.925.675q.05.025.15.038t.175.012H20q.8 0 1.4.575T22 19l-7.975 3zM1 22V11h4v11zm15-9l-4.15-4.05q-.775-.75-1.312-1.662T10 5.3q0-1.375.963-2.337T13.3 2q.8 0 1.5.338t1.2.912q.5-.575 1.2-.913T18.7 2q1.375 0 2.338.963T22 5.3q0 1.075-.525 1.988t-1.3 1.662z"/></svg>
</template>

CSS

.icon-volunteer-activism {
  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%22M7%2020.025V11h1.6q.175%200%20.35.038t.35.087l6.925%202.575q.35.125.563.45t.212.675q0%20.525-.363.85T15.8%2016h-2.625q-.125%200-.187-.012t-.163-.063l-1.6-.625l-.325.975l1.925.675q.05.025.15.038t.175.012H20q.8%200%201.4.575T22%2019l-7.975%203zM1%2022V11h4v11zm15-9l-4.15-4.05q-.775-.75-1.312-1.662T10%205.3q0-1.375.963-2.337T13.3%202q.8%200%201.5.338t1.2.912q.5-.575%201.2-.913T18.7%202q1.375%200%202.338.963T22%205.3q0%201.075-.525%201.988t-1.3%201.662z%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%22M7%2020.025V11h1.6q.175%200%20.35.038t.35.087l6.925%202.575q.35.125.563.45t.212.675q0%20.525-.363.85T15.8%2016h-2.625q-.125%200-.187-.012t-.163-.063l-1.6-.625l-.325.975l1.925.675q.05.025.15.038t.175.012H20q.8%200%201.4.575T22%2019l-7.975%203zM1%2022V11h4v11zm15-9l-4.15-4.05q-.775-.75-1.312-1.662T10%205.3q0-1.375.963-2.337T13.3%202q.8%200%201.5.338t1.2.912q.5-.575%201.2-.913T18.7%202q1.375%200%202.338.963T22%205.3q0%201.075-.525%201.988t-1.3%201.662z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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