winrar icon
winrar-bold from Solar by 480 Design · Bold · CC-BY-4.0 Attribution required.
- Name
- winrar-bold
- Set
- Solar
- Style
- Bold
- 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" fill-rule="evenodd" d="M17.848 3.235C18 3.602 18 4.068 18 5v14c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C16.398 22 15.932 22 15 22s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C12 20.398 12 19.932 12 19V5c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C13.602 2 14.068 2 15 2s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083M15.75 11a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0z" clip-rule="evenodd"/><path fill="currentColor" d="M10.65 21a4 4 0 0 1-.127-.804c-.023-.33-.023-.724-.023-1.152V4.956c0-.428 0-.822.023-1.152c.017-.254.05-.525.127-.804H5c-.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 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 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 21zm8.7 0c.705-.003 1.097-.02 1.415-.152a2 2 0 0 0 1.083-1.083C22 19.398 22 18.932 22 18s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083c-.295-.122-.653-.146-1.265-.15v4.042c0 .428 0 .822-.023 1.152c-.017.254-.05.525-.127.804m.15-6.001c.612-.005.97-.029 1.265-.151a2 2 0 0 0 1.083-1.083C22 13.398 22 12.932 22 12s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083c-.295-.122-.653-.146-1.265-.15zm0-6c.612-.005.97-.029 1.265-.151a2 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.083c-.318-.132-.71-.15-1.415-.152c.077.28.11.55.127.804c.023.33.023.724.023 1.152z"/></svg>
React
import type { SVGProps } from "react";
export function SolarWinrarBold(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" fillRule="evenodd" d="M17.848 3.235C18 3.602 18 4.068 18 5v14c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C16.398 22 15.932 22 15 22s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C12 20.398 12 19.932 12 19V5c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C13.602 2 14.068 2 15 2s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083M15.75 11a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0z" clipRule="evenodd"/><path fill="currentColor" d="M10.65 21a4 4 0 0 1-.127-.804c-.023-.33-.023-.724-.023-1.152V4.956c0-.428 0-.822.023-1.152c.017-.254.05-.525.127-.804H5c-.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 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 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 21zm8.7 0c.705-.003 1.097-.02 1.415-.152a2 2 0 0 0 1.083-1.083C22 19.398 22 18.932 22 18s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083c-.295-.122-.653-.146-1.265-.15v4.042c0 .428 0 .822-.023 1.152c-.017.254-.05.525-.127.804m.15-6.001c.612-.005.97-.029 1.265-.151a2 2 0 0 0 1.083-1.083C22 13.398 22 12.932 22 12s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083c-.295-.122-.653-.146-1.265-.15zm0-6c.612-.005.97-.029 1.265-.151a2 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.083c-.318-.132-.71-.15-1.415-.152c.077.28.11.55.127.804c.023.33.023.724.023 1.152z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17.848 3.235C18 3.602 18 4.068 18 5v14c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C16.398 22 15.932 22 15 22s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C12 20.398 12 19.932 12 19V5c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C13.602 2 14.068 2 15 2s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083M15.75 11a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0z" clip-rule="evenodd"/><path fill="currentColor" d="M10.65 21a4 4 0 0 1-.127-.804c-.023-.33-.023-.724-.023-1.152V4.956c0-.428 0-.822.023-1.152c.017-.254.05-.525.127-.804H5c-.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 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 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 21zm8.7 0c.705-.003 1.097-.02 1.415-.152a2 2 0 0 0 1.083-1.083C22 19.398 22 18.932 22 18s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083c-.295-.122-.653-.146-1.265-.15v4.042c0 .428 0 .822-.023 1.152c-.017.254-.05.525-.127.804m.15-6.001c.612-.005.97-.029 1.265-.151a2 2 0 0 0 1.083-1.083C22 13.398 22 12.932 22 12s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083c-.295-.122-.653-.146-1.265-.15zm0-6c.612-.005.97-.029 1.265-.151a2 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.083c-.318-.132-.71-.15-1.415-.152c.077.28.11.55.127.804c.023.33.023.724.023 1.152z"/></svg> </template>
CSS
.icon-winrar-bold {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M17.848%203.235C18%203.602%2018%204.068%2018%205v14c0%20.932%200%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C16.398%2022%2015.932%2022%2015%2022s-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C12%2020.398%2012%2019.932%2012%2019V5c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C13.602%202%2014.068%202%2015%202s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083M15.75%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.65%2021a4%204%200%200%201-.127-.804c-.023-.33-.023-.724-.023-1.152V4.956c0-.428%200-.822.023-1.152c.017-.254.05-.525.127-.804H5c-.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%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%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%2021zm8.7%200c.705-.003%201.097-.02%201.415-.152a2%202%200%200%200%201.083-1.083C22%2019.398%2022%2018.932%2022%2018s0-1.398-.152-1.765a2%202%200%200%200-1.083-1.083c-.295-.122-.653-.146-1.265-.15v4.042c0%20.428%200%20.822-.023%201.152c-.017.254-.05.525-.127.804m.15-6.001c.612-.005.97-.029%201.265-.151a2%202%200%200%200%201.083-1.083C22%2013.398%2022%2012.932%2022%2012s0-1.398-.152-1.765a2%202%200%200%200-1.083-1.083c-.295-.122-.653-.146-1.265-.15zm0-6c.612-.005.97-.029%201.265-.151a2%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.083c-.318-.132-.71-.15-1.415-.152c.077.28.11.55.127.804c.023.33.023.724.023%201.152z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M17.848%203.235C18%203.602%2018%204.068%2018%205v14c0%20.932%200%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C16.398%2022%2015.932%2022%2015%2022s-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C12%2020.398%2012%2019.932%2012%2019V5c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C13.602%202%2014.068%202%2015%202s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083M15.75%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.65%2021a4%204%200%200%201-.127-.804c-.023-.33-.023-.724-.023-1.152V4.956c0-.428%200-.822.023-1.152c.017-.254.05-.525.127-.804H5c-.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%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%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%2021zm8.7%200c.705-.003%201.097-.02%201.415-.152a2%202%200%200%200%201.083-1.083C22%2019.398%2022%2018.932%2022%2018s0-1.398-.152-1.765a2%202%200%200%200-1.083-1.083c-.295-.122-.653-.146-1.265-.15v4.042c0%20.428%200%20.822-.023%201.152c-.017.254-.05.525-.127.804m.15-6.001c.612-.005.97-.029%201.265-.151a2%202%200%200%200%201.083-1.083C22%2013.398%2022%2012.932%2022%2012s0-1.398-.152-1.765a2%202%200%200%200-1.083-1.083c-.295-.122-.653-.146-1.265-.15zm0-6c.612-.005.97-.029%201.265-.151a2%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.083c-.318-.132-.71-.15-1.415-.152c.077.28.11.55.127.804c.023.33.023.724.023%201.152z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/winrar-bold.svg?color=%231a73e8&size=48