ableton-light from Skill Icons by tandpfun · Light · MIT Free for personal and commercial use.

Name
ableton-light
Set
Skill Icons
Style
Light
Viewbox
256×256
License
MIT

1 other variant in Skill Icons

Use the ableton logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#f4f2ed" rx="60"/><path fill="#1f2120" d="M36 177.4c0 .9-.8 1.5-1.5 1.5H23.6c-.9 0-1.6-.6-1.6-1.5V78.6c0-.6.8-1.4 1.6-1.4h10.8c.8 0 1.5.8 1.5 1.4zm28.3 0c0 .9-.8 1.5-1.5 1.5H52c-.9 0-1.6-.6-1.6-1.5V78.6c0-.6.8-1.4 1.6-1.4h10.8c.8 0 1.5.8 1.5 1.4zm28.3 0c0 .9-.8 1.5-1.5 1.5H80.3c-.9 0-1.6-.6-1.6-1.5V78.6c0-.6.8-1.4 1.6-1.4h10.8c.8 0 1.5.8 1.5 1.4zm28.5 0c0 .9-.8 1.5-1.5 1.5h-10.8c-.9 0-1.6-.6-1.6-1.5V78.6c0-.6.8-1.4 1.6-1.4h10.8c.8 0 1.5.8 1.5 1.4zM232.5 77c.9 0 1.5.8 1.5 1.6v11.1c0 .9-.6 1.7-1.5 1.7h-96.1c-.6 0-1.4-.8-1.4-1.7V78.6c0-.8.8-1.6 1.4-1.6zm0 29.3c.9 0 1.5.8 1.5 1.6V119c0 .9-.6 1.7-1.5 1.7h-96.1c-.6 0-1.4-.8-1.4-1.7v-11.1c0-.8.8-1.6 1.4-1.6zm0 29.1c.9 0 1.5.8 1.5 1.6v11.1c0 .9-.6 1.7-1.5 1.7h-96.1c-.6 0-1.4-.8-1.4-1.7V137c0-.8.8-1.6 1.4-1.6zm0 29.1c.9 0 1.5.8 1.5 1.6v11.1c0 .9-.6 1.7-1.5 1.7h-96.1c-.6 0-1.4-.8-1.4-1.7v-11.1c0-.8.8-1.6 1.4-1.6z"/></g></svg>

React

import type { SVGProps } from "react";

export function SkillIconsAbletonLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#f4f2ed" rx="60"/><path fill="#1f2120" d="M36 177.4c0 .9-.8 1.5-1.5 1.5H23.6c-.9 0-1.6-.6-1.6-1.5V78.6c0-.6.8-1.4 1.6-1.4h10.8c.8 0 1.5.8 1.5 1.4zm28.3 0c0 .9-.8 1.5-1.5 1.5H52c-.9 0-1.6-.6-1.6-1.5V78.6c0-.6.8-1.4 1.6-1.4h10.8c.8 0 1.5.8 1.5 1.4zm28.3 0c0 .9-.8 1.5-1.5 1.5H80.3c-.9 0-1.6-.6-1.6-1.5V78.6c0-.6.8-1.4 1.6-1.4h10.8c.8 0 1.5.8 1.5 1.4zm28.5 0c0 .9-.8 1.5-1.5 1.5h-10.8c-.9 0-1.6-.6-1.6-1.5V78.6c0-.6.8-1.4 1.6-1.4h10.8c.8 0 1.5.8 1.5 1.4zM232.5 77c.9 0 1.5.8 1.5 1.6v11.1c0 .9-.6 1.7-1.5 1.7h-96.1c-.6 0-1.4-.8-1.4-1.7V78.6c0-.8.8-1.6 1.4-1.6zm0 29.3c.9 0 1.5.8 1.5 1.6V119c0 .9-.6 1.7-1.5 1.7h-96.1c-.6 0-1.4-.8-1.4-1.7v-11.1c0-.8.8-1.6 1.4-1.6zm0 29.1c.9 0 1.5.8 1.5 1.6v11.1c0 .9-.6 1.7-1.5 1.7h-96.1c-.6 0-1.4-.8-1.4-1.7V137c0-.8.8-1.6 1.4-1.6zm0 29.1c.9 0 1.5.8 1.5 1.6v11.1c0 .9-.6 1.7-1.5 1.7h-96.1c-.6 0-1.4-.8-1.4-1.7v-11.1c0-.8.8-1.6 1.4-1.6z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#f4f2ed" rx="60"/><path fill="#1f2120" d="M36 177.4c0 .9-.8 1.5-1.5 1.5H23.6c-.9 0-1.6-.6-1.6-1.5V78.6c0-.6.8-1.4 1.6-1.4h10.8c.8 0 1.5.8 1.5 1.4zm28.3 0c0 .9-.8 1.5-1.5 1.5H52c-.9 0-1.6-.6-1.6-1.5V78.6c0-.6.8-1.4 1.6-1.4h10.8c.8 0 1.5.8 1.5 1.4zm28.3 0c0 .9-.8 1.5-1.5 1.5H80.3c-.9 0-1.6-.6-1.6-1.5V78.6c0-.6.8-1.4 1.6-1.4h10.8c.8 0 1.5.8 1.5 1.4zm28.5 0c0 .9-.8 1.5-1.5 1.5h-10.8c-.9 0-1.6-.6-1.6-1.5V78.6c0-.6.8-1.4 1.6-1.4h10.8c.8 0 1.5.8 1.5 1.4zM232.5 77c.9 0 1.5.8 1.5 1.6v11.1c0 .9-.6 1.7-1.5 1.7h-96.1c-.6 0-1.4-.8-1.4-1.7V78.6c0-.8.8-1.6 1.4-1.6zm0 29.3c.9 0 1.5.8 1.5 1.6V119c0 .9-.6 1.7-1.5 1.7h-96.1c-.6 0-1.4-.8-1.4-1.7v-11.1c0-.8.8-1.6 1.4-1.6zm0 29.1c.9 0 1.5.8 1.5 1.6v11.1c0 .9-.6 1.7-1.5 1.7h-96.1c-.6 0-1.4-.8-1.4-1.7V137c0-.8.8-1.6 1.4-1.6zm0 29.1c.9 0 1.5.8 1.5 1.6v11.1c0 .9-.6 1.7-1.5 1.7h-96.1c-.6 0-1.4-.8-1.4-1.7v-11.1c0-.8.8-1.6 1.4-1.6z"/></g></svg>
</template>

CSS

.icon-ableton-light {
  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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23f4f2ed%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%231f2120%22%20d%3D%22M36%20177.4c0%20.9-.8%201.5-1.5%201.5H23.6c-.9%200-1.6-.6-1.6-1.5V78.6c0-.6.8-1.4%201.6-1.4h10.8c.8%200%201.5.8%201.5%201.4zm28.3%200c0%20.9-.8%201.5-1.5%201.5H52c-.9%200-1.6-.6-1.6-1.5V78.6c0-.6.8-1.4%201.6-1.4h10.8c.8%200%201.5.8%201.5%201.4zm28.3%200c0%20.9-.8%201.5-1.5%201.5H80.3c-.9%200-1.6-.6-1.6-1.5V78.6c0-.6.8-1.4%201.6-1.4h10.8c.8%200%201.5.8%201.5%201.4zm28.5%200c0%20.9-.8%201.5-1.5%201.5h-10.8c-.9%200-1.6-.6-1.6-1.5V78.6c0-.6.8-1.4%201.6-1.4h10.8c.8%200%201.5.8%201.5%201.4zM232.5%2077c.9%200%201.5.8%201.5%201.6v11.1c0%20.9-.6%201.7-1.5%201.7h-96.1c-.6%200-1.4-.8-1.4-1.7V78.6c0-.8.8-1.6%201.4-1.6zm0%2029.3c.9%200%201.5.8%201.5%201.6V119c0%20.9-.6%201.7-1.5%201.7h-96.1c-.6%200-1.4-.8-1.4-1.7v-11.1c0-.8.8-1.6%201.4-1.6zm0%2029.1c.9%200%201.5.8%201.5%201.6v11.1c0%20.9-.6%201.7-1.5%201.7h-96.1c-.6%200-1.4-.8-1.4-1.7V137c0-.8.8-1.6%201.4-1.6zm0%2029.1c.9%200%201.5.8%201.5%201.6v11.1c0%20.9-.6%201.7-1.5%201.7h-96.1c-.6%200-1.4-.8-1.4-1.7v-11.1c0-.8.8-1.6%201.4-1.6z%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23f4f2ed%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%231f2120%22%20d%3D%22M36%20177.4c0%20.9-.8%201.5-1.5%201.5H23.6c-.9%200-1.6-.6-1.6-1.5V78.6c0-.6.8-1.4%201.6-1.4h10.8c.8%200%201.5.8%201.5%201.4zm28.3%200c0%20.9-.8%201.5-1.5%201.5H52c-.9%200-1.6-.6-1.6-1.5V78.6c0-.6.8-1.4%201.6-1.4h10.8c.8%200%201.5.8%201.5%201.4zm28.3%200c0%20.9-.8%201.5-1.5%201.5H80.3c-.9%200-1.6-.6-1.6-1.5V78.6c0-.6.8-1.4%201.6-1.4h10.8c.8%200%201.5.8%201.5%201.4zm28.5%200c0%20.9-.8%201.5-1.5%201.5h-10.8c-.9%200-1.6-.6-1.6-1.5V78.6c0-.6.8-1.4%201.6-1.4h10.8c.8%200%201.5.8%201.5%201.4zM232.5%2077c.9%200%201.5.8%201.5%201.6v11.1c0%20.9-.6%201.7-1.5%201.7h-96.1c-.6%200-1.4-.8-1.4-1.7V78.6c0-.8.8-1.6%201.4-1.6zm0%2029.3c.9%200%201.5.8%201.5%201.6V119c0%20.9-.6%201.7-1.5%201.7h-96.1c-.6%200-1.4-.8-1.4-1.7v-11.1c0-.8.8-1.6%201.4-1.6zm0%2029.1c.9%200%201.5.8%201.5%201.6v11.1c0%20.9-.6%201.7-1.5%201.7h-96.1c-.6%200-1.4-.8-1.4-1.7V137c0-.8.8-1.6%201.4-1.6zm0%2029.1c.9%200%201.5.8%201.5%201.6v11.1c0%20.9-.6%201.7-1.5%201.7h-96.1c-.6%200-1.4-.8-1.4-1.7v-11.1c0-.8.8-1.6%201.4-1.6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/skill-icons/ableton-light.svg?color=%231a73e8&size=48