csswizardry logo
csswizardry from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- csswizardry
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the csswizardry logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M.042 21.906V1.489c0-.823.667-1.49 1.49-1.49h28.87c.833 0 1.495.667 1.495 1.495v19.677c-.896-.547-1.948-.818-3.146-.818q-2.507-.001-3.802 1.193c-.87.797-1.297 1.771-1.297 2.969c0 1.292.443 2.25 1.333 2.865c.521.38 1.479.719 2.854 1.016l1.401.318c.839.182 1.427.401 1.813.615c.375.245.573.583.573 1.021c0 .755-.385 1.276-1.161 1.531l-.036.021h-2.948a2.3 2.3 0 0 1-.922-.599c-.24-.297-.401-.734-.479-1.349h-2.641c0 .75.141 1.391.443 1.969h-2.24c.25-.516.396-1.094.396-1.755c0-1.172-.396-2.068-1.177-2.688c-.5-.396-1.255-.714-2.255-.953l-2.292-.536c-.88-.188-1.453-.375-1.734-.536c-.411-.24-.609-.599-.609-1.052c0-.505.214-.906.625-1.188c.438-.281 1-.411 1.719-.411c.656 0 1.172.12 1.615.344c.656.344 1 .922 1.052 1.719h2.667c-.042-1.396-.552-2.469-1.531-3.208c-.995-.729-2.167-1.109-3.563-1.109c-1.672 0-2.927.401-3.802 1.172c-.854.776-1.292 1.771-1.292 2.948c0 1.292.438 2.25 1.333 2.865c.531.359 1.49.698 2.865 1.016l1.391.318c.818.182 1.417.38 1.818.62c.37.24.573.573.573 1.016c0 .76-.401 1.25-1.177 1.531H15.28c-.38-.141-.693-.339-.922-.62c-.24-.292-.411-.75-.49-1.349h-2.693q-.001 1.11.427 1.969H8.816q.666-1.041.885-2.385h-2.74c-.188.682-.417 1.198-.698 1.536a2.44 2.44 0 0 1-1.359.859H3.269c-.604-.141-1.12-.479-1.536-1.016c-.615-.745-.917-1.859-.917-3.333c0-1.495.307-2.625.88-3.438c.599-.818 1.375-1.214 2.385-1.214c1 0 1.734.276 2.255.859c.281.318.521.797.693 1.432h2.776q-.064-1.236-.917-2.479c-1.031-1.469-2.656-2.203-4.885-2.203c-1.547 0-2.844.484-3.88 1.417l-.068-.146zm31.859 4.844v-2.068h-.693q-.072-1.196-1.042-1.703c-.417-.219-.958-.328-1.589-.328c-.724 0-1.276.146-1.698.427a1.4 1.4 0 0 0-.635 1.203c0 .474.224.828.635 1.063c.297.141.87.339 1.75.536l2.292.547c.401.083.745.203 1.068.307l-.068.042z"/></svg>
React
import type { SVGProps } from "react";
export function CibCsswizardry(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="M.042 21.906V1.489c0-.823.667-1.49 1.49-1.49h28.87c.833 0 1.495.667 1.495 1.495v19.677c-.896-.547-1.948-.818-3.146-.818q-2.507-.001-3.802 1.193c-.87.797-1.297 1.771-1.297 2.969c0 1.292.443 2.25 1.333 2.865c.521.38 1.479.719 2.854 1.016l1.401.318c.839.182 1.427.401 1.813.615c.375.245.573.583.573 1.021c0 .755-.385 1.276-1.161 1.531l-.036.021h-2.948a2.3 2.3 0 0 1-.922-.599c-.24-.297-.401-.734-.479-1.349h-2.641c0 .75.141 1.391.443 1.969h-2.24c.25-.516.396-1.094.396-1.755c0-1.172-.396-2.068-1.177-2.688c-.5-.396-1.255-.714-2.255-.953l-2.292-.536c-.88-.188-1.453-.375-1.734-.536c-.411-.24-.609-.599-.609-1.052c0-.505.214-.906.625-1.188c.438-.281 1-.411 1.719-.411c.656 0 1.172.12 1.615.344c.656.344 1 .922 1.052 1.719h2.667c-.042-1.396-.552-2.469-1.531-3.208c-.995-.729-2.167-1.109-3.563-1.109c-1.672 0-2.927.401-3.802 1.172c-.854.776-1.292 1.771-1.292 2.948c0 1.292.438 2.25 1.333 2.865c.531.359 1.49.698 2.865 1.016l1.391.318c.818.182 1.417.38 1.818.62c.37.24.573.573.573 1.016c0 .76-.401 1.25-1.177 1.531H15.28c-.38-.141-.693-.339-.922-.62c-.24-.292-.411-.75-.49-1.349h-2.693q-.001 1.11.427 1.969H8.816q.666-1.041.885-2.385h-2.74c-.188.682-.417 1.198-.698 1.536a2.44 2.44 0 0 1-1.359.859H3.269c-.604-.141-1.12-.479-1.536-1.016c-.615-.745-.917-1.859-.917-3.333c0-1.495.307-2.625.88-3.438c.599-.818 1.375-1.214 2.385-1.214c1 0 1.734.276 2.255.859c.281.318.521.797.693 1.432h2.776q-.064-1.236-.917-2.479c-1.031-1.469-2.656-2.203-4.885-2.203c-1.547 0-2.844.484-3.88 1.417l-.068-.146zm31.859 4.844v-2.068h-.693q-.072-1.196-1.042-1.703c-.417-.219-.958-.328-1.589-.328c-.724 0-1.276.146-1.698.427a1.4 1.4 0 0 0-.635 1.203c0 .474.224.828.635 1.063c.297.141.87.339 1.75.536l2.292.547c.401.083.745.203 1.068.307l-.068.042z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M.042 21.906V1.489c0-.823.667-1.49 1.49-1.49h28.87c.833 0 1.495.667 1.495 1.495v19.677c-.896-.547-1.948-.818-3.146-.818q-2.507-.001-3.802 1.193c-.87.797-1.297 1.771-1.297 2.969c0 1.292.443 2.25 1.333 2.865c.521.38 1.479.719 2.854 1.016l1.401.318c.839.182 1.427.401 1.813.615c.375.245.573.583.573 1.021c0 .755-.385 1.276-1.161 1.531l-.036.021h-2.948a2.3 2.3 0 0 1-.922-.599c-.24-.297-.401-.734-.479-1.349h-2.641c0 .75.141 1.391.443 1.969h-2.24c.25-.516.396-1.094.396-1.755c0-1.172-.396-2.068-1.177-2.688c-.5-.396-1.255-.714-2.255-.953l-2.292-.536c-.88-.188-1.453-.375-1.734-.536c-.411-.24-.609-.599-.609-1.052c0-.505.214-.906.625-1.188c.438-.281 1-.411 1.719-.411c.656 0 1.172.12 1.615.344c.656.344 1 .922 1.052 1.719h2.667c-.042-1.396-.552-2.469-1.531-3.208c-.995-.729-2.167-1.109-3.563-1.109c-1.672 0-2.927.401-3.802 1.172c-.854.776-1.292 1.771-1.292 2.948c0 1.292.438 2.25 1.333 2.865c.531.359 1.49.698 2.865 1.016l1.391.318c.818.182 1.417.38 1.818.62c.37.24.573.573.573 1.016c0 .76-.401 1.25-1.177 1.531H15.28c-.38-.141-.693-.339-.922-.62c-.24-.292-.411-.75-.49-1.349h-2.693q-.001 1.11.427 1.969H8.816q.666-1.041.885-2.385h-2.74c-.188.682-.417 1.198-.698 1.536a2.44 2.44 0 0 1-1.359.859H3.269c-.604-.141-1.12-.479-1.536-1.016c-.615-.745-.917-1.859-.917-3.333c0-1.495.307-2.625.88-3.438c.599-.818 1.375-1.214 2.385-1.214c1 0 1.734.276 2.255.859c.281.318.521.797.693 1.432h2.776q-.064-1.236-.917-2.479c-1.031-1.469-2.656-2.203-4.885-2.203c-1.547 0-2.844.484-3.88 1.417l-.068-.146zm31.859 4.844v-2.068h-.693q-.072-1.196-1.042-1.703c-.417-.219-.958-.328-1.589-.328c-.724 0-1.276.146-1.698.427a1.4 1.4 0 0 0-.635 1.203c0 .474.224.828.635 1.063c.297.141.87.339 1.75.536l2.292.547c.401.083.745.203 1.068.307l-.068.042z"/></svg> </template>
CSS
.icon-csswizardry {
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%22M.042%2021.906V1.489c0-.823.667-1.49%201.49-1.49h28.87c.833%200%201.495.667%201.495%201.495v19.677c-.896-.547-1.948-.818-3.146-.818q-2.507-.001-3.802%201.193c-.87.797-1.297%201.771-1.297%202.969c0%201.292.443%202.25%201.333%202.865c.521.38%201.479.719%202.854%201.016l1.401.318c.839.182%201.427.401%201.813.615c.375.245.573.583.573%201.021c0%20.755-.385%201.276-1.161%201.531l-.036.021h-2.948a2.3%202.3%200%200%201-.922-.599c-.24-.297-.401-.734-.479-1.349h-2.641c0%20.75.141%201.391.443%201.969h-2.24c.25-.516.396-1.094.396-1.755c0-1.172-.396-2.068-1.177-2.688c-.5-.396-1.255-.714-2.255-.953l-2.292-.536c-.88-.188-1.453-.375-1.734-.536c-.411-.24-.609-.599-.609-1.052c0-.505.214-.906.625-1.188c.438-.281%201-.411%201.719-.411c.656%200%201.172.12%201.615.344c.656.344%201%20.922%201.052%201.719h2.667c-.042-1.396-.552-2.469-1.531-3.208c-.995-.729-2.167-1.109-3.563-1.109c-1.672%200-2.927.401-3.802%201.172c-.854.776-1.292%201.771-1.292%202.948c0%201.292.438%202.25%201.333%202.865c.531.359%201.49.698%202.865%201.016l1.391.318c.818.182%201.417.38%201.818.62c.37.24.573.573.573%201.016c0%20.76-.401%201.25-1.177%201.531H15.28c-.38-.141-.693-.339-.922-.62c-.24-.292-.411-.75-.49-1.349h-2.693q-.001%201.11.427%201.969H8.816q.666-1.041.885-2.385h-2.74c-.188.682-.417%201.198-.698%201.536a2.44%202.44%200%200%201-1.359.859H3.269c-.604-.141-1.12-.479-1.536-1.016c-.615-.745-.917-1.859-.917-3.333c0-1.495.307-2.625.88-3.438c.599-.818%201.375-1.214%202.385-1.214c1%200%201.734.276%202.255.859c.281.318.521.797.693%201.432h2.776q-.064-1.236-.917-2.479c-1.031-1.469-2.656-2.203-4.885-2.203c-1.547%200-2.844.484-3.88%201.417l-.068-.146zm31.859%204.844v-2.068h-.693q-.072-1.196-1.042-1.703c-.417-.219-.958-.328-1.589-.328c-.724%200-1.276.146-1.698.427a1.4%201.4%200%200%200-.635%201.203c0%20.474.224.828.635%201.063c.297.141.87.339%201.75.536l2.292.547c.401.083.745.203%201.068.307l-.068.042z%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%22M.042%2021.906V1.489c0-.823.667-1.49%201.49-1.49h28.87c.833%200%201.495.667%201.495%201.495v19.677c-.896-.547-1.948-.818-3.146-.818q-2.507-.001-3.802%201.193c-.87.797-1.297%201.771-1.297%202.969c0%201.292.443%202.25%201.333%202.865c.521.38%201.479.719%202.854%201.016l1.401.318c.839.182%201.427.401%201.813.615c.375.245.573.583.573%201.021c0%20.755-.385%201.276-1.161%201.531l-.036.021h-2.948a2.3%202.3%200%200%201-.922-.599c-.24-.297-.401-.734-.479-1.349h-2.641c0%20.75.141%201.391.443%201.969h-2.24c.25-.516.396-1.094.396-1.755c0-1.172-.396-2.068-1.177-2.688c-.5-.396-1.255-.714-2.255-.953l-2.292-.536c-.88-.188-1.453-.375-1.734-.536c-.411-.24-.609-.599-.609-1.052c0-.505.214-.906.625-1.188c.438-.281%201-.411%201.719-.411c.656%200%201.172.12%201.615.344c.656.344%201%20.922%201.052%201.719h2.667c-.042-1.396-.552-2.469-1.531-3.208c-.995-.729-2.167-1.109-3.563-1.109c-1.672%200-2.927.401-3.802%201.172c-.854.776-1.292%201.771-1.292%202.948c0%201.292.438%202.25%201.333%202.865c.531.359%201.49.698%202.865%201.016l1.391.318c.818.182%201.417.38%201.818.62c.37.24.573.573.573%201.016c0%20.76-.401%201.25-1.177%201.531H15.28c-.38-.141-.693-.339-.922-.62c-.24-.292-.411-.75-.49-1.349h-2.693q-.001%201.11.427%201.969H8.816q.666-1.041.885-2.385h-2.74c-.188.682-.417%201.198-.698%201.536a2.44%202.44%200%200%201-1.359.859H3.269c-.604-.141-1.12-.479-1.536-1.016c-.615-.745-.917-1.859-.917-3.333c0-1.495.307-2.625.88-3.438c.599-.818%201.375-1.214%202.385-1.214c1%200%201.734.276%202.255.859c.281.318.521.797.693%201.432h2.776q-.064-1.236-.917-2.479c-1.031-1.469-2.656-2.203-4.885-2.203c-1.547%200-2.844.484-3.88%201.417l-.068-.146zm31.859%204.844v-2.068h-.693q-.072-1.196-1.042-1.703c-.417-.219-.958-.328-1.589-.328c-.724%200-1.276.146-1.698.427a1.4%201.4%200%200%200-.635%201.203c0%20.474.224.828.635%201.063c.297.141.87.339%201.75.536l2.292.547c.401.083.745.203%201.068.307l-.068.042z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/csswizardry.svg?color=%231a73e8&size=48