transparency icon
transparency from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- transparency
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
The same icon in other sets
Use the transparency icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M0 6.5a6.5 6.5 0 0 1 12.346-2.846a6.5 6.5 0 1 1-8.691 8.691A6.5 6.5 0 0 1 0 6.5m5.144 6.358a5.5 5.5 0 1 0 7.714-7.714a6.5 6.5 0 0 1-7.714 7.714m-.733-1.269q.546.226 1.144.33l-1.474-1.474q.104.597.33 1.144m2.614.386a5.5 5.5 0 0 0 1.173-.242L4.374 7.91a6 6 0 0 0-.296 1.118zm2.157-.672q.446-.25.838-.576L5.418 6.126a6 6 0 0 0-.587.826zm1.545-1.284q.325-.39.576-.837L6.953 4.83a6 6 0 0 0-.827.587l4.6 4.602Zm1.006-1.822q.183-.562.242-1.172L9.028 4.078q-.58.096-1.118.296l3.823 3.824Zm.186-2.642a5.5 5.5 0 0 0-.33-1.144a5.5 5.5 0 0 0-1.144-.33z"/></svg>
React
import type { SVGProps } from "react";
export function BiTransparency(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="M0 6.5a6.5 6.5 0 0 1 12.346-2.846a6.5 6.5 0 1 1-8.691 8.691A6.5 6.5 0 0 1 0 6.5m5.144 6.358a5.5 5.5 0 1 0 7.714-7.714a6.5 6.5 0 0 1-7.714 7.714m-.733-1.269q.546.226 1.144.33l-1.474-1.474q.104.597.33 1.144m2.614.386a5.5 5.5 0 0 0 1.173-.242L4.374 7.91a6 6 0 0 0-.296 1.118zm2.157-.672q.446-.25.838-.576L5.418 6.126a6 6 0 0 0-.587.826zm1.545-1.284q.325-.39.576-.837L6.953 4.83a6 6 0 0 0-.827.587l4.6 4.602Zm1.006-1.822q.183-.562.242-1.172L9.028 4.078q-.58.096-1.118.296l3.823 3.824Zm.186-2.642a5.5 5.5 0 0 0-.33-1.144a5.5 5.5 0 0 0-1.144-.33z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M0 6.5a6.5 6.5 0 0 1 12.346-2.846a6.5 6.5 0 1 1-8.691 8.691A6.5 6.5 0 0 1 0 6.5m5.144 6.358a5.5 5.5 0 1 0 7.714-7.714a6.5 6.5 0 0 1-7.714 7.714m-.733-1.269q.546.226 1.144.33l-1.474-1.474q.104.597.33 1.144m2.614.386a5.5 5.5 0 0 0 1.173-.242L4.374 7.91a6 6 0 0 0-.296 1.118zm2.157-.672q.446-.25.838-.576L5.418 6.126a6 6 0 0 0-.587.826zm1.545-1.284q.325-.39.576-.837L6.953 4.83a6 6 0 0 0-.827.587l4.6 4.602Zm1.006-1.822q.183-.562.242-1.172L9.028 4.078q-.58.096-1.118.296l3.823 3.824Zm.186-2.642a5.5 5.5 0 0 0-.33-1.144a5.5 5.5 0 0 0-1.144-.33z"/></svg> </template>
CSS
.icon-transparency {
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%22M0%206.5a6.5%206.5%200%200%201%2012.346-2.846a6.5%206.5%200%201%201-8.691%208.691A6.5%206.5%200%200%201%200%206.5m5.144%206.358a5.5%205.5%200%201%200%207.714-7.714a6.5%206.5%200%200%201-7.714%207.714m-.733-1.269q.546.226%201.144.33l-1.474-1.474q.104.597.33%201.144m2.614.386a5.5%205.5%200%200%200%201.173-.242L4.374%207.91a6%206%200%200%200-.296%201.118zm2.157-.672q.446-.25.838-.576L5.418%206.126a6%206%200%200%200-.587.826zm1.545-1.284q.325-.39.576-.837L6.953%204.83a6%206%200%200%200-.827.587l4.6%204.602Zm1.006-1.822q.183-.562.242-1.172L9.028%204.078q-.58.096-1.118.296l3.823%203.824Zm.186-2.642a5.5%205.5%200%200%200-.33-1.144a5.5%205.5%200%200%200-1.144-.33z%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%22M0%206.5a6.5%206.5%200%200%201%2012.346-2.846a6.5%206.5%200%201%201-8.691%208.691A6.5%206.5%200%200%201%200%206.5m5.144%206.358a5.5%205.5%200%201%200%207.714-7.714a6.5%206.5%200%200%201-7.714%207.714m-.733-1.269q.546.226%201.144.33l-1.474-1.474q.104.597.33%201.144m2.614.386a5.5%205.5%200%200%200%201.173-.242L4.374%207.91a6%206%200%200%200-.296%201.118zm2.157-.672q.446-.25.838-.576L5.418%206.126a6%206%200%200%200-.587.826zm1.545-1.284q.325-.39.576-.837L6.953%204.83a6%206%200%200%200-.827.587l4.6%204.602Zm1.006-1.822q.183-.562.242-1.172L9.028%204.078q-.58.096-1.118.296l3.823%203.824Zm.186-2.642a5.5%205.5%200%200%200-.33-1.144a5.5%205.5%200%200%200-1.144-.33z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/transparency.svg?color=%231a73e8&size=48