cross bolnisi icon
cross-bolnisi from Material Design Icons by Pictogrammers · Filled · Religion · Apache-2.0 Free for personal and commercial use.
- Name
- cross-bolnisi
- Set
- Material Design Icons
- Style
- Filled
- Category
- Religion
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- bolnisi-cross
More religion icons from Material Design Icons
Use the cross bolnisi icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22 7l-.5-.5c-1.57 1.5-3.03 2.9-4.57 3.68c-1.43.73-2.49.73-3.93.82c.09-1.44.09-2.5.82-3.93c.78-1.54 2.18-3 3.68-4.57L17 2c-1.68 1.23-3.36 1.83-5 1.83S8.68 3.23 7 2l-.5.5C8 4.07 9.4 5.53 10.18 7.07c.73 1.43.73 2.49.82 3.93c-1.44-.09-2.5-.09-3.93-.82C5.53 9.4 4.06 8 2.5 6.5L2 7c1.23 1.68 1.83 3.36 1.83 5s-.6 3.32-1.83 5l.5.5c1.57-1.5 3.03-2.9 4.57-3.68c1.43-.73 2.49-.73 3.93-.82c-.09 1.44-.09 2.5-.82 3.93c-.78 1.54-2.18 3-3.68 4.57l.5.5c1.68-1.23 3.36-1.83 5-1.83s3.32.6 5 1.83l.5-.5c-1.5-1.57-2.9-3.03-3.68-4.57c-.73-1.43-.73-2.49-.82-3.93c1.44.09 2.5.09 3.93.82c1.54.78 3 2.18 4.57 3.68l.5-.5c-1.23-1.68-1.83-3.36-1.83-5s.6-3.32 1.83-5"/></svg>
React
import type { SVGProps } from "react";
export function MdiCrossBolnisi(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="m22 7l-.5-.5c-1.57 1.5-3.03 2.9-4.57 3.68c-1.43.73-2.49.73-3.93.82c.09-1.44.09-2.5.82-3.93c.78-1.54 2.18-3 3.68-4.57L17 2c-1.68 1.23-3.36 1.83-5 1.83S8.68 3.23 7 2l-.5.5C8 4.07 9.4 5.53 10.18 7.07c.73 1.43.73 2.49.82 3.93c-1.44-.09-2.5-.09-3.93-.82C5.53 9.4 4.06 8 2.5 6.5L2 7c1.23 1.68 1.83 3.36 1.83 5s-.6 3.32-1.83 5l.5.5c1.57-1.5 3.03-2.9 4.57-3.68c1.43-.73 2.49-.73 3.93-.82c-.09 1.44-.09 2.5-.82 3.93c-.78 1.54-2.18 3-3.68 4.57l.5.5c1.68-1.23 3.36-1.83 5-1.83s3.32.6 5 1.83l.5-.5c-1.5-1.57-2.9-3.03-3.68-4.57c-.73-1.43-.73-2.49-.82-3.93c1.44.09 2.5.09 3.93.82c1.54.78 3 2.18 4.57 3.68l.5-.5c-1.23-1.68-1.83-3.36-1.83-5s.6-3.32 1.83-5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22 7l-.5-.5c-1.57 1.5-3.03 2.9-4.57 3.68c-1.43.73-2.49.73-3.93.82c.09-1.44.09-2.5.82-3.93c.78-1.54 2.18-3 3.68-4.57L17 2c-1.68 1.23-3.36 1.83-5 1.83S8.68 3.23 7 2l-.5.5C8 4.07 9.4 5.53 10.18 7.07c.73 1.43.73 2.49.82 3.93c-1.44-.09-2.5-.09-3.93-.82C5.53 9.4 4.06 8 2.5 6.5L2 7c1.23 1.68 1.83 3.36 1.83 5s-.6 3.32-1.83 5l.5.5c1.57-1.5 3.03-2.9 4.57-3.68c1.43-.73 2.49-.73 3.93-.82c-.09 1.44-.09 2.5-.82 3.93c-.78 1.54-2.18 3-3.68 4.57l.5.5c1.68-1.23 3.36-1.83 5-1.83s3.32.6 5 1.83l.5-.5c-1.5-1.57-2.9-3.03-3.68-4.57c-.73-1.43-.73-2.49-.82-3.93c1.44.09 2.5.09 3.93.82c1.54.78 3 2.18 4.57 3.68l.5-.5c-1.23-1.68-1.83-3.36-1.83-5s.6-3.32 1.83-5"/></svg> </template>
CSS
.icon-cross-bolnisi {
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%22m22%207l-.5-.5c-1.57%201.5-3.03%202.9-4.57%203.68c-1.43.73-2.49.73-3.93.82c.09-1.44.09-2.5.82-3.93c.78-1.54%202.18-3%203.68-4.57L17%202c-1.68%201.23-3.36%201.83-5%201.83S8.68%203.23%207%202l-.5.5C8%204.07%209.4%205.53%2010.18%207.07c.73%201.43.73%202.49.82%203.93c-1.44-.09-2.5-.09-3.93-.82C5.53%209.4%204.06%208%202.5%206.5L2%207c1.23%201.68%201.83%203.36%201.83%205s-.6%203.32-1.83%205l.5.5c1.57-1.5%203.03-2.9%204.57-3.68c1.43-.73%202.49-.73%203.93-.82c-.09%201.44-.09%202.5-.82%203.93c-.78%201.54-2.18%203-3.68%204.57l.5.5c1.68-1.23%203.36-1.83%205-1.83s3.32.6%205%201.83l.5-.5c-1.5-1.57-2.9-3.03-3.68-4.57c-.73-1.43-.73-2.49-.82-3.93c1.44.09%202.5.09%203.93.82c1.54.78%203%202.18%204.57%203.68l.5-.5c-1.23-1.68-1.83-3.36-1.83-5s.6-3.32%201.83-5%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%22m22%207l-.5-.5c-1.57%201.5-3.03%202.9-4.57%203.68c-1.43.73-2.49.73-3.93.82c.09-1.44.09-2.5.82-3.93c.78-1.54%202.18-3%203.68-4.57L17%202c-1.68%201.23-3.36%201.83-5%201.83S8.68%203.23%207%202l-.5.5C8%204.07%209.4%205.53%2010.18%207.07c.73%201.43.73%202.49.82%203.93c-1.44-.09-2.5-.09-3.93-.82C5.53%209.4%204.06%208%202.5%206.5L2%207c1.23%201.68%201.83%203.36%201.83%205s-.6%203.32-1.83%205l.5.5c1.57-1.5%203.03-2.9%204.57-3.68c1.43-.73%202.49-.73%203.93-.82c-.09%201.44-.09%202.5-.82%203.93c-.78%201.54-2.18%203-3.68%204.57l.5.5c1.68-1.23%203.36-1.83%205-1.83s3.32.6%205%201.83l.5-.5c-1.5-1.57-2.9-3.03-3.68-4.57c-.73-1.43-.73-2.49-.82-3.93c1.44.09%202.5.09%203.93.82c1.54.78%203%202.18%204.57%203.68l.5-.5c-1.23-1.68-1.83-3.36-1.83-5s.6-3.32%201.83-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/cross-bolnisi.svg?color=%231a73e8&size=48