redux-action from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
redux-action
Set
Material Icon Theme
Style
Color
Viewbox
24×24
License
MIT

Related icons in Material Icon Theme

Use the redux action logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#ab47bc" stroke="#ab47bc" stroke-linejoin="round" stroke-width=".435"><path d="M15.878 15.787a1.437 1.437 0 0 0-.154-2.866h-.05a1.43 1.43 0 0 0-1.382 1.484c.025.384.179.717.41.947c-.87 1.714-2.201 2.968-4.197 4.017c-1.356.717-2.764.972-4.17.793c-1.152-.153-2.048-.665-2.61-1.51c-.82-1.253-.896-2.61-.205-3.965c.486-.973 1.253-1.69 1.74-2.047a14 14 0 0 1-.333-1.305c-3.71 2.686-3.326 6.32-2.2 8.034c.844 1.28 2.558 2.073 4.451 2.073a6.3 6.3 0 0 0 1.536-.18c3.275-.64 5.757-2.584 7.164-5.475z"/><path d="M20.381 12.614c-1.944-2.277-4.81-3.53-8.085-3.53h-.41a1.41 1.41 0 0 0-1.253-.769h-.051A1.43 1.43 0 0 0 9.2 9.8a1.437 1.437 0 0 0 1.433 1.381h.05a1.44 1.44 0 0 0 1.255-.87h.46c1.945 0 3.787.563 5.45 1.663c1.28.845 2.2 1.945 2.712 3.276c.435 1.074.41 2.123-.05 3.019c-.717 1.356-1.92 2.098-3.506 2.098a6.5 6.5 0 0 1-2.508-.537c-.281.256-.793.665-1.151.92c1.1.513 2.226.794 3.3.794c2.457 0 4.274-1.356 4.965-2.712c.742-1.484.69-4.043-1.229-6.218z"/><path d="M7.383 16.222a1.437 1.437 0 0 0 1.433 1.382h.051a1.43 1.43 0 0 0 1.382-1.484a1.437 1.437 0 0 0-1.433-1.382h-.051c-.051 0-.128 0-.18.025c-1.048-1.74-1.483-3.633-1.33-5.68c.103-1.535.614-2.866 1.51-3.966c.742-.947 2.175-1.407 3.147-1.433c2.712-.05 3.864 3.327 3.94 4.683c.333.076.896.256 1.28.383c-.307-4.145-2.866-6.294-5.322-6.294c-2.303 0-4.427 1.663-5.271 4.12c-1.177 3.275-.41 6.422 1.023 8.904a1.15 1.15 0 0 0-.179.742z"/></g></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeReduxAction(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#ab47bc" stroke="#ab47bc" strokeLinejoin="round" strokeWidth=".435"><path d="M15.878 15.787a1.437 1.437 0 0 0-.154-2.866h-.05a1.43 1.43 0 0 0-1.382 1.484c.025.384.179.717.41.947c-.87 1.714-2.201 2.968-4.197 4.017c-1.356.717-2.764.972-4.17.793c-1.152-.153-2.048-.665-2.61-1.51c-.82-1.253-.896-2.61-.205-3.965c.486-.973 1.253-1.69 1.74-2.047a14 14 0 0 1-.333-1.305c-3.71 2.686-3.326 6.32-2.2 8.034c.844 1.28 2.558 2.073 4.451 2.073a6.3 6.3 0 0 0 1.536-.18c3.275-.64 5.757-2.584 7.164-5.475z"/><path d="M20.381 12.614c-1.944-2.277-4.81-3.53-8.085-3.53h-.41a1.41 1.41 0 0 0-1.253-.769h-.051A1.43 1.43 0 0 0 9.2 9.8a1.437 1.437 0 0 0 1.433 1.381h.05a1.44 1.44 0 0 0 1.255-.87h.46c1.945 0 3.787.563 5.45 1.663c1.28.845 2.2 1.945 2.712 3.276c.435 1.074.41 2.123-.05 3.019c-.717 1.356-1.92 2.098-3.506 2.098a6.5 6.5 0 0 1-2.508-.537c-.281.256-.793.665-1.151.92c1.1.513 2.226.794 3.3.794c2.457 0 4.274-1.356 4.965-2.712c.742-1.484.69-4.043-1.229-6.218z"/><path d="M7.383 16.222a1.437 1.437 0 0 0 1.433 1.382h.051a1.43 1.43 0 0 0 1.382-1.484a1.437 1.437 0 0 0-1.433-1.382h-.051c-.051 0-.128 0-.18.025c-1.048-1.74-1.483-3.633-1.33-5.68c.103-1.535.614-2.866 1.51-3.966c.742-.947 2.175-1.407 3.147-1.433c2.712-.05 3.864 3.327 3.94 4.683c.333.076.896.256 1.28.383c-.307-4.145-2.866-6.294-5.322-6.294c-2.303 0-4.427 1.663-5.271 4.12c-1.177 3.275-.41 6.422 1.023 8.904a1.15 1.15 0 0 0-.179.742z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#ab47bc" stroke="#ab47bc" stroke-linejoin="round" stroke-width=".435"><path d="M15.878 15.787a1.437 1.437 0 0 0-.154-2.866h-.05a1.43 1.43 0 0 0-1.382 1.484c.025.384.179.717.41.947c-.87 1.714-2.201 2.968-4.197 4.017c-1.356.717-2.764.972-4.17.793c-1.152-.153-2.048-.665-2.61-1.51c-.82-1.253-.896-2.61-.205-3.965c.486-.973 1.253-1.69 1.74-2.047a14 14 0 0 1-.333-1.305c-3.71 2.686-3.326 6.32-2.2 8.034c.844 1.28 2.558 2.073 4.451 2.073a6.3 6.3 0 0 0 1.536-.18c3.275-.64 5.757-2.584 7.164-5.475z"/><path d="M20.381 12.614c-1.944-2.277-4.81-3.53-8.085-3.53h-.41a1.41 1.41 0 0 0-1.253-.769h-.051A1.43 1.43 0 0 0 9.2 9.8a1.437 1.437 0 0 0 1.433 1.381h.05a1.44 1.44 0 0 0 1.255-.87h.46c1.945 0 3.787.563 5.45 1.663c1.28.845 2.2 1.945 2.712 3.276c.435 1.074.41 2.123-.05 3.019c-.717 1.356-1.92 2.098-3.506 2.098a6.5 6.5 0 0 1-2.508-.537c-.281.256-.793.665-1.151.92c1.1.513 2.226.794 3.3.794c2.457 0 4.274-1.356 4.965-2.712c.742-1.484.69-4.043-1.229-6.218z"/><path d="M7.383 16.222a1.437 1.437 0 0 0 1.433 1.382h.051a1.43 1.43 0 0 0 1.382-1.484a1.437 1.437 0 0 0-1.433-1.382h-.051c-.051 0-.128 0-.18.025c-1.048-1.74-1.483-3.633-1.33-5.68c.103-1.535.614-2.866 1.51-3.966c.742-.947 2.175-1.407 3.147-1.433c2.712-.05 3.864 3.327 3.94 4.683c.333.076.896.256 1.28.383c-.307-4.145-2.866-6.294-5.322-6.294c-2.303 0-4.427 1.663-5.271 4.12c-1.177 3.275-.41 6.422 1.023 8.904a1.15 1.15 0 0 0-.179.742z"/></g></svg>
</template>

CSS

.icon-redux-action {
  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%3Cg%20fill%3D%22%23ab47bc%22%20stroke%3D%22%23ab47bc%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.435%22%3E%3Cpath%20d%3D%22M15.878%2015.787a1.437%201.437%200%200%200-.154-2.866h-.05a1.43%201.43%200%200%200-1.382%201.484c.025.384.179.717.41.947c-.87%201.714-2.201%202.968-4.197%204.017c-1.356.717-2.764.972-4.17.793c-1.152-.153-2.048-.665-2.61-1.51c-.82-1.253-.896-2.61-.205-3.965c.486-.973%201.253-1.69%201.74-2.047a14%2014%200%200%201-.333-1.305c-3.71%202.686-3.326%206.32-2.2%208.034c.844%201.28%202.558%202.073%204.451%202.073a6.3%206.3%200%200%200%201.536-.18c3.275-.64%205.757-2.584%207.164-5.475z%22%2F%3E%3Cpath%20d%3D%22M20.381%2012.614c-1.944-2.277-4.81-3.53-8.085-3.53h-.41a1.41%201.41%200%200%200-1.253-.769h-.051A1.43%201.43%200%200%200%209.2%209.8a1.437%201.437%200%200%200%201.433%201.381h.05a1.44%201.44%200%200%200%201.255-.87h.46c1.945%200%203.787.563%205.45%201.663c1.28.845%202.2%201.945%202.712%203.276c.435%201.074.41%202.123-.05%203.019c-.717%201.356-1.92%202.098-3.506%202.098a6.5%206.5%200%200%201-2.508-.537c-.281.256-.793.665-1.151.92c1.1.513%202.226.794%203.3.794c2.457%200%204.274-1.356%204.965-2.712c.742-1.484.69-4.043-1.229-6.218z%22%2F%3E%3Cpath%20d%3D%22M7.383%2016.222a1.437%201.437%200%200%200%201.433%201.382h.051a1.43%201.43%200%200%200%201.382-1.484a1.437%201.437%200%200%200-1.433-1.382h-.051c-.051%200-.128%200-.18.025c-1.048-1.74-1.483-3.633-1.33-5.68c.103-1.535.614-2.866%201.51-3.966c.742-.947%202.175-1.407%203.147-1.433c2.712-.05%203.864%203.327%203.94%204.683c.333.076.896.256%201.28.383c-.307-4.145-2.866-6.294-5.322-6.294c-2.303%200-4.427%201.663-5.271%204.12c-1.177%203.275-.41%206.422%201.023%208.904a1.15%201.15%200%200%200-.179.742z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22%23ab47bc%22%20stroke%3D%22%23ab47bc%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.435%22%3E%3Cpath%20d%3D%22M15.878%2015.787a1.437%201.437%200%200%200-.154-2.866h-.05a1.43%201.43%200%200%200-1.382%201.484c.025.384.179.717.41.947c-.87%201.714-2.201%202.968-4.197%204.017c-1.356.717-2.764.972-4.17.793c-1.152-.153-2.048-.665-2.61-1.51c-.82-1.253-.896-2.61-.205-3.965c.486-.973%201.253-1.69%201.74-2.047a14%2014%200%200%201-.333-1.305c-3.71%202.686-3.326%206.32-2.2%208.034c.844%201.28%202.558%202.073%204.451%202.073a6.3%206.3%200%200%200%201.536-.18c3.275-.64%205.757-2.584%207.164-5.475z%22%2F%3E%3Cpath%20d%3D%22M20.381%2012.614c-1.944-2.277-4.81-3.53-8.085-3.53h-.41a1.41%201.41%200%200%200-1.253-.769h-.051A1.43%201.43%200%200%200%209.2%209.8a1.437%201.437%200%200%200%201.433%201.381h.05a1.44%201.44%200%200%200%201.255-.87h.46c1.945%200%203.787.563%205.45%201.663c1.28.845%202.2%201.945%202.712%203.276c.435%201.074.41%202.123-.05%203.019c-.717%201.356-1.92%202.098-3.506%202.098a6.5%206.5%200%200%201-2.508-.537c-.281.256-.793.665-1.151.92c1.1.513%202.226.794%203.3.794c2.457%200%204.274-1.356%204.965-2.712c.742-1.484.69-4.043-1.229-6.218z%22%2F%3E%3Cpath%20d%3D%22M7.383%2016.222a1.437%201.437%200%200%200%201.433%201.382h.051a1.43%201.43%200%200%200%201.382-1.484a1.437%201.437%200%200%200-1.433-1.382h-.051c-.051%200-.128%200-.18.025c-1.048-1.74-1.483-3.633-1.33-5.68c.103-1.535.614-2.866%201.51-3.966c.742-.947%202.175-1.407%203.147-1.433c2.712-.05%203.864%203.327%203.94%204.683c.333.076.896.256%201.28.383c-.307-4.145-2.866-6.294-5.322-6.294c-2.303%200-4.427%201.663-5.271%204.12c-1.177%203.275-.41%206.422%201.023%208.904a1.15%201.15%200%200%200-.179.742z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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