smashingmagazine logo

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

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

The same logo in other sets

Use the smashingmagazine logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.734 12.002c.766.524 1.662 1.01 2.708 1.443q2.677 1.113 3.601 1.936c.615.547.928 1.248.928 2.104c-.005 1.457-1.023 2.189-3.076 2.189q-2.964-.002-5.326-1.875l-1.871 4.186q2.133 1.14 3.475 1.496l.141.033l-1.798.416a2.365 2.365 0 0 1-2.832-1.771L.061 6.5a2.37 2.37 0 0 1 1.773-2.835l4.375-1.009a5 5 0 0 0-.441.485l-.018.021Q4.62 4.584 4.619 6.667c0 2.101 1.03 3.87 3.079 5.296l.046.029zm10.358.072c-.84-.672-1.904-1.268-3.24-1.786q-2.97-1.178-3.871-1.872c-.6-.465-.914-.981-.914-1.557c0-1.459.914-2.19 2.76-2.19c2.041 0 3.646.494 4.786 1.476l1.515-4.08A14.2 14.2 0 0 0 15.723.849l-.06-.015c-.256-.061-.525-.12-.811-.164l2.625-.602a2.383 2.383 0 0 1 2.836 1.771l3.63 15.647c.284 1.274-.51 2.551-1.784 2.835l-2.985.69c.824-1.051 1.245-2.34 1.245-3.87c0-1.575-.437-2.911-1.306-4.021a8 8 0 0 0-1.006-1.006l-.044-.029z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsSmashingmagazine(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="M7.734 12.002c.766.524 1.662 1.01 2.708 1.443q2.677 1.113 3.601 1.936c.615.547.928 1.248.928 2.104c-.005 1.457-1.023 2.189-3.076 2.189q-2.964-.002-5.326-1.875l-1.871 4.186q2.133 1.14 3.475 1.496l.141.033l-1.798.416a2.365 2.365 0 0 1-2.832-1.771L.061 6.5a2.37 2.37 0 0 1 1.773-2.835l4.375-1.009a5 5 0 0 0-.441.485l-.018.021Q4.62 4.584 4.619 6.667c0 2.101 1.03 3.87 3.079 5.296l.046.029zm10.358.072c-.84-.672-1.904-1.268-3.24-1.786q-2.97-1.178-3.871-1.872c-.6-.465-.914-.981-.914-1.557c0-1.459.914-2.19 2.76-2.19c2.041 0 3.646.494 4.786 1.476l1.515-4.08A14.2 14.2 0 0 0 15.723.849l-.06-.015c-.256-.061-.525-.12-.811-.164l2.625-.602a2.383 2.383 0 0 1 2.836 1.771l3.63 15.647c.284 1.274-.51 2.551-1.784 2.835l-2.985.69c.824-1.051 1.245-2.34 1.245-3.87c0-1.575-.437-2.911-1.306-4.021a8 8 0 0 0-1.006-1.006l-.044-.029z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.734 12.002c.766.524 1.662 1.01 2.708 1.443q2.677 1.113 3.601 1.936c.615.547.928 1.248.928 2.104c-.005 1.457-1.023 2.189-3.076 2.189q-2.964-.002-5.326-1.875l-1.871 4.186q2.133 1.14 3.475 1.496l.141.033l-1.798.416a2.365 2.365 0 0 1-2.832-1.771L.061 6.5a2.37 2.37 0 0 1 1.773-2.835l4.375-1.009a5 5 0 0 0-.441.485l-.018.021Q4.62 4.584 4.619 6.667c0 2.101 1.03 3.87 3.079 5.296l.046.029zm10.358.072c-.84-.672-1.904-1.268-3.24-1.786q-2.97-1.178-3.871-1.872c-.6-.465-.914-.981-.914-1.557c0-1.459.914-2.19 2.76-2.19c2.041 0 3.646.494 4.786 1.476l1.515-4.08A14.2 14.2 0 0 0 15.723.849l-.06-.015c-.256-.061-.525-.12-.811-.164l2.625-.602a2.383 2.383 0 0 1 2.836 1.771l3.63 15.647c.284 1.274-.51 2.551-1.784 2.835l-2.985.69c.824-1.051 1.245-2.34 1.245-3.87c0-1.575-.437-2.911-1.306-4.021a8 8 0 0 0-1.006-1.006l-.044-.029z"/></svg>
</template>

CSS

.icon-smashingmagazine {
  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%22M7.734%2012.002c.766.524%201.662%201.01%202.708%201.443q2.677%201.113%203.601%201.936c.615.547.928%201.248.928%202.104c-.005%201.457-1.023%202.189-3.076%202.189q-2.964-.002-5.326-1.875l-1.871%204.186q2.133%201.14%203.475%201.496l.141.033l-1.798.416a2.365%202.365%200%200%201-2.832-1.771L.061%206.5a2.37%202.37%200%200%201%201.773-2.835l4.375-1.009a5%205%200%200%200-.441.485l-.018.021Q4.62%204.584%204.619%206.667c0%202.101%201.03%203.87%203.079%205.296l.046.029zm10.358.072c-.84-.672-1.904-1.268-3.24-1.786q-2.97-1.178-3.871-1.872c-.6-.465-.914-.981-.914-1.557c0-1.459.914-2.19%202.76-2.19c2.041%200%203.646.494%204.786%201.476l1.515-4.08A14.2%2014.2%200%200%200%2015.723.849l-.06-.015c-.256-.061-.525-.12-.811-.164l2.625-.602a2.383%202.383%200%200%201%202.836%201.771l3.63%2015.647c.284%201.274-.51%202.551-1.784%202.835l-2.985.69c.824-1.051%201.245-2.34%201.245-3.87c0-1.575-.437-2.911-1.306-4.021a8%208%200%200%200-1.006-1.006l-.044-.029z%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%22M7.734%2012.002c.766.524%201.662%201.01%202.708%201.443q2.677%201.113%203.601%201.936c.615.547.928%201.248.928%202.104c-.005%201.457-1.023%202.189-3.076%202.189q-2.964-.002-5.326-1.875l-1.871%204.186q2.133%201.14%203.475%201.496l.141.033l-1.798.416a2.365%202.365%200%200%201-2.832-1.771L.061%206.5a2.37%202.37%200%200%201%201.773-2.835l4.375-1.009a5%205%200%200%200-.441.485l-.018.021Q4.62%204.584%204.619%206.667c0%202.101%201.03%203.87%203.079%205.296l.046.029zm10.358.072c-.84-.672-1.904-1.268-3.24-1.786q-2.97-1.178-3.871-1.872c-.6-.465-.914-.981-.914-1.557c0-1.459.914-2.19%202.76-2.19c2.041%200%203.646.494%204.786%201.476l1.515-4.08A14.2%2014.2%200%200%200%2015.723.849l-.06-.015c-.256-.061-.525-.12-.811-.164l2.625-.602a2.383%202.383%200%200%201%202.836%201.771l3.63%2015.647c.284%201.274-.51%202.551-1.784%202.835l-2.985.69c.824-1.051%201.245-2.34%201.245-3.87c0-1.575-.437-2.911-1.306-4.021a8%208%200%200%200-1.006-1.006l-.044-.029z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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