adobedreamweaver logo

adobedreamweaver from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
adobedreamweaver
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the adobedreamweaver logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.69 8.4c-.43-.13-.87-.2-1.32-.19c-.2 0-.37 0-.51.01c-.14 0-.3.01-.47.02v6.67c.11 0 .21 0 .31.01c.09.01.19.01.28.02c.1.011.21.011.33.011c.46.01.92-.07 1.36-.229c.4-.141.75-.371 1.05-.681c.3-.319.53-.7.67-1.11c.16-.479.24-.99.24-1.5c.01-.48-.07-.96-.23-1.41A2.6 2.6 0 0 0 6.69 8.4M19.75.3H4.25C1.9.3 0 2.2 0 4.55v14.9c0 2.35 1.9 4.25 4.25 4.25h15.5c2.35 0 4.25-1.9 4.25-4.25V4.55C24 2.2 22.1.3 19.75.3m-9.24 13.13c-.19.561-.48 1.08-.86 1.541c-.35.42-.77.779-1.23 1.069c-.45.28-.95.489-1.47.63c-.5.13-1.02.2-1.54.2H4.28c-.4 0-.78 0-1.12-.011c-.35-.01-.61-.01-.78-.02c-.07 0-.1-.061-.1-.16V6.44c-.01-.06.04-.12.1-.13h.01c.15-.01.38-.02.67-.02c.3-.01.64-.01 1.04-.02s.82-.01 1.27-.01c1.22 0 2.24.22 3.04.66c.77.41 1.4 1.04 1.81 1.81c.4.77.6 1.65.6 2.65c.01.7-.09 1.39-.31 2.05m9.42 3.24a.2.2 0 0 1-.06.109c0 .051-.04.07-.091.061H17.91c-.04.01-.09-.01-.12-.04a.3.3 0 0 1-.06-.12c-.19-.8-.351-1.52-.48-2.13c-.13-.62-.24-1.14-.32-1.569c-.08-.431-.15-.791-.209-1.09c-.051-.3-.101-.55-.131-.76h-.01c-.1.44-.189.87-.28 1.28c-.079.41-.18.83-.28 1.25s-.209.88-.34 1.38c-.119.5-.26 1.05-.41 1.64c-.02.11-.069.16-.16.16h-1.87c-.051.01-.1-.01-.141-.029a.5.5 0 0 1-.07-.11L11.08 8.97c-.03-.09.01-.13.12-.13h1.89c.09 0 .141.03.15.1c.199.88.369 1.64.5 2.28c.13.64.24 1.18.31 1.629s.14.82.19 1.101c.05.28.09.521.119.7h.031c.02-.16.039-.311.069-.471q.06-.283.149-.75c.061-.31.131-.67.221-1.09s.189-.9.311-1.46c.109-.55.27-1.18.459-1.89c0-.04.021-.09.041-.13q.017-.03.109-.03h1.96c.06 0 .09.04.101.11c.17.73.31 1.37.43 1.92q.164.825.3 1.47c.08.42.149.79.19 1.09c.039.311.09.561.129.77c.031.17.061.34.07.511h.03c.05-.2.09-.44.13-.71c.04-.271.09-.57.16-.91c.061-.34.13-.71.21-1.12c.069-.41.17-.86.28-1.37c.109-.5.23-1.05.369-1.64c.021-.09.061-.13.131-.13h1.75c.09 0 .119.05.1.14z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsAdobedreamweaver(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="M6.69 8.4c-.43-.13-.87-.2-1.32-.19c-.2 0-.37 0-.51.01c-.14 0-.3.01-.47.02v6.67c.11 0 .21 0 .31.01c.09.01.19.01.28.02c.1.011.21.011.33.011c.46.01.92-.07 1.36-.229c.4-.141.75-.371 1.05-.681c.3-.319.53-.7.67-1.11c.16-.479.24-.99.24-1.5c.01-.48-.07-.96-.23-1.41A2.6 2.6 0 0 0 6.69 8.4M19.75.3H4.25C1.9.3 0 2.2 0 4.55v14.9c0 2.35 1.9 4.25 4.25 4.25h15.5c2.35 0 4.25-1.9 4.25-4.25V4.55C24 2.2 22.1.3 19.75.3m-9.24 13.13c-.19.561-.48 1.08-.86 1.541c-.35.42-.77.779-1.23 1.069c-.45.28-.95.489-1.47.63c-.5.13-1.02.2-1.54.2H4.28c-.4 0-.78 0-1.12-.011c-.35-.01-.61-.01-.78-.02c-.07 0-.1-.061-.1-.16V6.44c-.01-.06.04-.12.1-.13h.01c.15-.01.38-.02.67-.02c.3-.01.64-.01 1.04-.02s.82-.01 1.27-.01c1.22 0 2.24.22 3.04.66c.77.41 1.4 1.04 1.81 1.81c.4.77.6 1.65.6 2.65c.01.7-.09 1.39-.31 2.05m9.42 3.24a.2.2 0 0 1-.06.109c0 .051-.04.07-.091.061H17.91c-.04.01-.09-.01-.12-.04a.3.3 0 0 1-.06-.12c-.19-.8-.351-1.52-.48-2.13c-.13-.62-.24-1.14-.32-1.569c-.08-.431-.15-.791-.209-1.09c-.051-.3-.101-.55-.131-.76h-.01c-.1.44-.189.87-.28 1.28c-.079.41-.18.83-.28 1.25s-.209.88-.34 1.38c-.119.5-.26 1.05-.41 1.64c-.02.11-.069.16-.16.16h-1.87c-.051.01-.1-.01-.141-.029a.5.5 0 0 1-.07-.11L11.08 8.97c-.03-.09.01-.13.12-.13h1.89c.09 0 .141.03.15.1c.199.88.369 1.64.5 2.28c.13.64.24 1.18.31 1.629s.14.82.19 1.101c.05.28.09.521.119.7h.031c.02-.16.039-.311.069-.471q.06-.283.149-.75c.061-.31.131-.67.221-1.09s.189-.9.311-1.46c.109-.55.27-1.18.459-1.89c0-.04.021-.09.041-.13q.017-.03.109-.03h1.96c.06 0 .09.04.101.11c.17.73.31 1.37.43 1.92q.164.825.3 1.47c.08.42.149.79.19 1.09c.039.311.09.561.129.77c.031.17.061.34.07.511h.03c.05-.2.09-.44.13-.71c.04-.271.09-.57.16-.91c.061-.34.13-.71.21-1.12c.069-.41.17-.86.28-1.37c.109-.5.23-1.05.369-1.64c.021-.09.061-.13.131-.13h1.75c.09 0 .119.05.1.14z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.69 8.4c-.43-.13-.87-.2-1.32-.19c-.2 0-.37 0-.51.01c-.14 0-.3.01-.47.02v6.67c.11 0 .21 0 .31.01c.09.01.19.01.28.02c.1.011.21.011.33.011c.46.01.92-.07 1.36-.229c.4-.141.75-.371 1.05-.681c.3-.319.53-.7.67-1.11c.16-.479.24-.99.24-1.5c.01-.48-.07-.96-.23-1.41A2.6 2.6 0 0 0 6.69 8.4M19.75.3H4.25C1.9.3 0 2.2 0 4.55v14.9c0 2.35 1.9 4.25 4.25 4.25h15.5c2.35 0 4.25-1.9 4.25-4.25V4.55C24 2.2 22.1.3 19.75.3m-9.24 13.13c-.19.561-.48 1.08-.86 1.541c-.35.42-.77.779-1.23 1.069c-.45.28-.95.489-1.47.63c-.5.13-1.02.2-1.54.2H4.28c-.4 0-.78 0-1.12-.011c-.35-.01-.61-.01-.78-.02c-.07 0-.1-.061-.1-.16V6.44c-.01-.06.04-.12.1-.13h.01c.15-.01.38-.02.67-.02c.3-.01.64-.01 1.04-.02s.82-.01 1.27-.01c1.22 0 2.24.22 3.04.66c.77.41 1.4 1.04 1.81 1.81c.4.77.6 1.65.6 2.65c.01.7-.09 1.39-.31 2.05m9.42 3.24a.2.2 0 0 1-.06.109c0 .051-.04.07-.091.061H17.91c-.04.01-.09-.01-.12-.04a.3.3 0 0 1-.06-.12c-.19-.8-.351-1.52-.48-2.13c-.13-.62-.24-1.14-.32-1.569c-.08-.431-.15-.791-.209-1.09c-.051-.3-.101-.55-.131-.76h-.01c-.1.44-.189.87-.28 1.28c-.079.41-.18.83-.28 1.25s-.209.88-.34 1.38c-.119.5-.26 1.05-.41 1.64c-.02.11-.069.16-.16.16h-1.87c-.051.01-.1-.01-.141-.029a.5.5 0 0 1-.07-.11L11.08 8.97c-.03-.09.01-.13.12-.13h1.89c.09 0 .141.03.15.1c.199.88.369 1.64.5 2.28c.13.64.24 1.18.31 1.629s.14.82.19 1.101c.05.28.09.521.119.7h.031c.02-.16.039-.311.069-.471q.06-.283.149-.75c.061-.31.131-.67.221-1.09s.189-.9.311-1.46c.109-.55.27-1.18.459-1.89c0-.04.021-.09.041-.13q.017-.03.109-.03h1.96c.06 0 .09.04.101.11c.17.73.31 1.37.43 1.92q.164.825.3 1.47c.08.42.149.79.19 1.09c.039.311.09.561.129.77c.031.17.061.34.07.511h.03c.05-.2.09-.44.13-.71c.04-.271.09-.57.16-.91c.061-.34.13-.71.21-1.12c.069-.41.17-.86.28-1.37c.109-.5.23-1.05.369-1.64c.021-.09.061-.13.131-.13h1.75c.09 0 .119.05.1.14z"/></svg>
</template>

CSS

.icon-adobedreamweaver {
  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%22M6.69%208.4c-.43-.13-.87-.2-1.32-.19c-.2%200-.37%200-.51.01c-.14%200-.3.01-.47.02v6.67c.11%200%20.21%200%20.31.01c.09.01.19.01.28.02c.1.011.21.011.33.011c.46.01.92-.07%201.36-.229c.4-.141.75-.371%201.05-.681c.3-.319.53-.7.67-1.11c.16-.479.24-.99.24-1.5c.01-.48-.07-.96-.23-1.41A2.6%202.6%200%200%200%206.69%208.4M19.75.3H4.25C1.9.3%200%202.2%200%204.55v14.9c0%202.35%201.9%204.25%204.25%204.25h15.5c2.35%200%204.25-1.9%204.25-4.25V4.55C24%202.2%2022.1.3%2019.75.3m-9.24%2013.13c-.19.561-.48%201.08-.86%201.541c-.35.42-.77.779-1.23%201.069c-.45.28-.95.489-1.47.63c-.5.13-1.02.2-1.54.2H4.28c-.4%200-.78%200-1.12-.011c-.35-.01-.61-.01-.78-.02c-.07%200-.1-.061-.1-.16V6.44c-.01-.06.04-.12.1-.13h.01c.15-.01.38-.02.67-.02c.3-.01.64-.01%201.04-.02s.82-.01%201.27-.01c1.22%200%202.24.22%203.04.66c.77.41%201.4%201.04%201.81%201.81c.4.77.6%201.65.6%202.65c.01.7-.09%201.39-.31%202.05m9.42%203.24a.2.2%200%200%201-.06.109c0%20.051-.04.07-.091.061H17.91c-.04.01-.09-.01-.12-.04a.3.3%200%200%201-.06-.12c-.19-.8-.351-1.52-.48-2.13c-.13-.62-.24-1.14-.32-1.569c-.08-.431-.15-.791-.209-1.09c-.051-.3-.101-.55-.131-.76h-.01c-.1.44-.189.87-.28%201.28c-.079.41-.18.83-.28%201.25s-.209.88-.34%201.38c-.119.5-.26%201.05-.41%201.64c-.02.11-.069.16-.16.16h-1.87c-.051.01-.1-.01-.141-.029a.5.5%200%200%201-.07-.11L11.08%208.97c-.03-.09.01-.13.12-.13h1.89c.09%200%20.141.03.15.1c.199.88.369%201.64.5%202.28c.13.64.24%201.18.31%201.629s.14.82.19%201.101c.05.28.09.521.119.7h.031c.02-.16.039-.311.069-.471q.06-.283.149-.75c.061-.31.131-.67.221-1.09s.189-.9.311-1.46c.109-.55.27-1.18.459-1.89c0-.04.021-.09.041-.13q.017-.03.109-.03h1.96c.06%200%20.09.04.101.11c.17.73.31%201.37.43%201.92q.164.825.3%201.47c.08.42.149.79.19%201.09c.039.311.09.561.129.77c.031.17.061.34.07.511h.03c.05-.2.09-.44.13-.71c.04-.271.09-.57.16-.91c.061-.34.13-.71.21-1.12c.069-.41.17-.86.28-1.37c.109-.5.23-1.05.369-1.64c.021-.09.061-.13.131-.13h1.75c.09%200%20.119.05.1.14z%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%22M6.69%208.4c-.43-.13-.87-.2-1.32-.19c-.2%200-.37%200-.51.01c-.14%200-.3.01-.47.02v6.67c.11%200%20.21%200%20.31.01c.09.01.19.01.28.02c.1.011.21.011.33.011c.46.01.92-.07%201.36-.229c.4-.141.75-.371%201.05-.681c.3-.319.53-.7.67-1.11c.16-.479.24-.99.24-1.5c.01-.48-.07-.96-.23-1.41A2.6%202.6%200%200%200%206.69%208.4M19.75.3H4.25C1.9.3%200%202.2%200%204.55v14.9c0%202.35%201.9%204.25%204.25%204.25h15.5c2.35%200%204.25-1.9%204.25-4.25V4.55C24%202.2%2022.1.3%2019.75.3m-9.24%2013.13c-.19.561-.48%201.08-.86%201.541c-.35.42-.77.779-1.23%201.069c-.45.28-.95.489-1.47.63c-.5.13-1.02.2-1.54.2H4.28c-.4%200-.78%200-1.12-.011c-.35-.01-.61-.01-.78-.02c-.07%200-.1-.061-.1-.16V6.44c-.01-.06.04-.12.1-.13h.01c.15-.01.38-.02.67-.02c.3-.01.64-.01%201.04-.02s.82-.01%201.27-.01c1.22%200%202.24.22%203.04.66c.77.41%201.4%201.04%201.81%201.81c.4.77.6%201.65.6%202.65c.01.7-.09%201.39-.31%202.05m9.42%203.24a.2.2%200%200%201-.06.109c0%20.051-.04.07-.091.061H17.91c-.04.01-.09-.01-.12-.04a.3.3%200%200%201-.06-.12c-.19-.8-.351-1.52-.48-2.13c-.13-.62-.24-1.14-.32-1.569c-.08-.431-.15-.791-.209-1.09c-.051-.3-.101-.55-.131-.76h-.01c-.1.44-.189.87-.28%201.28c-.079.41-.18.83-.28%201.25s-.209.88-.34%201.38c-.119.5-.26%201.05-.41%201.64c-.02.11-.069.16-.16.16h-1.87c-.051.01-.1-.01-.141-.029a.5.5%200%200%201-.07-.11L11.08%208.97c-.03-.09.01-.13.12-.13h1.89c.09%200%20.141.03.15.1c.199.88.369%201.64.5%202.28c.13.64.24%201.18.31%201.629s.14.82.19%201.101c.05.28.09.521.119.7h.031c.02-.16.039-.311.069-.471q.06-.283.149-.75c.061-.31.131-.67.221-1.09s.189-.9.311-1.46c.109-.55.27-1.18.459-1.89c0-.04.021-.09.041-.13q.017-.03.109-.03h1.96c.06%200%20.09.04.101.11c.17.73.31%201.37.43%201.92q.164.825.3%201.47c.08.42.149.79.19%201.09c.039.311.09.561.129.77c.031.17.061.34.07.511h.03c.05-.2.09-.44.13-.71c.04-.271.09-.57.16-.91c.061-.34.13-.71.21-1.12c.069-.41.17-.86.28-1.37c.109-.5.23-1.05.369-1.64c.021-.09.061-.13.131-.13h1.75c.09%200%20.119.05.1.14z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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