wikis icon
wikis from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- wikis
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
More tools icons from Carbon
Use the wikis icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m12 13h-6a24.26 24.26 0 0 0-2.79-10.55A12 12 0 0 1 28 15M16 28a5 5 0 0 1-.67 0A21.85 21.85 0 0 1 12 17h8a21.85 21.85 0 0 1-3.3 11a5 5 0 0 1-.7 0m-4-13a21.85 21.85 0 0 1 3.3-11a6 6 0 0 1 1.34 0A21.85 21.85 0 0 1 20 15Zm.76-10.55A24.26 24.26 0 0 0 10 15H4a12 12 0 0 1 8.79-10.55ZM4.05 17h6a24.26 24.26 0 0 0 2.75 10.55A12 12 0 0 1 4.05 17m15.16 10.55A24.26 24.26 0 0 0 22 17h6a12 12 0 0 1-8.79 10.55"/></svg>
React
import type { SVGProps } from "react";
export function CarbonWikis(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m12 13h-6a24.26 24.26 0 0 0-2.79-10.55A12 12 0 0 1 28 15M16 28a5 5 0 0 1-.67 0A21.85 21.85 0 0 1 12 17h8a21.85 21.85 0 0 1-3.3 11a5 5 0 0 1-.7 0m-4-13a21.85 21.85 0 0 1 3.3-11a6 6 0 0 1 1.34 0A21.85 21.85 0 0 1 20 15Zm.76-10.55A24.26 24.26 0 0 0 10 15H4a12 12 0 0 1 8.79-10.55ZM4.05 17h6a24.26 24.26 0 0 0 2.75 10.55A12 12 0 0 1 4.05 17m15.16 10.55A24.26 24.26 0 0 0 22 17h6a12 12 0 0 1-8.79 10.55"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m12 13h-6a24.26 24.26 0 0 0-2.79-10.55A12 12 0 0 1 28 15M16 28a5 5 0 0 1-.67 0A21.85 21.85 0 0 1 12 17h8a21.85 21.85 0 0 1-3.3 11a5 5 0 0 1-.7 0m-4-13a21.85 21.85 0 0 1 3.3-11a6 6 0 0 1 1.34 0A21.85 21.85 0 0 1 20 15Zm.76-10.55A24.26 24.26 0 0 0 10 15H4a12 12 0 0 1 8.79-10.55ZM4.05 17h6a24.26 24.26 0 0 0 2.75 10.55A12 12 0 0 1 4.05 17m15.16 10.55A24.26 24.26 0 0 0 22 17h6a12 12 0 0 1-8.79 10.55"/></svg> </template>
CSS
.icon-wikis {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202a14%2014%200%201%200%2014%2014A14%2014%200%200%200%2016%202m12%2013h-6a24.26%2024.26%200%200%200-2.79-10.55A12%2012%200%200%201%2028%2015M16%2028a5%205%200%200%201-.67%200A21.85%2021.85%200%200%201%2012%2017h8a21.85%2021.85%200%200%201-3.3%2011a5%205%200%200%201-.7%200m-4-13a21.85%2021.85%200%200%201%203.3-11a6%206%200%200%201%201.34%200A21.85%2021.85%200%200%201%2020%2015Zm.76-10.55A24.26%2024.26%200%200%200%2010%2015H4a12%2012%200%200%201%208.79-10.55ZM4.05%2017h6a24.26%2024.26%200%200%200%202.75%2010.55A12%2012%200%200%201%204.05%2017m15.16%2010.55A24.26%2024.26%200%200%200%2022%2017h6a12%2012%200%200%201-8.79%2010.55%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202a14%2014%200%201%200%2014%2014A14%2014%200%200%200%2016%202m12%2013h-6a24.26%2024.26%200%200%200-2.79-10.55A12%2012%200%200%201%2028%2015M16%2028a5%205%200%200%201-.67%200A21.85%2021.85%200%200%201%2012%2017h8a21.85%2021.85%200%200%201-3.3%2011a5%205%200%200%201-.7%200m-4-13a21.85%2021.85%200%200%201%203.3-11a6%206%200%200%201%201.34%200A21.85%2021.85%200%200%201%2020%2015Zm.76-10.55A24.26%2024.26%200%200%200%2010%2015H4a12%2012%200%200%201%208.79-10.55ZM4.05%2017h6a24.26%2024.26%200%200%200%202.75%2010.55A12%2012%200%200%201%204.05%2017m15.16%2010.55A24.26%2024.26%200%200%200%2022%2017h6a12%2012%200%200%201-8.79%2010.55%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/wikis.svg?color=%231a73e8&size=48