Revenge Manager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Revenge Manager icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/332133.svg" alt="Revenge Manager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332133.svg" alt="Revenge Manager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332133.svg" alt="Revenge Manager icon" :width="24" :height="24" />
CSS background
.icon-revenge-manager {
background-image: url('https://proicons.com/icon/332133.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="d" d="M43.4927,30.9922c.0628.9409-.2843,1.891-.9501,2.5578l-5.0526,5.1066c-.6133.6143-1.4447,1.0711-2.3127,1.0711h-8.3166c-1.8067,0-3.8293-1.6889-3.8293-3.4942.0286-.7808.4893-1.3693.9131-1.9871l-10.8047-.5628c-.257-.0114-.8977-.0217-1.6709-.0308-2.5011-.0285-4.6094-1.8774-4.9577-4.3542l-2.0112-12.7287c.2055-2.1012,1.86-3.7794,3.9702-4.0059l6.0976-.9738c.3587-.0573.7209.079.953.3584l1.4535,1.7504c.2318.279.5933.4153.9517.3586l11.6064-1.838c.282-.0446.5327-.2045.692-.4413l1.7777-2.6414c.1591-.2364.4092-.3962.6906-.4411l2.4908-.3978c2.3184-.2478,4.4381,1.328,4.8675,3.6187l.3604,2.0757c.031.179.1118.3445.2171.4925.3459.486.5594,1.0558.6,1.658l2.2643,14.8494ZM14.2385,21.013l7.1228,1.9082c.0579,1.7853-1.316,3.9864-3.8523,3.9864-2.1288,0-3.8545-1.7255-3.8545-3.8539,0-.7495.2139-1.4489.5841-2.0407ZM26.5053,22.9152l7.1193-1.9073c.3721.5929.5873,1.2941.5873,2.0457,0,2.1284-1.7258,3.8539-3.8545,3.8539-2.555,0-3.9159-2.229-3.8521-3.9923h0Z"/></g></svg>
Copied!