slash icon
slash-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- slash-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All slash icons →More newicons icons from Reicon
Use the slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m19.53 5.53l-14 14c-.02.02-.03.03-.05.04q-.57-.48-1.05-1.05A9.9 9.9 0 0 1 2 12C2 6.48 6.48 2 12 2c2.49 0 4.77.91 6.52 2.43q.57.48 1.05 1.05c-.01.02-.02.03-.04.05M22 12c0 5.49-4.51 10-10 10c-1.5 0-2.92-.33-4.2-.93c-.62-.29-.74-1.12-.26-1.61L19.46 7.54c.48-.48 1.32-.36 1.61.26c.6 1.27.93 2.7.93 4.2"/><path d="M21.77 2.229c-.3-.3-.79-.3-1.09 0L2.23 20.689c-.3.3-.3.79 0 1.09a.76.76 0 0 0 1.08-.01l18.46-18.46c.31-.3.31-.78 0-1.08"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSlashFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m19.53 5.53l-14 14c-.02.02-.03.03-.05.04q-.57-.48-1.05-1.05A9.9 9.9 0 0 1 2 12C2 6.48 6.48 2 12 2c2.49 0 4.77.91 6.52 2.43q.57.48 1.05 1.05c-.01.02-.02.03-.04.05M22 12c0 5.49-4.51 10-10 10c-1.5 0-2.92-.33-4.2-.93c-.62-.29-.74-1.12-.26-1.61L19.46 7.54c.48-.48 1.32-.36 1.61.26c.6 1.27.93 2.7.93 4.2"/><path d="M21.77 2.229c-.3-.3-.79-.3-1.09 0L2.23 20.689c-.3.3-.3.79 0 1.09a.76.76 0 0 0 1.08-.01l18.46-18.46c.31-.3.31-.78 0-1.08"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m19.53 5.53l-14 14c-.02.02-.03.03-.05.04q-.57-.48-1.05-1.05A9.9 9.9 0 0 1 2 12C2 6.48 6.48 2 12 2c2.49 0 4.77.91 6.52 2.43q.57.48 1.05 1.05c-.01.02-.02.03-.04.05M22 12c0 5.49-4.51 10-10 10c-1.5 0-2.92-.33-4.2-.93c-.62-.29-.74-1.12-.26-1.61L19.46 7.54c.48-.48 1.32-.36 1.61.26c.6 1.27.93 2.7.93 4.2"/><path d="M21.77 2.229c-.3-.3-.79-.3-1.09 0L2.23 20.689c-.3.3-.3.79 0 1.09a.76.76 0 0 0 1.08-.01l18.46-18.46c.31-.3.31-.78 0-1.08"/></g></svg> </template>
CSS
.icon-slash-filled {
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%22currentColor%22%3E%3Cpath%20d%3D%22m19.53%205.53l-14%2014c-.02.02-.03.03-.05.04q-.57-.48-1.05-1.05A9.9%209.9%200%200%201%202%2012C2%206.48%206.48%202%2012%202c2.49%200%204.77.91%206.52%202.43q.57.48%201.05%201.05c-.01.02-.02.03-.04.05M22%2012c0%205.49-4.51%2010-10%2010c-1.5%200-2.92-.33-4.2-.93c-.62-.29-.74-1.12-.26-1.61L19.46%207.54c.48-.48%201.32-.36%201.61.26c.6%201.27.93%202.7.93%204.2%22%2F%3E%3Cpath%20d%3D%22M21.77%202.229c-.3-.3-.79-.3-1.09%200L2.23%2020.689c-.3.3-.3.79%200%201.09a.76.76%200%200%200%201.08-.01l18.46-18.46c.31-.3.31-.78%200-1.08%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%22currentColor%22%3E%3Cpath%20d%3D%22m19.53%205.53l-14%2014c-.02.02-.03.03-.05.04q-.57-.48-1.05-1.05A9.9%209.9%200%200%201%202%2012C2%206.48%206.48%202%2012%202c2.49%200%204.77.91%206.52%202.43q.57.48%201.05%201.05c-.01.02-.02.03-.04.05M22%2012c0%205.49-4.51%2010-10%2010c-1.5%200-2.92-.33-4.2-.93c-.62-.29-.74-1.12-.26-1.61L19.46%207.54c.48-.48%201.32-.36%201.61.26c.6%201.27.93%202.7.93%204.2%22%2F%3E%3Cpath%20d%3D%22M21.77%202.229c-.3-.3-.79-.3-1.09%200L2.23%2020.689c-.3.3-.3.79%200%201.09a.76.76%200%200%200%201.08-.01l18.46-18.46c.31-.3.31-.78%200-1.08%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/slash-filled.svg?color=%231a73e8&size=48