redux-fill from Akar Icons by Arturo Wibawa · Fill · MIT Free for personal and commercial use.

Name
redux-fill
Set
Akar Icons
Style
Fill
Viewbox
24×24
License
MIT

The same icon in other sets

Use the redux icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGXv8lpc2Y)"><path fill="currentColor" d="M16.63 16.563c.885-.092 1.557-.863 1.527-1.788a1.723 1.723 0 0 0-1.71-1.665h-.062c-.947.03-1.68.832-1.65 1.788c.032.463.215.863.49 1.14c-1.039 2.067-2.627 3.577-5.01 4.841c-1.618.864-3.298 1.172-4.977.956c-1.375-.185-2.444-.802-3.116-1.819c-.977-1.51-1.068-3.145-.244-4.779c.58-1.171 1.497-2.035 2.077-2.466a17 17 0 0 1-.397-1.573C-.871 14.436-.412 18.814.93 20.88c1.008 1.542 3.054 2.498 5.315 2.498a7.5 7.5 0 0 0 1.832-.216c3.91-.77 6.872-3.114 8.552-6.598m5.375-3.823c-2.321-2.744-5.742-4.255-9.651-4.255h-.489a1.68 1.68 0 0 0-1.496-.925h-.062c-.946.031-1.68.833-1.649 1.789c.03.925.794 1.664 1.71 1.664h.062a1.72 1.72 0 0 0 1.496-1.048h.55c2.321 0 4.52.678 6.505 2.004c1.527 1.018 2.627 2.343 3.237 3.947c.52 1.294.49 2.558-.06 3.638c-.856 1.634-2.291 2.528-4.185 2.528c-1.221 0-2.382-.37-2.993-.648a18 18 0 0 1-1.374 1.11c1.313.617 2.657.956 3.94.956c2.932 0 5.1-1.634 5.925-3.268c.885-1.788.824-4.871-1.466-7.492M6.49 17.087c.03.925.794 1.665 1.71 1.665h.061c.947-.03 1.68-.832 1.65-1.788a1.723 1.723 0 0 0-1.71-1.665h-.062a.5.5 0 0 0-.214.03c-1.252-2.096-1.771-4.377-1.588-6.844c.122-1.85.733-3.453 1.802-4.779c.886-1.14 2.596-1.695 3.757-1.726c3.237-.062 4.611 4.008 4.703 5.642c.397.092 1.069.308 1.527.462C17.759 3.09 14.706.5 11.773.5C9.025.5 6.49 2.504 5.482 5.464c-1.405 3.946-.489 7.738 1.222 10.729c-.153.216-.245.555-.214.894"/></g><defs><clipPath id="SVGXv8lpc2Y"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function AkarIconsReduxFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clipPath="url(#SVGXv8lpc2Y)"><path fill="currentColor" d="M16.63 16.563c.885-.092 1.557-.863 1.527-1.788a1.723 1.723 0 0 0-1.71-1.665h-.062c-.947.03-1.68.832-1.65 1.788c.032.463.215.863.49 1.14c-1.039 2.067-2.627 3.577-5.01 4.841c-1.618.864-3.298 1.172-4.977.956c-1.375-.185-2.444-.802-3.116-1.819c-.977-1.51-1.068-3.145-.244-4.779c.58-1.171 1.497-2.035 2.077-2.466a17 17 0 0 1-.397-1.573C-.871 14.436-.412 18.814.93 20.88c1.008 1.542 3.054 2.498 5.315 2.498a7.5 7.5 0 0 0 1.832-.216c3.91-.77 6.872-3.114 8.552-6.598m5.375-3.823c-2.321-2.744-5.742-4.255-9.651-4.255h-.489a1.68 1.68 0 0 0-1.496-.925h-.062c-.946.031-1.68.833-1.649 1.789c.03.925.794 1.664 1.71 1.664h.062a1.72 1.72 0 0 0 1.496-1.048h.55c2.321 0 4.52.678 6.505 2.004c1.527 1.018 2.627 2.343 3.237 3.947c.52 1.294.49 2.558-.06 3.638c-.856 1.634-2.291 2.528-4.185 2.528c-1.221 0-2.382-.37-2.993-.648a18 18 0 0 1-1.374 1.11c1.313.617 2.657.956 3.94.956c2.932 0 5.1-1.634 5.925-3.268c.885-1.788.824-4.871-1.466-7.492M6.49 17.087c.03.925.794 1.665 1.71 1.665h.061c.947-.03 1.68-.832 1.65-1.788a1.723 1.723 0 0 0-1.71-1.665h-.062a.5.5 0 0 0-.214.03c-1.252-2.096-1.771-4.377-1.588-6.844c.122-1.85.733-3.453 1.802-4.779c.886-1.14 2.596-1.695 3.757-1.726c3.237-.062 4.611 4.008 4.703 5.642c.397.092 1.069.308 1.527.462C17.759 3.09 14.706.5 11.773.5C9.025.5 6.49 2.504 5.482 5.464c-1.405 3.946-.489 7.738 1.222 10.729c-.153.216-.245.555-.214.894"/></g><defs><clipPath id="SVGXv8lpc2Y"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGXv8lpc2Y)"><path fill="currentColor" d="M16.63 16.563c.885-.092 1.557-.863 1.527-1.788a1.723 1.723 0 0 0-1.71-1.665h-.062c-.947.03-1.68.832-1.65 1.788c.032.463.215.863.49 1.14c-1.039 2.067-2.627 3.577-5.01 4.841c-1.618.864-3.298 1.172-4.977.956c-1.375-.185-2.444-.802-3.116-1.819c-.977-1.51-1.068-3.145-.244-4.779c.58-1.171 1.497-2.035 2.077-2.466a17 17 0 0 1-.397-1.573C-.871 14.436-.412 18.814.93 20.88c1.008 1.542 3.054 2.498 5.315 2.498a7.5 7.5 0 0 0 1.832-.216c3.91-.77 6.872-3.114 8.552-6.598m5.375-3.823c-2.321-2.744-5.742-4.255-9.651-4.255h-.489a1.68 1.68 0 0 0-1.496-.925h-.062c-.946.031-1.68.833-1.649 1.789c.03.925.794 1.664 1.71 1.664h.062a1.72 1.72 0 0 0 1.496-1.048h.55c2.321 0 4.52.678 6.505 2.004c1.527 1.018 2.627 2.343 3.237 3.947c.52 1.294.49 2.558-.06 3.638c-.856 1.634-2.291 2.528-4.185 2.528c-1.221 0-2.382-.37-2.993-.648a18 18 0 0 1-1.374 1.11c1.313.617 2.657.956 3.94.956c2.932 0 5.1-1.634 5.925-3.268c.885-1.788.824-4.871-1.466-7.492M6.49 17.087c.03.925.794 1.665 1.71 1.665h.061c.947-.03 1.68-.832 1.65-1.788a1.723 1.723 0 0 0-1.71-1.665h-.062a.5.5 0 0 0-.214.03c-1.252-2.096-1.771-4.377-1.588-6.844c.122-1.85.733-3.453 1.802-4.779c.886-1.14 2.596-1.695 3.757-1.726c3.237-.062 4.611 4.008 4.703 5.642c.397.092 1.069.308 1.527.462C17.759 3.09 14.706.5 11.773.5C9.025.5 6.49 2.504 5.482 5.464c-1.405 3.946-.489 7.738 1.222 10.729c-.153.216-.245.555-.214.894"/></g><defs><clipPath id="SVGXv8lpc2Y"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-redux-fill {
  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%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGXv8lpc2Y)%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.63%2016.563c.885-.092%201.557-.863%201.527-1.788a1.723%201.723%200%200%200-1.71-1.665h-.062c-.947.03-1.68.832-1.65%201.788c.032.463.215.863.49%201.14c-1.039%202.067-2.627%203.577-5.01%204.841c-1.618.864-3.298%201.172-4.977.956c-1.375-.185-2.444-.802-3.116-1.819c-.977-1.51-1.068-3.145-.244-4.779c.58-1.171%201.497-2.035%202.077-2.466a17%2017%200%200%201-.397-1.573C-.871%2014.436-.412%2018.814.93%2020.88c1.008%201.542%203.054%202.498%205.315%202.498a7.5%207.5%200%200%200%201.832-.216c3.91-.77%206.872-3.114%208.552-6.598m5.375-3.823c-2.321-2.744-5.742-4.255-9.651-4.255h-.489a1.68%201.68%200%200%200-1.496-.925h-.062c-.946.031-1.68.833-1.649%201.789c.03.925.794%201.664%201.71%201.664h.062a1.72%201.72%200%200%200%201.496-1.048h.55c2.321%200%204.52.678%206.505%202.004c1.527%201.018%202.627%202.343%203.237%203.947c.52%201.294.49%202.558-.06%203.638c-.856%201.634-2.291%202.528-4.185%202.528c-1.221%200-2.382-.37-2.993-.648a18%2018%200%200%201-1.374%201.11c1.313.617%202.657.956%203.94.956c2.932%200%205.1-1.634%205.925-3.268c.885-1.788.824-4.871-1.466-7.492M6.49%2017.087c.03.925.794%201.665%201.71%201.665h.061c.947-.03%201.68-.832%201.65-1.788a1.723%201.723%200%200%200-1.71-1.665h-.062a.5.5%200%200%200-.214.03c-1.252-2.096-1.771-4.377-1.588-6.844c.122-1.85.733-3.453%201.802-4.779c.886-1.14%202.596-1.695%203.757-1.726c3.237-.062%204.611%204.008%204.703%205.642c.397.092%201.069.308%201.527.462C17.759%203.09%2014.706.5%2011.773.5C9.025.5%206.49%202.504%205.482%205.464c-1.405%203.946-.489%207.738%201.222%2010.729c-.153.216-.245.555-.214.894%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGXv8lpc2Y%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGXv8lpc2Y)%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.63%2016.563c.885-.092%201.557-.863%201.527-1.788a1.723%201.723%200%200%200-1.71-1.665h-.062c-.947.03-1.68.832-1.65%201.788c.032.463.215.863.49%201.14c-1.039%202.067-2.627%203.577-5.01%204.841c-1.618.864-3.298%201.172-4.977.956c-1.375-.185-2.444-.802-3.116-1.819c-.977-1.51-1.068-3.145-.244-4.779c.58-1.171%201.497-2.035%202.077-2.466a17%2017%200%200%201-.397-1.573C-.871%2014.436-.412%2018.814.93%2020.88c1.008%201.542%203.054%202.498%205.315%202.498a7.5%207.5%200%200%200%201.832-.216c3.91-.77%206.872-3.114%208.552-6.598m5.375-3.823c-2.321-2.744-5.742-4.255-9.651-4.255h-.489a1.68%201.68%200%200%200-1.496-.925h-.062c-.946.031-1.68.833-1.649%201.789c.03.925.794%201.664%201.71%201.664h.062a1.72%201.72%200%200%200%201.496-1.048h.55c2.321%200%204.52.678%206.505%202.004c1.527%201.018%202.627%202.343%203.237%203.947c.52%201.294.49%202.558-.06%203.638c-.856%201.634-2.291%202.528-4.185%202.528c-1.221%200-2.382-.37-2.993-.648a18%2018%200%200%201-1.374%201.11c1.313.617%202.657.956%203.94.956c2.932%200%205.1-1.634%205.925-3.268c.885-1.788.824-4.871-1.466-7.492M6.49%2017.087c.03.925.794%201.665%201.71%201.665h.061c.947-.03%201.68-.832%201.65-1.788a1.723%201.723%200%200%200-1.71-1.665h-.062a.5.5%200%200%200-.214.03c-1.252-2.096-1.771-4.377-1.588-6.844c.122-1.85.733-3.453%201.802-4.779c.886-1.14%202.596-1.695%203.757-1.726c3.237-.062%204.611%204.008%204.703%205.642c.397.092%201.069.308%201.527.462C17.759%203.09%2014.706.5%2011.773.5C9.025.5%206.49%202.504%205.482%205.464c-1.405%203.946-.489%207.738%201.222%2010.729c-.153.216-.245.555-.214.894%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGXv8lpc2Y%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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