winrar icon
winrar-line-duotone from Solar by 480 Design · Line Duotone · CC-BY-4.0 Attribution required.
- Name
- winrar-line-duotone
- Set
- Solar
- Style
- Line Duotone
- 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="M12.268 3a2 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.848m-5.464 0H5c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C2 4.602 2 5.068 2 6s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C3.602 9 4.068 9 5 9h7m5.732-6H19c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C22 4.602 22 5.068 22 6s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C20.398 9 19.932 9 19 9h-1m-.268-6q.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.235M18 15h1c.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.268M12 15H5c-.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.268M12 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 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 15m14-6c.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 15" opacity=".5"/><path stroke-linecap="round" d="M15 11v2" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarWinrarLineDuotone(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="M12.268 3a2 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.848m-5.464 0H5c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C2 4.602 2 5.068 2 6s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C3.602 9 4.068 9 5 9h7m5.732-6H19c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C22 4.602 22 5.068 22 6s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C20.398 9 19.932 9 19 9h-1m-.268-6q.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.235M18 15h1c.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.268M12 15H5c-.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.268M12 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 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 15m14-6c.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 15" opacity=".5"/><path strokeLinecap="round" d="M15 11v2" opacity=".5"/></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="M12.268 3a2 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.848m-5.464 0H5c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C2 4.602 2 5.068 2 6s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C3.602 9 4.068 9 5 9h7m5.732-6H19c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C22 4.602 22 5.068 22 6s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C20.398 9 19.932 9 19 9h-1m-.268-6q.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.235M18 15h1c.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.268M12 15H5c-.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.268M12 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 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 15m14-6c.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 15" opacity=".5"/><path stroke-linecap="round" d="M15 11v2" opacity=".5"/></g></svg> </template>
CSS
.icon-winrar-line-duotone {
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%22M12.268%203a2%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.848m-5.464%200H5c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C2%204.602%202%205.068%202%206s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083C3.602%209%204.068%209%205%209h7m5.732-6H19c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083C22%204.602%2022%205.068%2022%206s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C20.398%209%2019.932%209%2019%209h-1m-.268-6q.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.235M18%2015h1c.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.268M12%2015H5c-.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.268M12%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%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%2015m14-6c.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%2015%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%2011v2%22%20opacity%3D%22.5%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%22M12.268%203a2%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.848m-5.464%200H5c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C2%204.602%202%205.068%202%206s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083C3.602%209%204.068%209%205%209h7m5.732-6H19c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083C22%204.602%2022%205.068%2022%206s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C20.398%209%2019.932%209%2019%209h-1m-.268-6q.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.235M18%2015h1c.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.268M12%2015H5c-.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.268M12%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%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%2015m14-6c.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%2015%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%2011v2%22%20opacity%3D%22.5%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-line-duotone.svg?color=%231a73e8&size=48