logo sketch icon

logo-sketch from Carbon by IBM · Outline · Brand · Apache-2.0 Free for personal and commercial use.

Name
logo-sketch
Set
Carbon
Style
Outline
Category
Brand
Viewbox
32×32
License
Apache 2.0

More brand icons from Carbon

Use the logo sketch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16.1 3.2l7.7.9c.2 0 .3.1.4.2l5.7 7.7c.2.2.2.5 0 .7l-13.6 16c-.1.1-.3.1-.4 0l-13.6-16c-.3-.2-.3-.5-.2-.7l5.7-7.7c.1-.1.2-.2.4-.2l7.7-.9zm1.6 1.6h-.2s-.1.1 0 .2l4.3 5.4c0 .1.1.1.1.2q0 .3-.3.3H10.4c-.1 0-.1 0-.2-.1s-.1-.3-.1-.4L14.5 5v-.2h-.2l-5.9 5.9s-.1.1-.2.1s-.2-.1-.2-.2l.2-4.3c0-.1 0-.1-.1-.1s-.1 0-.1.1l-1.1 4.9c0 .2-.2.3-.3.3l-2.8.6c-.1 0-.1.1-.1.1c0 .1 0 .1.1.1h2.7c.2 0 .3.1.4.2l6.6 11.8c0 .1.1.1.2.1s.1-.1.1-.2L8.6 12.9v-.1c0-.2.1-.3.3-.4h14.4c.2.1.2.3.2.4l-5.3 11.3c0 .1 0 .2.1.2s.2 0 .2-.1L25 12.6c.1-.1.2-.2.4-.2h2.7c.1 0 .1 0 .1-.1s0-.1-.1-.1l-2.8-.6c-.2 0-.3-.2-.4-.3l-.9-5c0-.1-.1-.1-.1-.1c-.1 0-.1 0-.1.1l.2 4.3c0 .1 0 .1-.1.2q-.15.15-.3 0z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonLogoSketch(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.1 3.2l7.7.9c.2 0 .3.1.4.2l5.7 7.7c.2.2.2.5 0 .7l-13.6 16c-.1.1-.3.1-.4 0l-13.6-16c-.3-.2-.3-.5-.2-.7l5.7-7.7c.1-.1.2-.2.4-.2l7.7-.9zm1.6 1.6h-.2s-.1.1 0 .2l4.3 5.4c0 .1.1.1.1.2q0 .3-.3.3H10.4c-.1 0-.1 0-.2-.1s-.1-.3-.1-.4L14.5 5v-.2h-.2l-5.9 5.9s-.1.1-.2.1s-.2-.1-.2-.2l.2-4.3c0-.1 0-.1-.1-.1s-.1 0-.1.1l-1.1 4.9c0 .2-.2.3-.3.3l-2.8.6c-.1 0-.1.1-.1.1c0 .1 0 .1.1.1h2.7c.2 0 .3.1.4.2l6.6 11.8c0 .1.1.1.2.1s.1-.1.1-.2L8.6 12.9v-.1c0-.2.1-.3.3-.4h14.4c.2.1.2.3.2.4l-5.3 11.3c0 .1 0 .2.1.2s.2 0 .2-.1L25 12.6c.1-.1.2-.2.4-.2h2.7c.1 0 .1 0 .1-.1s0-.1-.1-.1l-2.8-.6c-.2 0-.3-.2-.4-.3l-.9-5c0-.1-.1-.1-.1-.1c-.1 0-.1 0-.1.1l.2 4.3c0 .1 0 .1-.1.2q-.15.15-.3 0z"/></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.1 3.2l7.7.9c.2 0 .3.1.4.2l5.7 7.7c.2.2.2.5 0 .7l-13.6 16c-.1.1-.3.1-.4 0l-13.6-16c-.3-.2-.3-.5-.2-.7l5.7-7.7c.1-.1.2-.2.4-.2l7.7-.9zm1.6 1.6h-.2s-.1.1 0 .2l4.3 5.4c0 .1.1.1.1.2q0 .3-.3.3H10.4c-.1 0-.1 0-.2-.1s-.1-.3-.1-.4L14.5 5v-.2h-.2l-5.9 5.9s-.1.1-.2.1s-.2-.1-.2-.2l.2-4.3c0-.1 0-.1-.1-.1s-.1 0-.1.1l-1.1 4.9c0 .2-.2.3-.3.3l-2.8.6c-.1 0-.1.1-.1.1c0 .1 0 .1.1.1h2.7c.2 0 .3.1.4.2l6.6 11.8c0 .1.1.1.2.1s.1-.1.1-.2L8.6 12.9v-.1c0-.2.1-.3.3-.4h14.4c.2.1.2.3.2.4l-5.3 11.3c0 .1 0 .2.1.2s.2 0 .2-.1L25 12.6c.1-.1.2-.2.4-.2h2.7c.1 0 .1 0 .1-.1s0-.1-.1-.1l-2.8-.6c-.2 0-.3-.2-.4-.3l-.9-5c0-.1-.1-.1-.1-.1c-.1 0-.1 0-.1.1l.2 4.3c0 .1 0 .1-.1.2q-.15.15-.3 0z"/></svg>
</template>

CSS

.icon-logo-sketch {
  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.1%203.2l7.7.9c.2%200%20.3.1.4.2l5.7%207.7c.2.2.2.5%200%20.7l-13.6%2016c-.1.1-.3.1-.4%200l-13.6-16c-.3-.2-.3-.5-.2-.7l5.7-7.7c.1-.1.2-.2.4-.2l7.7-.9zm1.6%201.6h-.2s-.1.1%200%20.2l4.3%205.4c0%20.1.1.1.1.2q0%20.3-.3.3H10.4c-.1%200-.1%200-.2-.1s-.1-.3-.1-.4L14.5%205v-.2h-.2l-5.9%205.9s-.1.1-.2.1s-.2-.1-.2-.2l.2-4.3c0-.1%200-.1-.1-.1s-.1%200-.1.1l-1.1%204.9c0%20.2-.2.3-.3.3l-2.8.6c-.1%200-.1.1-.1.1c0%20.1%200%20.1.1.1h2.7c.2%200%20.3.1.4.2l6.6%2011.8c0%20.1.1.1.2.1s.1-.1.1-.2L8.6%2012.9v-.1c0-.2.1-.3.3-.4h14.4c.2.1.2.3.2.4l-5.3%2011.3c0%20.1%200%20.2.1.2s.2%200%20.2-.1L25%2012.6c.1-.1.2-.2.4-.2h2.7c.1%200%20.1%200%20.1-.1s0-.1-.1-.1l-2.8-.6c-.2%200-.3-.2-.4-.3l-.9-5c0-.1-.1-.1-.1-.1c-.1%200-.1%200-.1.1l.2%204.3c0%20.1%200%20.1-.1.2q-.15.15-.3%200z%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.1%203.2l7.7.9c.2%200%20.3.1.4.2l5.7%207.7c.2.2.2.5%200%20.7l-13.6%2016c-.1.1-.3.1-.4%200l-13.6-16c-.3-.2-.3-.5-.2-.7l5.7-7.7c.1-.1.2-.2.4-.2l7.7-.9zm1.6%201.6h-.2s-.1.1%200%20.2l4.3%205.4c0%20.1.1.1.1.2q0%20.3-.3.3H10.4c-.1%200-.1%200-.2-.1s-.1-.3-.1-.4L14.5%205v-.2h-.2l-5.9%205.9s-.1.1-.2.1s-.2-.1-.2-.2l.2-4.3c0-.1%200-.1-.1-.1s-.1%200-.1.1l-1.1%204.9c0%20.2-.2.3-.3.3l-2.8.6c-.1%200-.1.1-.1.1c0%20.1%200%20.1.1.1h2.7c.2%200%20.3.1.4.2l6.6%2011.8c0%20.1.1.1.2.1s.1-.1.1-.2L8.6%2012.9v-.1c0-.2.1-.3.3-.4h14.4c.2.1.2.3.2.4l-5.3%2011.3c0%20.1%200%20.2.1.2s.2%200%20.2-.1L25%2012.6c.1-.1.2-.2.4-.2h2.7c.1%200%20.1%200%20.1-.1s0-.1-.1-.1l-2.8-.6c-.2%200-.3-.2-.4-.3l-.9-5c0-.1-.1-.1-.1-.1c-.1%200-.1%200-.1.1l.2%204.3c0%20.1%200%20.1-.1.2q-.15.15-.3%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/logo-sketch.svg?color=%231a73e8&size=48