replace all icon

replace-all from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
replace-all
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the replace all icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.663 20.111C10 19.607 10 18.904 10 17.5s0-2.107-.337-2.611a2 2 0 0 0-.552-.552C8.607 14 7.904 14 6.5 14s-2.107 0-2.611.337a2 2 0 0 0-.552.552C3 15.393 3 16.096 3 17.5s0 2.107.337 2.611a2 2 0 0 0 .552.552C4.393 21 5.096 21 6.5 21s2.107 0 2.611-.337a2 2 0 0 0 .552-.552M19.556 3c.247.051.45.13.628.249c.225.15.417.342.567.567c.12.178.198.38.249.628M19.556 10c.247-.051.45-.13.628-.249a2 2 0 0 0 .567-.567c.12-.178.198-.38.249-.628m-7-4.112c.051-.247.13-.45.249-.628a2 2 0 0 1 .567-.567c.178-.12.38-.198.628-.249m0 7a1.7 1.7 0 0 1-.628-.249a2.1 2.1 0 0 1-.567-.567A1.7 1.7 0 0 1 14 8.556m4 5.445c1.079.005 1.67.042 2.111.336c.218.146.406.334.552.552c.337.505.337 1.207.337 2.611s0 2.107-.337 2.611a2 2 0 0 1-.552.552c-.44.295-1.032.332-2.111.337m-5.663-7.001c1.079.005 1.67.042 2.111.336a2 2 0 0 1 .552.552c.337.505.337 1.207.337 2.611s0 2.107-.337 2.611a2 2 0 0 1-.552.552c-.44.295-1.032.332-2.11.337M4 7.5S5.841 10 6.5 10S9 7.5 9 7.5m-2.5 1v-2c0-.464 0-.697.026-.892a3 3 0 0 1 2.582-2.582C9.303 3 9.536 3 10 3"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsReplaceAll(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M9.663 20.111C10 19.607 10 18.904 10 17.5s0-2.107-.337-2.611a2 2 0 0 0-.552-.552C8.607 14 7.904 14 6.5 14s-2.107 0-2.611.337a2 2 0 0 0-.552.552C3 15.393 3 16.096 3 17.5s0 2.107.337 2.611a2 2 0 0 0 .552.552C4.393 21 5.096 21 6.5 21s2.107 0 2.611-.337a2 2 0 0 0 .552-.552M19.556 3c.247.051.45.13.628.249c.225.15.417.342.567.567c.12.178.198.38.249.628M19.556 10c.247-.051.45-.13.628-.249a2 2 0 0 0 .567-.567c.12-.178.198-.38.249-.628m-7-4.112c.051-.247.13-.45.249-.628a2 2 0 0 1 .567-.567c.178-.12.38-.198.628-.249m0 7a1.7 1.7 0 0 1-.628-.249a2.1 2.1 0 0 1-.567-.567A1.7 1.7 0 0 1 14 8.556m4 5.445c1.079.005 1.67.042 2.111.336c.218.146.406.334.552.552c.337.505.337 1.207.337 2.611s0 2.107-.337 2.611a2 2 0 0 1-.552.552c-.44.295-1.032.332-2.111.337m-5.663-7.001c1.079.005 1.67.042 2.111.336a2 2 0 0 1 .552.552c.337.505.337 1.207.337 2.611s0 2.107-.337 2.611a2 2 0 0 1-.552.552c-.44.295-1.032.332-2.11.337M4 7.5S5.841 10 6.5 10S9 7.5 9 7.5m-2.5 1v-2c0-.464 0-.697.026-.892a3 3 0 0 1 2.582-2.582C9.303 3 9.536 3 10 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.663 20.111C10 19.607 10 18.904 10 17.5s0-2.107-.337-2.611a2 2 0 0 0-.552-.552C8.607 14 7.904 14 6.5 14s-2.107 0-2.611.337a2 2 0 0 0-.552.552C3 15.393 3 16.096 3 17.5s0 2.107.337 2.611a2 2 0 0 0 .552.552C4.393 21 5.096 21 6.5 21s2.107 0 2.611-.337a2 2 0 0 0 .552-.552M19.556 3c.247.051.45.13.628.249c.225.15.417.342.567.567c.12.178.198.38.249.628M19.556 10c.247-.051.45-.13.628-.249a2 2 0 0 0 .567-.567c.12-.178.198-.38.249-.628m-7-4.112c.051-.247.13-.45.249-.628a2 2 0 0 1 .567-.567c.178-.12.38-.198.628-.249m0 7a1.7 1.7 0 0 1-.628-.249a2.1 2.1 0 0 1-.567-.567A1.7 1.7 0 0 1 14 8.556m4 5.445c1.079.005 1.67.042 2.111.336c.218.146.406.334.552.552c.337.505.337 1.207.337 2.611s0 2.107-.337 2.611a2 2 0 0 1-.552.552c-.44.295-1.032.332-2.111.337m-5.663-7.001c1.079.005 1.67.042 2.111.336a2 2 0 0 1 .552.552c.337.505.337 1.207.337 2.611s0 2.107-.337 2.611a2 2 0 0 1-.552.552c-.44.295-1.032.332-2.11.337M4 7.5S5.841 10 6.5 10S9 7.5 9 7.5m-2.5 1v-2c0-.464 0-.697.026-.892a3 3 0 0 1 2.582-2.582C9.303 3 9.536 3 10 3"/></svg>
</template>

CSS

.icon-replace-all {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9.663%2020.111C10%2019.607%2010%2018.904%2010%2017.5s0-2.107-.337-2.611a2%202%200%200%200-.552-.552C8.607%2014%207.904%2014%206.5%2014s-2.107%200-2.611.337a2%202%200%200%200-.552.552C3%2015.393%203%2016.096%203%2017.5s0%202.107.337%202.611a2%202%200%200%200%20.552.552C4.393%2021%205.096%2021%206.5%2021s2.107%200%202.611-.337a2%202%200%200%200%20.552-.552M19.556%203c.247.051.45.13.628.249c.225.15.417.342.567.567c.12.178.198.38.249.628M19.556%2010c.247-.051.45-.13.628-.249a2%202%200%200%200%20.567-.567c.12-.178.198-.38.249-.628m-7-4.112c.051-.247.13-.45.249-.628a2%202%200%200%201%20.567-.567c.178-.12.38-.198.628-.249m0%207a1.7%201.7%200%200%201-.628-.249a2.1%202.1%200%200%201-.567-.567A1.7%201.7%200%200%201%2014%208.556m4%205.445c1.079.005%201.67.042%202.111.336c.218.146.406.334.552.552c.337.505.337%201.207.337%202.611s0%202.107-.337%202.611a2%202%200%200%201-.552.552c-.44.295-1.032.332-2.111.337m-5.663-7.001c1.079.005%201.67.042%202.111.336a2%202%200%200%201%20.552.552c.337.505.337%201.207.337%202.611s0%202.107-.337%202.611a2%202%200%200%201-.552.552c-.44.295-1.032.332-2.11.337M4%207.5S5.841%2010%206.5%2010S9%207.5%209%207.5m-2.5%201v-2c0-.464%200-.697.026-.892a3%203%200%200%201%202.582-2.582C9.303%203%209.536%203%2010%203%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9.663%2020.111C10%2019.607%2010%2018.904%2010%2017.5s0-2.107-.337-2.611a2%202%200%200%200-.552-.552C8.607%2014%207.904%2014%206.5%2014s-2.107%200-2.611.337a2%202%200%200%200-.552.552C3%2015.393%203%2016.096%203%2017.5s0%202.107.337%202.611a2%202%200%200%200%20.552.552C4.393%2021%205.096%2021%206.5%2021s2.107%200%202.611-.337a2%202%200%200%200%20.552-.552M19.556%203c.247.051.45.13.628.249c.225.15.417.342.567.567c.12.178.198.38.249.628M19.556%2010c.247-.051.45-.13.628-.249a2%202%200%200%200%20.567-.567c.12-.178.198-.38.249-.628m-7-4.112c.051-.247.13-.45.249-.628a2%202%200%200%201%20.567-.567c.178-.12.38-.198.628-.249m0%207a1.7%201.7%200%200%201-.628-.249a2.1%202.1%200%200%201-.567-.567A1.7%201.7%200%200%201%2014%208.556m4%205.445c1.079.005%201.67.042%202.111.336c.218.146.406.334.552.552c.337.505.337%201.207.337%202.611s0%202.107-.337%202.611a2%202%200%200%201-.552.552c-.44.295-1.032.332-2.111.337m-5.663-7.001c1.079.005%201.67.042%202.111.336a2%202%200%200%201%20.552.552c.337.505.337%201.207.337%202.611s0%202.107-.337%202.611a2%202%200%200%201-.552.552c-.44.295-1.032.332-2.11.337M4%207.5S5.841%2010%206.5%2010S9%207.5%209%207.5m-2.5%201v-2c0-.464%200-.697.026-.892a3%203%200%200%201%202.582-2.582C9.303%203%209.536%203%2010%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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