css3 icon
css3-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- css3-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
Use the css3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.059 1l-1.098 19.208l-8.96 3.36l-8.962-3.36L1.941 1zM6.267 15.463v.004l.115 1.994L12 19.568l5.618-2.107l.405-7.084h-7.09l7.29-3.49L18.33 5H5.482l.264 2.012L12.001 7h1.353l-7.369 3.528l.106 1.849h9.814l-.21 3.67L12 17.431l-3.696-1.386l-.04-.69l-.061-1.283h-2.01z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignCss3Filled(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.059 1l-1.098 19.208l-8.96 3.36l-8.962-3.36L1.941 1zM6.267 15.463v.004l.115 1.994L12 19.568l5.618-2.107l.405-7.084h-7.09l7.29-3.49L18.33 5H5.482l.264 2.012L12.001 7h1.353l-7.369 3.528l.106 1.849h9.814l-.21 3.67L12 17.431l-3.696-1.386l-.04-.69l-.061-1.283h-2.01z"/></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.059 1l-1.098 19.208l-8.96 3.36l-8.962-3.36L1.941 1zM6.267 15.463v.004l.115 1.994L12 19.568l5.618-2.107l.405-7.084h-7.09l7.29-3.49L18.33 5H5.482l.264 2.012L12.001 7h1.353l-7.369 3.528l.106 1.849h9.814l-.21 3.67L12 17.431l-3.696-1.386l-.04-.69l-.061-1.283h-2.01z"/></svg> </template>
CSS
.icon-css3-filled {
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.059%201l-1.098%2019.208l-8.96%203.36l-8.962-3.36L1.941%201zM6.267%2015.463v.004l.115%201.994L12%2019.568l5.618-2.107l.405-7.084h-7.09l7.29-3.49L18.33%205H5.482l.264%202.012L12.001%207h1.353l-7.369%203.528l.106%201.849h9.814l-.21%203.67L12%2017.431l-3.696-1.386l-.04-.69l-.061-1.283h-2.01z%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.059%201l-1.098%2019.208l-8.96%203.36l-8.962-3.36L1.941%201zM6.267%2015.463v.004l.115%201.994L12%2019.568l5.618-2.107l.405-7.084h-7.09l7.29-3.49L18.33%205H5.482l.264%202.012L12.001%207h1.353l-7.369%203.528l.106%201.849h9.814l-.21%203.67L12%2017.431l-3.696-1.386l-.04-.69l-.061-1.283h-2.01z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/css3-filled.svg?color=%231a73e8&size=48