blocked icon
blocked-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.
- Name
- blocked-16
- Set
- Octicons
- Style
- 16
- Viewbox
- 16×16
- License
- MIT
1 other variant in Octicons
The same icon in other sets
Use the blocked icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.467.22a.75.75 0 0 1 .53-.22h6.006c.199 0 .389.079.53.22l4.247 4.247c.141.14.22.331.22.53v6.006a.75.75 0 0 1-.22.53l-4.247 4.247a.75.75 0 0 1-.53.22H4.997a.75.75 0 0 1-.53-.22L.22 11.533a.75.75 0 0 1-.22-.53V4.997c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.308v5.384L5.308 14.5h5.384l3.808-3.808V5.308L10.692 1.5ZM4 7.75A.75.75 0 0 1 4.75 7h6.5a.75.75 0 0 1 0 1.5h-6.5A.75.75 0 0 1 4 7.75"/></svg>
React
import type { SVGProps } from "react";
export function OcticonBlocked16(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.467.22a.75.75 0 0 1 .53-.22h6.006c.199 0 .389.079.53.22l4.247 4.247c.141.14.22.331.22.53v6.006a.75.75 0 0 1-.22.53l-4.247 4.247a.75.75 0 0 1-.53.22H4.997a.75.75 0 0 1-.53-.22L.22 11.533a.75.75 0 0 1-.22-.53V4.997c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.308v5.384L5.308 14.5h5.384l3.808-3.808V5.308L10.692 1.5ZM4 7.75A.75.75 0 0 1 4.75 7h6.5a.75.75 0 0 1 0 1.5h-6.5A.75.75 0 0 1 4 7.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.467.22a.75.75 0 0 1 .53-.22h6.006c.199 0 .389.079.53.22l4.247 4.247c.141.14.22.331.22.53v6.006a.75.75 0 0 1-.22.53l-4.247 4.247a.75.75 0 0 1-.53.22H4.997a.75.75 0 0 1-.53-.22L.22 11.533a.75.75 0 0 1-.22-.53V4.997c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.308v5.384L5.308 14.5h5.384l3.808-3.808V5.308L10.692 1.5ZM4 7.75A.75.75 0 0 1 4.75 7h6.5a.75.75 0 0 1 0 1.5h-6.5A.75.75 0 0 1 4 7.75"/></svg> </template>
CSS
.icon-blocked-16 {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.467.22a.75.75%200%200%201%20.53-.22h6.006c.199%200%20.389.079.53.22l4.247%204.247c.141.14.22.331.22.53v6.006a.75.75%200%200%201-.22.53l-4.247%204.247a.75.75%200%200%201-.53.22H4.997a.75.75%200%200%201-.53-.22L.22%2011.533a.75.75%200%200%201-.22-.53V4.997c0-.199.079-.389.22-.53Zm.84%201.28L1.5%205.308v5.384L5.308%2014.5h5.384l3.808-3.808V5.308L10.692%201.5ZM4%207.75A.75.75%200%200%201%204.75%207h6.5a.75.75%200%200%201%200%201.5h-6.5A.75.75%200%200%201%204%207.75%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.467.22a.75.75%200%200%201%20.53-.22h6.006c.199%200%20.389.079.53.22l4.247%204.247c.141.14.22.331.22.53v6.006a.75.75%200%200%201-.22.53l-4.247%204.247a.75.75%200%200%201-.53.22H4.997a.75.75%200%200%201-.53-.22L.22%2011.533a.75.75%200%200%201-.22-.53V4.997c0-.199.079-.389.22-.53Zm.84%201.28L1.5%205.308v5.384L5.308%2014.5h5.384l3.808-3.808V5.308L10.692%201.5ZM4%207.75A.75.75%200%200%201%204.75%207h6.5a.75.75%200%200%201%200%201.5h-6.5A.75.75%200%200%201%204%207.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/blocked-16.svg?color=%231a73e8&size=48