w3c logo
w3c from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- w3c
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the w3c logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23.642 5.602l-.931 1.858s-.4-.738-.795-1.076c-.377-.322-.864-.62-1.48-.556c-.597.062-1.27.587-1.722 1.46c-.513.994-.688 2.001-.692 3.112c-.005 1.556.57 2.618.57 2.618s-.132-.494-.11-1.33c.014-.52.017-1.089.41-2.261c.33-.98 1.084-1.775 1.75-1.912c.517-.107.847-.03 1.356.329c.603.425.966 1.193.966 1.193l.946-1.81zM0 5.674l3.77 12.723h.156l2.356-7.886l2.357 7.886h.157l3.228-10.895l.152-.258h2.655l-2.2 3.802v.754h.629c.806 0 1.398.246 1.775.738c.324.42.487 1.011.487 1.776c0 .691-.152 1.283-.455 1.775c-.304.492-.676.738-1.116.738c-.419 0-.783-.138-1.092-.416c-.308-.277-.557-.657-.746-1.139l-1.288.534c.261.796.665 1.427 1.21 1.893a2.853 2.853 0 0 0 1.916.699c.974 0 1.767-.393 2.38-1.178c.613-.785.919-1.754.919-2.906c0-.932-.21-1.743-.628-2.435c-.42-.69-1.037-1.167-1.854-1.43l2.326-4.006v-.77h-6.177L8.64 13.419L6.362 5.674h-1.65l.754 2.529l-1.54 5.215L1.65 5.674zm17.44 8.88s.233.755.379 1.076c.084.185.342.75.708 1.24c.341.46 1.004 1.248 2.011 1.426c1.008.178 1.7-.274 1.871-.384a5.1 5.1 0 0 0 .761-.657a5.78 5.78 0 0 0 .59-.775a7.53 7.53 0 0 0 .24-.432l-.241-1.255s-.418.748-.678 1.036c-.261.288-.727.794-1.302 1.048c-.576.253-.877.302-1.446.247c-.569-.054-1.097-.383-1.282-.52c-.185-.138-.658-.542-.925-.92c-.268-.376-.686-1.13-.686-1.13z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsW3c(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="m23.642 5.602l-.931 1.858s-.4-.738-.795-1.076c-.377-.322-.864-.62-1.48-.556c-.597.062-1.27.587-1.722 1.46c-.513.994-.688 2.001-.692 3.112c-.005 1.556.57 2.618.57 2.618s-.132-.494-.11-1.33c.014-.52.017-1.089.41-2.261c.33-.98 1.084-1.775 1.75-1.912c.517-.107.847-.03 1.356.329c.603.425.966 1.193.966 1.193l.946-1.81zM0 5.674l3.77 12.723h.156l2.356-7.886l2.357 7.886h.157l3.228-10.895l.152-.258h2.655l-2.2 3.802v.754h.629c.806 0 1.398.246 1.775.738c.324.42.487 1.011.487 1.776c0 .691-.152 1.283-.455 1.775c-.304.492-.676.738-1.116.738c-.419 0-.783-.138-1.092-.416c-.308-.277-.557-.657-.746-1.139l-1.288.534c.261.796.665 1.427 1.21 1.893a2.853 2.853 0 0 0 1.916.699c.974 0 1.767-.393 2.38-1.178c.613-.785.919-1.754.919-2.906c0-.932-.21-1.743-.628-2.435c-.42-.69-1.037-1.167-1.854-1.43l2.326-4.006v-.77h-6.177L8.64 13.419L6.362 5.674h-1.65l.754 2.529l-1.54 5.215L1.65 5.674zm17.44 8.88s.233.755.379 1.076c.084.185.342.75.708 1.24c.341.46 1.004 1.248 2.011 1.426c1.008.178 1.7-.274 1.871-.384a5.1 5.1 0 0 0 .761-.657a5.78 5.78 0 0 0 .59-.775a7.53 7.53 0 0 0 .24-.432l-.241-1.255s-.418.748-.678 1.036c-.261.288-.727.794-1.302 1.048c-.576.253-.877.302-1.446.247c-.569-.054-1.097-.383-1.282-.52c-.185-.138-.658-.542-.925-.92c-.268-.376-.686-1.13-.686-1.13z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23.642 5.602l-.931 1.858s-.4-.738-.795-1.076c-.377-.322-.864-.62-1.48-.556c-.597.062-1.27.587-1.722 1.46c-.513.994-.688 2.001-.692 3.112c-.005 1.556.57 2.618.57 2.618s-.132-.494-.11-1.33c.014-.52.017-1.089.41-2.261c.33-.98 1.084-1.775 1.75-1.912c.517-.107.847-.03 1.356.329c.603.425.966 1.193.966 1.193l.946-1.81zM0 5.674l3.77 12.723h.156l2.356-7.886l2.357 7.886h.157l3.228-10.895l.152-.258h2.655l-2.2 3.802v.754h.629c.806 0 1.398.246 1.775.738c.324.42.487 1.011.487 1.776c0 .691-.152 1.283-.455 1.775c-.304.492-.676.738-1.116.738c-.419 0-.783-.138-1.092-.416c-.308-.277-.557-.657-.746-1.139l-1.288.534c.261.796.665 1.427 1.21 1.893a2.853 2.853 0 0 0 1.916.699c.974 0 1.767-.393 2.38-1.178c.613-.785.919-1.754.919-2.906c0-.932-.21-1.743-.628-2.435c-.42-.69-1.037-1.167-1.854-1.43l2.326-4.006v-.77h-6.177L8.64 13.419L6.362 5.674h-1.65l.754 2.529l-1.54 5.215L1.65 5.674zm17.44 8.88s.233.755.379 1.076c.084.185.342.75.708 1.24c.341.46 1.004 1.248 2.011 1.426c1.008.178 1.7-.274 1.871-.384a5.1 5.1 0 0 0 .761-.657a5.78 5.78 0 0 0 .59-.775a7.53 7.53 0 0 0 .24-.432l-.241-1.255s-.418.748-.678 1.036c-.261.288-.727.794-1.302 1.048c-.576.253-.877.302-1.446.247c-.569-.054-1.097-.383-1.282-.52c-.185-.138-.658-.542-.925-.92c-.268-.376-.686-1.13-.686-1.13z"/></svg> </template>
CSS
.icon-w3c {
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%22m23.642%205.602l-.931%201.858s-.4-.738-.795-1.076c-.377-.322-.864-.62-1.48-.556c-.597.062-1.27.587-1.722%201.46c-.513.994-.688%202.001-.692%203.112c-.005%201.556.57%202.618.57%202.618s-.132-.494-.11-1.33c.014-.52.017-1.089.41-2.261c.33-.98%201.084-1.775%201.75-1.912c.517-.107.847-.03%201.356.329c.603.425.966%201.193.966%201.193l.946-1.81zM0%205.674l3.77%2012.723h.156l2.356-7.886l2.357%207.886h.157l3.228-10.895l.152-.258h2.655l-2.2%203.802v.754h.629c.806%200%201.398.246%201.775.738c.324.42.487%201.011.487%201.776c0%20.691-.152%201.283-.455%201.775c-.304.492-.676.738-1.116.738c-.419%200-.783-.138-1.092-.416c-.308-.277-.557-.657-.746-1.139l-1.288.534c.261.796.665%201.427%201.21%201.893a2.853%202.853%200%200%200%201.916.699c.974%200%201.767-.393%202.38-1.178c.613-.785.919-1.754.919-2.906c0-.932-.21-1.743-.628-2.435c-.42-.69-1.037-1.167-1.854-1.43l2.326-4.006v-.77h-6.177L8.64%2013.419L6.362%205.674h-1.65l.754%202.529l-1.54%205.215L1.65%205.674zm17.44%208.88s.233.755.379%201.076c.084.185.342.75.708%201.24c.341.46%201.004%201.248%202.011%201.426c1.008.178%201.7-.274%201.871-.384a5.1%205.1%200%200%200%20.761-.657a5.78%205.78%200%200%200%20.59-.775a7.53%207.53%200%200%200%20.24-.432l-.241-1.255s-.418.748-.678%201.036c-.261.288-.727.794-1.302%201.048c-.576.253-.877.302-1.446.247c-.569-.054-1.097-.383-1.282-.52c-.185-.138-.658-.542-.925-.92c-.268-.376-.686-1.13-.686-1.13z%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%22m23.642%205.602l-.931%201.858s-.4-.738-.795-1.076c-.377-.322-.864-.62-1.48-.556c-.597.062-1.27.587-1.722%201.46c-.513.994-.688%202.001-.692%203.112c-.005%201.556.57%202.618.57%202.618s-.132-.494-.11-1.33c.014-.52.017-1.089.41-2.261c.33-.98%201.084-1.775%201.75-1.912c.517-.107.847-.03%201.356.329c.603.425.966%201.193.966%201.193l.946-1.81zM0%205.674l3.77%2012.723h.156l2.356-7.886l2.357%207.886h.157l3.228-10.895l.152-.258h2.655l-2.2%203.802v.754h.629c.806%200%201.398.246%201.775.738c.324.42.487%201.011.487%201.776c0%20.691-.152%201.283-.455%201.775c-.304.492-.676.738-1.116.738c-.419%200-.783-.138-1.092-.416c-.308-.277-.557-.657-.746-1.139l-1.288.534c.261.796.665%201.427%201.21%201.893a2.853%202.853%200%200%200%201.916.699c.974%200%201.767-.393%202.38-1.178c.613-.785.919-1.754.919-2.906c0-.932-.21-1.743-.628-2.435c-.42-.69-1.037-1.167-1.854-1.43l2.326-4.006v-.77h-6.177L8.64%2013.419L6.362%205.674h-1.65l.754%202.529l-1.54%205.215L1.65%205.674zm17.44%208.88s.233.755.379%201.076c.084.185.342.75.708%201.24c.341.46%201.004%201.248%202.011%201.426c1.008.178%201.7-.274%201.871-.384a5.1%205.1%200%200%200%20.761-.657a5.78%205.78%200%200%200%20.59-.775a7.53%207.53%200%200%200%20.24-.432l-.241-1.255s-.418.748-.678%201.036c-.261.288-.727.794-1.302%201.048c-.576.253-.877.302-1.446.247c-.569-.054-1.097-.383-1.282-.52c-.185-.138-.658-.542-.925-.92c-.268-.376-.686-1.13-.686-1.13z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/w3c.svg?color=%231a73e8&size=48