winrar icon
winrar-bold-duotone from Solar by 480 Design · Bold Duotone · CC-BY-4.0 Attribution required.
- Name
- winrar-bold-duotone
- Set
- Solar
- Style
- Bold 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"><path fill="currentColor" d="M4.666 9c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083c-.152-.367-.152-.833-.152-1.765s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.268 3 3.734 3 4.666 3h7.268a2 2 0 0 0-.116.235c-.152.367-.152.833-.152 1.765v4zm17-3c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C20.064 9 19.598 9 18.666 9h-1V5c0-.932 0-1.398-.152-1.765A2 2 0 0 0 17.398 3h1.268c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765" opacity=".3"/><path fill="currentColor" d="M17.514 20.765c.152-.367.152-.833.152-1.765v-4h1c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083c-.367.152-.833.152-1.765.152h-1.268q.066-.113.116-.235m-5.58.235H4.666c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083c-.152-.367-.152-.833-.152-1.765s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.268 15 3.734 15 4.666 15h7v4c0 .932 0 1.398.152 1.765q.05.122.116.235" opacity=".7"/><path fill="currentColor" d="M17.666 9h1c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083c-.367.152-.833.152-1.765.152h-1zm-6 0v6h-7c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083c-.152-.367-.152-.833-.152-1.765s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.268 9 3.734 9 4.666 9z" opacity=".5"/><path fill="currentColor" fill-rule="evenodd" d="M17.514 3.235c.152.367.152.833.152 1.765v14c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083c-.367.152-.833.152-1.765.152s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083c-.152-.367-.152-.833-.152-1.765V5c0-.932 0-1.398.152-1.765q.05-.122.116-.235a2 2 0 0 1 .967-.848C13.268 2 13.734 2 14.666 2s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083M15.416 11a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarWinrarBoldDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.666 9c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083c-.152-.367-.152-.833-.152-1.765s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.268 3 3.734 3 4.666 3h7.268a2 2 0 0 0-.116.235c-.152.367-.152.833-.152 1.765v4zm17-3c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C20.064 9 19.598 9 18.666 9h-1V5c0-.932 0-1.398-.152-1.765A2 2 0 0 0 17.398 3h1.268c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765" opacity=".3"/><path fill="currentColor" d="M17.514 20.765c.152-.367.152-.833.152-1.765v-4h1c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083c-.367.152-.833.152-1.765.152h-1.268q.066-.113.116-.235m-5.58.235H4.666c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083c-.152-.367-.152-.833-.152-1.765s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.268 15 3.734 15 4.666 15h7v4c0 .932 0 1.398.152 1.765q.05.122.116.235" opacity=".7"/><path fill="currentColor" d="M17.666 9h1c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083c-.367.152-.833.152-1.765.152h-1zm-6 0v6h-7c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083c-.152-.367-.152-.833-.152-1.765s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.268 9 3.734 9 4.666 9z" opacity=".5"/><path fill="currentColor" fillRule="evenodd" d="M17.514 3.235c.152.367.152.833.152 1.765v14c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083c-.367.152-.833.152-1.765.152s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083c-.152-.367-.152-.833-.152-1.765V5c0-.932 0-1.398.152-1.765q.05-.122.116-.235a2 2 0 0 1 .967-.848C13.268 2 13.734 2 14.666 2s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083M15.416 11a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.666 9c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083c-.152-.367-.152-.833-.152-1.765s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.268 3 3.734 3 4.666 3h7.268a2 2 0 0 0-.116.235c-.152.367-.152.833-.152 1.765v4zm17-3c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C20.064 9 19.598 9 18.666 9h-1V5c0-.932 0-1.398-.152-1.765A2 2 0 0 0 17.398 3h1.268c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765" opacity=".3"/><path fill="currentColor" d="M17.514 20.765c.152-.367.152-.833.152-1.765v-4h1c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083c-.367.152-.833.152-1.765.152h-1.268q.066-.113.116-.235m-5.58.235H4.666c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083c-.152-.367-.152-.833-.152-1.765s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.268 15 3.734 15 4.666 15h7v4c0 .932 0 1.398.152 1.765q.05.122.116.235" opacity=".7"/><path fill="currentColor" d="M17.666 9h1c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083c-.367.152-.833.152-1.765.152h-1zm-6 0v6h-7c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083c-.152-.367-.152-.833-.152-1.765s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.268 9 3.734 9 4.666 9z" opacity=".5"/><path fill="currentColor" fill-rule="evenodd" d="M17.514 3.235c.152.367.152.833.152 1.765v14c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083c-.367.152-.833.152-1.765.152s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083c-.152-.367-.152-.833-.152-1.765V5c0-.932 0-1.398.152-1.765q.05-.122.116-.235a2 2 0 0 1 .967-.848C13.268 2 13.734 2 14.666 2s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083M15.416 11a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-winrar-bold-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.666%209c-.932%200-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083c-.152-.367-.152-.833-.152-1.765s0-1.398.152-1.765a2%202%200%200%201%201.083-1.083C3.268%203%203.734%203%204.666%203h7.268a2%202%200%200%200-.116.235c-.152.367-.152.833-.152%201.765v4zm17-3c0%20.932%200%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C20.064%209%2019.598%209%2018.666%209h-1V5c0-.932%200-1.398-.152-1.765A2%202%200%200%200%2017.398%203h1.268c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083c.152.367.152.833.152%201.765%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.514%2020.765c.152-.367.152-.833.152-1.765v-4h1c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083c.152.367.152.833.152%201.765s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083c-.367.152-.833.152-1.765.152h-1.268q.066-.113.116-.235m-5.58.235H4.666c-.932%200-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083c-.152-.367-.152-.833-.152-1.765s0-1.398.152-1.765a2%202%200%200%201%201.083-1.083C3.268%2015%203.734%2015%204.666%2015h7v4c0%20.932%200%201.398.152%201.765q.05.122.116.235%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.666%209h1c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083c.152.367.152.833.152%201.765s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083c-.367.152-.833.152-1.765.152h-1zm-6%200v6h-7c-.932%200-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083c-.152-.367-.152-.833-.152-1.765s0-1.398.152-1.765a2%202%200%200%201%201.083-1.083C3.268%209%203.734%209%204.666%209z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.514%203.235c.152.367.152.833.152%201.765v14c0%20.932%200%201.398-.152%201.765a2%202%200%200%201-1.083%201.083c-.367.152-.833.152-1.765.152s-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083c-.152-.367-.152-.833-.152-1.765V5c0-.932%200-1.398.152-1.765q.05-.122.116-.235a2%202%200%200%201%20.967-.848C13.268%202%2013.734%202%2014.666%202s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083M15.416%2011a.75.75%200%200%200-1.5%200v2a.75.75%200%200%200%201.5%200z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%20d%3D%22M4.666%209c-.932%200-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083c-.152-.367-.152-.833-.152-1.765s0-1.398.152-1.765a2%202%200%200%201%201.083-1.083C3.268%203%203.734%203%204.666%203h7.268a2%202%200%200%200-.116.235c-.152.367-.152.833-.152%201.765v4zm17-3c0%20.932%200%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C20.064%209%2019.598%209%2018.666%209h-1V5c0-.932%200-1.398-.152-1.765A2%202%200%200%200%2017.398%203h1.268c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083c.152.367.152.833.152%201.765%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.514%2020.765c.152-.367.152-.833.152-1.765v-4h1c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083c.152.367.152.833.152%201.765s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083c-.367.152-.833.152-1.765.152h-1.268q.066-.113.116-.235m-5.58.235H4.666c-.932%200-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083c-.152-.367-.152-.833-.152-1.765s0-1.398.152-1.765a2%202%200%200%201%201.083-1.083C3.268%2015%203.734%2015%204.666%2015h7v4c0%20.932%200%201.398.152%201.765q.05.122.116.235%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.666%209h1c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083c.152.367.152.833.152%201.765s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083c-.367.152-.833.152-1.765.152h-1zm-6%200v6h-7c-.932%200-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083c-.152-.367-.152-.833-.152-1.765s0-1.398.152-1.765a2%202%200%200%201%201.083-1.083C3.268%209%203.734%209%204.666%209z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.514%203.235c.152.367.152.833.152%201.765v14c0%20.932%200%201.398-.152%201.765a2%202%200%200%201-1.083%201.083c-.367.152-.833.152-1.765.152s-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083c-.152-.367-.152-.833-.152-1.765V5c0-.932%200-1.398.152-1.765q.05-.122.116-.235a2%202%200%200%201%20.967-.848C13.268%202%2013.734%202%2014.666%202s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083M15.416%2011a.75.75%200%200%200-1.5%200v2a.75.75%200%200%200%201.5%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/winrar-bold-duotone.svg?color=%231a73e8&size=48