multiply emoji

multiply from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.

Name
multiply
Set
Noto Emoji
Style
Default
Category
Symbols
Viewbox
128×128
License
Apache 2.0
Aliases
heavy-multiplication-x, multiplication-sign

The same emoji in other sets

More symbols icons from Noto Emoji

Use the multiply emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#464c4f" d="M6.74 23.96s-3.68 3.4-4.03 4.43c-.24.72.89 1.75 1.91 2.76s37.15 37.6 37.15 37.6s23.41-13.28 11.71-18.24S6.74 23.96 6.74 23.96m18.93 97.14s1.83 1.85 2.97 2.79c1.91 1.58 3.68-.98 5.48-2.56s30.73-30.12 30.73-30.12s29.27 29.44 30.74 30.68c1.46 1.24 3.27.72 4.06.05c.79-.68 5.18-5.08 5.18-5.08l-32.2-35.83l-26.9 5.52zm54.37-66.98l4.05 16.44l4.28-4.84s34.22-34.45 35.23-35.35s1.51-2.46.72-3.47s-1.65-1.85-1.65-1.85z"/><path fill="#616266" d="M41.88 62c0 .56-34.45 34.67-35.68 36.02s-1.13 2.59.34 4.28s18.55 18.24 19.14 18.8c.68.64 2.7-.34 4.17-1.69c1.46-1.35 34.22-33.77 35.12-33.77s31.41 30.62 33.21 31.97s4.05 1.24 5.4.34s15.76-15.2 16.77-16.32c1.01-1.13.11-2.7-1.58-4.62c-1.69-1.91-32.76-34.33-32.76-34.33l36.7-37.6S104.47 7.63 103.35 6.62s-3.15-2.03-5.52.23s-33.66 33.88-33.66 33.88S30.85 5.94 29.73 4.93s-2.59-.56-3.83.45S6.99 23.61 6.31 24.4s.68 2.03 2.59 4.05S41.88 62 41.88 62"/><path fill="#9a9a9a" d="M27.28 11.24c-2.42-.17-13.35 9.1-10.57 11.75c2.36 2.25 6.43-2.76 10.37-2.66s8.99 2.83 10.71.4c2.1-2.97-7.58-9.29-10.51-9.49m74 1.21c-3.54.54-8.78 5.7-13.51 10.51s-8.05 8.82-6.68 10.56c1.76 2.23 7.05-3.69 10.34-6.57c3.28-2.88 8.23-6.55 11.68-6.68c3.52-.13 6.98 1.39 7.71-.45c.71-1.84-4.76-8.1-9.54-7.37M27.81 85.36c-1.17-.99-5.69.64-10.5 6.97s-3.35 9.31-1.52 11.62c2.16 2.72 4.44 4.34 5.77 2c.96-1.68.24-4.97 1.52-8.57c1.28-3.61 3.77-7.61 4.49-8.81s1.28-2.33.24-3.21"/></svg>

React

import type { SVGProps } from "react";

export function NotoMultiply(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#464c4f" d="M6.74 23.96s-3.68 3.4-4.03 4.43c-.24.72.89 1.75 1.91 2.76s37.15 37.6 37.15 37.6s23.41-13.28 11.71-18.24S6.74 23.96 6.74 23.96m18.93 97.14s1.83 1.85 2.97 2.79c1.91 1.58 3.68-.98 5.48-2.56s30.73-30.12 30.73-30.12s29.27 29.44 30.74 30.68c1.46 1.24 3.27.72 4.06.05c.79-.68 5.18-5.08 5.18-5.08l-32.2-35.83l-26.9 5.52zm54.37-66.98l4.05 16.44l4.28-4.84s34.22-34.45 35.23-35.35s1.51-2.46.72-3.47s-1.65-1.85-1.65-1.85z"/><path fill="#616266" d="M41.88 62c0 .56-34.45 34.67-35.68 36.02s-1.13 2.59.34 4.28s18.55 18.24 19.14 18.8c.68.64 2.7-.34 4.17-1.69c1.46-1.35 34.22-33.77 35.12-33.77s31.41 30.62 33.21 31.97s4.05 1.24 5.4.34s15.76-15.2 16.77-16.32c1.01-1.13.11-2.7-1.58-4.62c-1.69-1.91-32.76-34.33-32.76-34.33l36.7-37.6S104.47 7.63 103.35 6.62s-3.15-2.03-5.52.23s-33.66 33.88-33.66 33.88S30.85 5.94 29.73 4.93s-2.59-.56-3.83.45S6.99 23.61 6.31 24.4s.68 2.03 2.59 4.05S41.88 62 41.88 62"/><path fill="#9a9a9a" d="M27.28 11.24c-2.42-.17-13.35 9.1-10.57 11.75c2.36 2.25 6.43-2.76 10.37-2.66s8.99 2.83 10.71.4c2.1-2.97-7.58-9.29-10.51-9.49m74 1.21c-3.54.54-8.78 5.7-13.51 10.51s-8.05 8.82-6.68 10.56c1.76 2.23 7.05-3.69 10.34-6.57c3.28-2.88 8.23-6.55 11.68-6.68c3.52-.13 6.98 1.39 7.71-.45c.71-1.84-4.76-8.1-9.54-7.37M27.81 85.36c-1.17-.99-5.69.64-10.5 6.97s-3.35 9.31-1.52 11.62c2.16 2.72 4.44 4.34 5.77 2c.96-1.68.24-4.97 1.52-8.57c1.28-3.61 3.77-7.61 4.49-8.81s1.28-2.33.24-3.21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#464c4f" d="M6.74 23.96s-3.68 3.4-4.03 4.43c-.24.72.89 1.75 1.91 2.76s37.15 37.6 37.15 37.6s23.41-13.28 11.71-18.24S6.74 23.96 6.74 23.96m18.93 97.14s1.83 1.85 2.97 2.79c1.91 1.58 3.68-.98 5.48-2.56s30.73-30.12 30.73-30.12s29.27 29.44 30.74 30.68c1.46 1.24 3.27.72 4.06.05c.79-.68 5.18-5.08 5.18-5.08l-32.2-35.83l-26.9 5.52zm54.37-66.98l4.05 16.44l4.28-4.84s34.22-34.45 35.23-35.35s1.51-2.46.72-3.47s-1.65-1.85-1.65-1.85z"/><path fill="#616266" d="M41.88 62c0 .56-34.45 34.67-35.68 36.02s-1.13 2.59.34 4.28s18.55 18.24 19.14 18.8c.68.64 2.7-.34 4.17-1.69c1.46-1.35 34.22-33.77 35.12-33.77s31.41 30.62 33.21 31.97s4.05 1.24 5.4.34s15.76-15.2 16.77-16.32c1.01-1.13.11-2.7-1.58-4.62c-1.69-1.91-32.76-34.33-32.76-34.33l36.7-37.6S104.47 7.63 103.35 6.62s-3.15-2.03-5.52.23s-33.66 33.88-33.66 33.88S30.85 5.94 29.73 4.93s-2.59-.56-3.83.45S6.99 23.61 6.31 24.4s.68 2.03 2.59 4.05S41.88 62 41.88 62"/><path fill="#9a9a9a" d="M27.28 11.24c-2.42-.17-13.35 9.1-10.57 11.75c2.36 2.25 6.43-2.76 10.37-2.66s8.99 2.83 10.71.4c2.1-2.97-7.58-9.29-10.51-9.49m74 1.21c-3.54.54-8.78 5.7-13.51 10.51s-8.05 8.82-6.68 10.56c1.76 2.23 7.05-3.69 10.34-6.57c3.28-2.88 8.23-6.55 11.68-6.68c3.52-.13 6.98 1.39 7.71-.45c.71-1.84-4.76-8.1-9.54-7.37M27.81 85.36c-1.17-.99-5.69.64-10.5 6.97s-3.35 9.31-1.52 11.62c2.16 2.72 4.44 4.34 5.77 2c.96-1.68.24-4.97 1.52-8.57c1.28-3.61 3.77-7.61 4.49-8.81s1.28-2.33.24-3.21"/></svg>
</template>

CSS

.icon-multiply {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%23464c4f%22%20d%3D%22M6.74%2023.96s-3.68%203.4-4.03%204.43c-.24.72.89%201.75%201.91%202.76s37.15%2037.6%2037.15%2037.6s23.41-13.28%2011.71-18.24S6.74%2023.96%206.74%2023.96m18.93%2097.14s1.83%201.85%202.97%202.79c1.91%201.58%203.68-.98%205.48-2.56s30.73-30.12%2030.73-30.12s29.27%2029.44%2030.74%2030.68c1.46%201.24%203.27.72%204.06.05c.79-.68%205.18-5.08%205.18-5.08l-32.2-35.83l-26.9%205.52zm54.37-66.98l4.05%2016.44l4.28-4.84s34.22-34.45%2035.23-35.35s1.51-2.46.72-3.47s-1.65-1.85-1.65-1.85z%22%2F%3E%3Cpath%20fill%3D%22%23616266%22%20d%3D%22M41.88%2062c0%20.56-34.45%2034.67-35.68%2036.02s-1.13%202.59.34%204.28s18.55%2018.24%2019.14%2018.8c.68.64%202.7-.34%204.17-1.69c1.46-1.35%2034.22-33.77%2035.12-33.77s31.41%2030.62%2033.21%2031.97s4.05%201.24%205.4.34s15.76-15.2%2016.77-16.32c1.01-1.13.11-2.7-1.58-4.62c-1.69-1.91-32.76-34.33-32.76-34.33l36.7-37.6S104.47%207.63%20103.35%206.62s-3.15-2.03-5.52.23s-33.66%2033.88-33.66%2033.88S30.85%205.94%2029.73%204.93s-2.59-.56-3.83.45S6.99%2023.61%206.31%2024.4s.68%202.03%202.59%204.05S41.88%2062%2041.88%2062%22%2F%3E%3Cpath%20fill%3D%22%239a9a9a%22%20d%3D%22M27.28%2011.24c-2.42-.17-13.35%209.1-10.57%2011.75c2.36%202.25%206.43-2.76%2010.37-2.66s8.99%202.83%2010.71.4c2.1-2.97-7.58-9.29-10.51-9.49m74%201.21c-3.54.54-8.78%205.7-13.51%2010.51s-8.05%208.82-6.68%2010.56c1.76%202.23%207.05-3.69%2010.34-6.57c3.28-2.88%208.23-6.55%2011.68-6.68c3.52-.13%206.98%201.39%207.71-.45c.71-1.84-4.76-8.1-9.54-7.37M27.81%2085.36c-1.17-.99-5.69.64-10.5%206.97s-3.35%209.31-1.52%2011.62c2.16%202.72%204.44%204.34%205.77%202c.96-1.68.24-4.97%201.52-8.57c1.28-3.61%203.77-7.61%204.49-8.81s1.28-2.33.24-3.21%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23464c4f%22%20d%3D%22M6.74%2023.96s-3.68%203.4-4.03%204.43c-.24.72.89%201.75%201.91%202.76s37.15%2037.6%2037.15%2037.6s23.41-13.28%2011.71-18.24S6.74%2023.96%206.74%2023.96m18.93%2097.14s1.83%201.85%202.97%202.79c1.91%201.58%203.68-.98%205.48-2.56s30.73-30.12%2030.73-30.12s29.27%2029.44%2030.74%2030.68c1.46%201.24%203.27.72%204.06.05c.79-.68%205.18-5.08%205.18-5.08l-32.2-35.83l-26.9%205.52zm54.37-66.98l4.05%2016.44l4.28-4.84s34.22-34.45%2035.23-35.35s1.51-2.46.72-3.47s-1.65-1.85-1.65-1.85z%22%2F%3E%3Cpath%20fill%3D%22%23616266%22%20d%3D%22M41.88%2062c0%20.56-34.45%2034.67-35.68%2036.02s-1.13%202.59.34%204.28s18.55%2018.24%2019.14%2018.8c.68.64%202.7-.34%204.17-1.69c1.46-1.35%2034.22-33.77%2035.12-33.77s31.41%2030.62%2033.21%2031.97s4.05%201.24%205.4.34s15.76-15.2%2016.77-16.32c1.01-1.13.11-2.7-1.58-4.62c-1.69-1.91-32.76-34.33-32.76-34.33l36.7-37.6S104.47%207.63%20103.35%206.62s-3.15-2.03-5.52.23s-33.66%2033.88-33.66%2033.88S30.85%205.94%2029.73%204.93s-2.59-.56-3.83.45S6.99%2023.61%206.31%2024.4s.68%202.03%202.59%204.05S41.88%2062%2041.88%2062%22%2F%3E%3Cpath%20fill%3D%22%239a9a9a%22%20d%3D%22M27.28%2011.24c-2.42-.17-13.35%209.1-10.57%2011.75c2.36%202.25%206.43-2.76%2010.37-2.66s8.99%202.83%2010.71.4c2.1-2.97-7.58-9.29-10.51-9.49m74%201.21c-3.54.54-8.78%205.7-13.51%2010.51s-8.05%208.82-6.68%2010.56c1.76%202.23%207.05-3.69%2010.34-6.57c3.28-2.88%208.23-6.55%2011.68-6.68c3.52-.13%206.98%201.39%207.71-.45c.71-1.84-4.76-8.1-9.54-7.37M27.81%2085.36c-1.17-.99-5.69.64-10.5%206.97s-3.35%209.31-1.52%2011.62c2.16%202.72%204.44%204.34%205.77%202c.96-1.68.24-4.97%201.52-8.57c1.28-3.61%203.77-7.61%204.49-8.81s1.28-2.33.24-3.21%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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