adobe dreamweaver logo

adobe-dreamweaver from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
adobe-dreamweaver
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

The same logo in other sets

Related icons in CoreUI Brands

Use the adobe dreamweaver logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M0 .401v31.197h32V.401zm1.333 1.334h29.333v28.531H1.333zm2.834 6.01c0-.109.021-.157.156-.177a97 97 0 0 1 3.464-.063c4.464 0 6.687 2.88 6.687 7.104c0 5.875-3.853 7.651-6.823 7.651c-1.12 0-2.749-.02-3.344-.041c-.088 0-.129-.068-.129-.177V7.746zm2.401 12.359c.369.027.703.047 1.12.047c2.463 0 4.291-1.739 4.312-5.473c.027-3.656-1.864-5.063-4.213-5.063c-.464 0-.839.025-1.213.052v10.448zm16.916 2.093c-.156 0-.197-.057-.219-.187c-.661-3.672-1.213-6.271-1.453-8.079h-.02c-.287 1.636-.819 4.344-1.699 8.104c-.041.136-.083.172-.192.172h-2.156c-.157 0-.199-.02-.24-.156l-2.36-10.505c-.02-.088.027-.177.157-.177h2.156c.088 0 .156.032.177.12c.833 4.729 1.187 7.177 1.317 8.147h.088c.156-1.147.615-3.527 1.604-8.105c.048-.129.048-.167.177-.167h2.265c.109 0 .131.057.157.167c.771 4.333 1.276 7.068 1.405 8.167h.068c.213-1.405.505-3.307 1.443-8.192c.027-.089.047-.141.156-.141h2.027c.088 0 .156.048.115.157l-2.62 10.525c-.021.109-.041.151-.193.151z"/></svg>

React

import type { SVGProps } from "react";

export function CibAdobeDreamweaver(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="M0 .401v31.197h32V.401zm1.333 1.334h29.333v28.531H1.333zm2.834 6.01c0-.109.021-.157.156-.177a97 97 0 0 1 3.464-.063c4.464 0 6.687 2.88 6.687 7.104c0 5.875-3.853 7.651-6.823 7.651c-1.12 0-2.749-.02-3.344-.041c-.088 0-.129-.068-.129-.177V7.746zm2.401 12.359c.369.027.703.047 1.12.047c2.463 0 4.291-1.739 4.312-5.473c.027-3.656-1.864-5.063-4.213-5.063c-.464 0-.839.025-1.213.052v10.448zm16.916 2.093c-.156 0-.197-.057-.219-.187c-.661-3.672-1.213-6.271-1.453-8.079h-.02c-.287 1.636-.819 4.344-1.699 8.104c-.041.136-.083.172-.192.172h-2.156c-.157 0-.199-.02-.24-.156l-2.36-10.505c-.02-.088.027-.177.157-.177h2.156c.088 0 .156.032.177.12c.833 4.729 1.187 7.177 1.317 8.147h.088c.156-1.147.615-3.527 1.604-8.105c.048-.129.048-.167.177-.167h2.265c.109 0 .131.057.157.167c.771 4.333 1.276 7.068 1.405 8.167h.068c.213-1.405.505-3.307 1.443-8.192c.027-.089.047-.141.156-.141h2.027c.088 0 .156.048.115.157l-2.62 10.525c-.021.109-.041.151-.193.151z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M0 .401v31.197h32V.401zm1.333 1.334h29.333v28.531H1.333zm2.834 6.01c0-.109.021-.157.156-.177a97 97 0 0 1 3.464-.063c4.464 0 6.687 2.88 6.687 7.104c0 5.875-3.853 7.651-6.823 7.651c-1.12 0-2.749-.02-3.344-.041c-.088 0-.129-.068-.129-.177V7.746zm2.401 12.359c.369.027.703.047 1.12.047c2.463 0 4.291-1.739 4.312-5.473c.027-3.656-1.864-5.063-4.213-5.063c-.464 0-.839.025-1.213.052v10.448zm16.916 2.093c-.156 0-.197-.057-.219-.187c-.661-3.672-1.213-6.271-1.453-8.079h-.02c-.287 1.636-.819 4.344-1.699 8.104c-.041.136-.083.172-.192.172h-2.156c-.157 0-.199-.02-.24-.156l-2.36-10.505c-.02-.088.027-.177.157-.177h2.156c.088 0 .156.032.177.12c.833 4.729 1.187 7.177 1.317 8.147h.088c.156-1.147.615-3.527 1.604-8.105c.048-.129.048-.167.177-.167h2.265c.109 0 .131.057.157.167c.771 4.333 1.276 7.068 1.405 8.167h.068c.213-1.405.505-3.307 1.443-8.192c.027-.089.047-.141.156-.141h2.027c.088 0 .156.048.115.157l-2.62 10.525c-.021.109-.041.151-.193.151z"/></svg>
</template>

CSS

.icon-adobe-dreamweaver {
  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%22M0%20.401v31.197h32V.401zm1.333%201.334h29.333v28.531H1.333zm2.834%206.01c0-.109.021-.157.156-.177a97%2097%200%200%201%203.464-.063c4.464%200%206.687%202.88%206.687%207.104c0%205.875-3.853%207.651-6.823%207.651c-1.12%200-2.749-.02-3.344-.041c-.088%200-.129-.068-.129-.177V7.746zm2.401%2012.359c.369.027.703.047%201.12.047c2.463%200%204.291-1.739%204.312-5.473c.027-3.656-1.864-5.063-4.213-5.063c-.464%200-.839.025-1.213.052v10.448zm16.916%202.093c-.156%200-.197-.057-.219-.187c-.661-3.672-1.213-6.271-1.453-8.079h-.02c-.287%201.636-.819%204.344-1.699%208.104c-.041.136-.083.172-.192.172h-2.156c-.157%200-.199-.02-.24-.156l-2.36-10.505c-.02-.088.027-.177.157-.177h2.156c.088%200%20.156.032.177.12c.833%204.729%201.187%207.177%201.317%208.147h.088c.156-1.147.615-3.527%201.604-8.105c.048-.129.048-.167.177-.167h2.265c.109%200%20.131.057.157.167c.771%204.333%201.276%207.068%201.405%208.167h.068c.213-1.405.505-3.307%201.443-8.192c.027-.089.047-.141.156-.141h2.027c.088%200%20.156.048.115.157l-2.62%2010.525c-.021.109-.041.151-.193.151z%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%22M0%20.401v31.197h32V.401zm1.333%201.334h29.333v28.531H1.333zm2.834%206.01c0-.109.021-.157.156-.177a97%2097%200%200%201%203.464-.063c4.464%200%206.687%202.88%206.687%207.104c0%205.875-3.853%207.651-6.823%207.651c-1.12%200-2.749-.02-3.344-.041c-.088%200-.129-.068-.129-.177V7.746zm2.401%2012.359c.369.027.703.047%201.12.047c2.463%200%204.291-1.739%204.312-5.473c.027-3.656-1.864-5.063-4.213-5.063c-.464%200-.839.025-1.213.052v10.448zm16.916%202.093c-.156%200-.197-.057-.219-.187c-.661-3.672-1.213-6.271-1.453-8.079h-.02c-.287%201.636-.819%204.344-1.699%208.104c-.041.136-.083.172-.192.172h-2.156c-.157%200-.199-.02-.24-.156l-2.36-10.505c-.02-.088.027-.177.157-.177h2.156c.088%200%20.156.032.177.12c.833%204.729%201.187%207.177%201.317%208.147h.088c.156-1.147.615-3.527%201.604-8.105c.048-.129.048-.167.177-.167h2.265c.109%200%20.131.057.157.167c.771%204.333%201.276%207.068%201.405%208.167h.068c.213-1.405.505-3.307%201.443-8.192c.027-.089.047-.141.156-.141h2.027c.088%200%20.156.048.115.157l-2.62%2010.525c-.021.109-.041.151-.193.151z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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