winrar icon

winrar-broken from Solar by 480 Design · Broken · CC-BY-4.0 Attribution required.

Name
winrar-broken
Set
Solar
Style
Broken
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

Use the winrar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M19 9c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C22 10.602 22 11.068 22 12s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C20.398 15 19.932 15 19 15m0-6c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C22 7.398 22 6.932 22 6s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C20.398 3 19.932 3 19 3h-1.268M19 9h-1m1 6c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C22 16.602 22 17.068 22 18s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C20.398 21 19.932 21 19 21h-1.268M19 15h-1M5 15c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C2 13.398 2 12.932 2 12s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.602 9 5.068 9 6 9c-.932 0-2.398 0-2.765-.152a2 2 0 0 1-1.083-1.083C2 7.398 2 6.932 2 6s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.602 3 4.068 3 5 3h7.268M5 15c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C2 16.602 2 17.068 2 18s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C3.602 21 4.068 21 5 21m0-6h7m.268-12a2 2 0 0 0-.116.235C12 3.602 12 4.068 12 5v4m.268-6a2 2 0 0 1 .967-.848C13.602 2 14.068 2 15 2s1.398 0 1.765.152a2 2 0 0 1 .967.848m0 0q.066.113.116.235C18 3.602 18 4.068 18 5v4m0 0v6m-6-6v6m0-6h-2m8 6v4c0 .932 0 1.398-.152 1.765q-.05.122-.116.235M12 15v4c0 .932 0 1.398.152 1.765q.051.122.116.235m0 0a2 2 0 0 0 .967.848C13.602 22 14.068 22 15 22s1.398 0 1.765-.152a2 2 0 0 0 .967-.848m-5.464 0H9"/><path d="M15 11v2"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarWinrarBroken(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" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M19 9c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C22 10.602 22 11.068 22 12s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C20.398 15 19.932 15 19 15m0-6c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C22 7.398 22 6.932 22 6s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C20.398 3 19.932 3 19 3h-1.268M19 9h-1m1 6c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C22 16.602 22 17.068 22 18s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C20.398 21 19.932 21 19 21h-1.268M19 15h-1M5 15c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C2 13.398 2 12.932 2 12s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.602 9 5.068 9 6 9c-.932 0-2.398 0-2.765-.152a2 2 0 0 1-1.083-1.083C2 7.398 2 6.932 2 6s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.602 3 4.068 3 5 3h7.268M5 15c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C2 16.602 2 17.068 2 18s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C3.602 21 4.068 21 5 21m0-6h7m.268-12a2 2 0 0 0-.116.235C12 3.602 12 4.068 12 5v4m.268-6a2 2 0 0 1 .967-.848C13.602 2 14.068 2 15 2s1.398 0 1.765.152a2 2 0 0 1 .967.848m0 0q.066.113.116.235C18 3.602 18 4.068 18 5v4m0 0v6m-6-6v6m0-6h-2m8 6v4c0 .932 0 1.398-.152 1.765q-.05.122-.116.235M12 15v4c0 .932 0 1.398.152 1.765q.051.122.116.235m0 0a2 2 0 0 0 .967.848C13.602 22 14.068 22 15 22s1.398 0 1.765-.152a2 2 0 0 0 .967-.848m-5.464 0H9"/><path d="M15 11v2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M19 9c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C22 10.602 22 11.068 22 12s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C20.398 15 19.932 15 19 15m0-6c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C22 7.398 22 6.932 22 6s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C20.398 3 19.932 3 19 3h-1.268M19 9h-1m1 6c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C22 16.602 22 17.068 22 18s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C20.398 21 19.932 21 19 21h-1.268M19 15h-1M5 15c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C2 13.398 2 12.932 2 12s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.602 9 5.068 9 6 9c-.932 0-2.398 0-2.765-.152a2 2 0 0 1-1.083-1.083C2 7.398 2 6.932 2 6s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.602 3 4.068 3 5 3h7.268M5 15c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C2 16.602 2 17.068 2 18s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C3.602 21 4.068 21 5 21m0-6h7m.268-12a2 2 0 0 0-.116.235C12 3.602 12 4.068 12 5v4m.268-6a2 2 0 0 1 .967-.848C13.602 2 14.068 2 15 2s1.398 0 1.765.152a2 2 0 0 1 .967.848m0 0q.066.113.116.235C18 3.602 18 4.068 18 5v4m0 0v6m-6-6v6m0-6h-2m8 6v4c0 .932 0 1.398-.152 1.765q-.05.122-.116.235M12 15v4c0 .932 0 1.398.152 1.765q.051.122.116.235m0 0a2 2 0 0 0 .967.848C13.602 22 14.068 22 15 22s1.398 0 1.765-.152a2 2 0 0 0 .967-.848m-5.464 0H9"/><path d="M15 11v2"/></g></svg>
</template>

CSS

.icon-winrar-broken {
  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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19%209c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083C22%2010.602%2022%2011.068%2022%2012s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C20.398%2015%2019.932%2015%2019%2015m0-6c.932%200%201.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C22%207.398%2022%206.932%2022%206s0-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C20.398%203%2019.932%203%2019%203h-1.268M19%209h-1m1%206c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083C22%2016.602%2022%2017.068%2022%2018s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C20.398%2021%2019.932%2021%2019%2021h-1.268M19%2015h-1M5%2015c-.932%200-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C2%2013.398%202%2012.932%202%2012s0-1.398.152-1.765a2%202%200%200%201%201.083-1.083C3.602%209%205.068%209%206%209c-.932%200-2.398%200-2.765-.152a2%202%200%200%201-1.083-1.083C2%207.398%202%206.932%202%206s0-1.398.152-1.765a2%202%200%200%201%201.083-1.083C3.602%203%204.068%203%205%203h7.268M5%2015c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C2%2016.602%202%2017.068%202%2018s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083C3.602%2021%204.068%2021%205%2021m0-6h7m.268-12a2%202%200%200%200-.116.235C12%203.602%2012%204.068%2012%205v4m.268-6a2%202%200%200%201%20.967-.848C13.602%202%2014.068%202%2015%202s1.398%200%201.765.152a2%202%200%200%201%20.967.848m0%200q.066.113.116.235C18%203.602%2018%204.068%2018%205v4m0%200v6m-6-6v6m0-6h-2m8%206v4c0%20.932%200%201.398-.152%201.765q-.05.122-.116.235M12%2015v4c0%20.932%200%201.398.152%201.765q.051.122.116.235m0%200a2%202%200%200%200%20.967.848C13.602%2022%2014.068%2022%2015%2022s1.398%200%201.765-.152a2%202%200%200%200%20.967-.848m-5.464%200H9%22%2F%3E%3Cpath%20d%3D%22M15%2011v2%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19%209c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083C22%2010.602%2022%2011.068%2022%2012s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C20.398%2015%2019.932%2015%2019%2015m0-6c.932%200%201.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C22%207.398%2022%206.932%2022%206s0-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C20.398%203%2019.932%203%2019%203h-1.268M19%209h-1m1%206c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083C22%2016.602%2022%2017.068%2022%2018s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C20.398%2021%2019.932%2021%2019%2021h-1.268M19%2015h-1M5%2015c-.932%200-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C2%2013.398%202%2012.932%202%2012s0-1.398.152-1.765a2%202%200%200%201%201.083-1.083C3.602%209%205.068%209%206%209c-.932%200-2.398%200-2.765-.152a2%202%200%200%201-1.083-1.083C2%207.398%202%206.932%202%206s0-1.398.152-1.765a2%202%200%200%201%201.083-1.083C3.602%203%204.068%203%205%203h7.268M5%2015c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C2%2016.602%202%2017.068%202%2018s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083C3.602%2021%204.068%2021%205%2021m0-6h7m.268-12a2%202%200%200%200-.116.235C12%203.602%2012%204.068%2012%205v4m.268-6a2%202%200%200%201%20.967-.848C13.602%202%2014.068%202%2015%202s1.398%200%201.765.152a2%202%200%200%201%20.967.848m0%200q.066.113.116.235C18%203.602%2018%204.068%2018%205v4m0%200v6m-6-6v6m0-6h-2m8%206v4c0%20.932%200%201.398-.152%201.765q-.05.122-.116.235M12%2015v4c0%20.932%200%201.398.152%201.765q.051.122.116.235m0%200a2%202%200%200%200%20.967.848C13.602%2022%2014.068%2022%2015%2022s1.398%200%201.765-.152a2%202%200%200%200%20.967-.848m-5.464%200H9%22%2F%3E%3Cpath%20d%3D%22M15%2011v2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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