winrar icon
winrar-linear from Solar by 480 Design · Linear · CC-BY-4.0 Attribution required.
- Name
- winrar-linear
- Set
- Solar
- Style
- Linear
- 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-width="1.5"><path d="M5 9c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C2 10.602 2 11.068 2 12s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C3.602 15 4.068 15 5 15m0-6c-.932 0-1.398 0-1.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 9h7m7 0c.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 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 21h7.268M5 15h7m.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-6v6m6 0v4c0 .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-.848"/><path stroke-linecap="round" d="M15 11v2"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarWinrarLinear(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" strokeWidth="1.5"><path d="M5 9c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C2 10.602 2 11.068 2 12s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C3.602 15 4.068 15 5 15m0-6c-.932 0-1.398 0-1.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 9h7m7 0c.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 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 21h7.268M5 15h7m.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-6v6m6 0v4c0 .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-.848"/><path strokeLinecap="round" 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-width="1.5"><path d="M5 9c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C2 10.602 2 11.068 2 12s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C3.602 15 4.068 15 5 15m0-6c-.932 0-1.398 0-1.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 9h7m7 0c.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 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 21h7.268M5 15h7m.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-6v6m6 0v4c0 .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-.848"/><path stroke-linecap="round" d="M15 11v2"/></g></svg> </template>
CSS
.icon-winrar-linear {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5%209c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C2%2010.602%202%2011.068%202%2012s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083C3.602%2015%204.068%2015%205%2015m0-6c-.932%200-1.398%200-1.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%209h7m7%200c.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%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%2021h7.268M5%2015h7m.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-6v6m6%200v4c0%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-.848%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5%209c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C2%2010.602%202%2011.068%202%2012s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083C3.602%2015%204.068%2015%205%2015m0-6c-.932%200-1.398%200-1.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%209h7m7%200c.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%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%2021h7.268M5%2015h7m.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-6v6m6%200v4c0%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-.848%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%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-linear.svg?color=%231a73e8&size=48