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

Name
divide
Set
Noto Emoji
Style
Default
Category
Symbols
Viewbox
128×128
License
Apache 2.0
Aliases
division-sign, heavy-division-sign

The same emoji in other sets

More symbols icons from Noto Emoji

Use the divide emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#464c4f" d="M5.93 71.08s-.14 4.71 1.04 5.84c1.29 1.23 3.01 1.05 5.42 1.05s105.2.13 107.34 0s2.54-1.47 2.68-2.54c.13-1.07.15-3.92.15-3.92l-25.31-8.67zm40.74-49.21s.06 18.92 19.14 18.89c17.4-.03 18.2-18.34 18.2-18.34L67.54 25.9zm-.89 79.72c-.09 2.13-.92 7.13 2.19 13.06c2.69 5.13 8.01 8.84 15.7 8.95c9.35.14 14.5-5.1 16.34-9.59c2.21-5.4 1.9-11.74 1.9-11.74s-19.31 1.11-19.98 1.65c-.68.55-16.15-2.33-16.15-2.33"/><path fill="#606265" d="M65.27 3.28c-11.11-.2-18.87 8.57-18.6 18.6c.24 8.87 8.97 14.59 19.14 14.32s17.53-7.23 18.2-13.79c.67-6.55-4.02-18.86-18.74-19.13m-.94 83.25c-12.42-.08-19.5 9.01-18.6 18.07c.8 8.16 10.17 14.05 18.2 14.19c7.76.13 17.4-6.02 17.94-14.99c.51-8.56-5.96-17.19-17.54-17.27M5.71 50.93c0-2.28.67-2.94 4.28-2.94s105.87.13 108.55.27c2.68.13 4.08 1.91 4.08 5.53c0 3.61-.09 15.85-.07 17.36c.02 1.34-.4 2.81-3.88 2.81s-107.48.13-109.48.13s-3.32-.8-3.32-3.62c0-2.57-.16-16.06-.16-19.54"/><path fill="#9a9a9a" d="M52.76 104.98c2.49.51 3.08-3.97 6.87-6.87s5.79-4 5.73-5.82c-.09-2.38-5.73-4.76-11.54 1.06c-4.1 4.1-4.06 11.01-1.06 11.63m1.29-81.9c2.37.41 3.44-4.93 6.17-7.31s6.02-4.01 4.49-6.26c-1.32-1.94-6.52-3.26-10.66 2.56s-2.03 10.66 0 11.01M23.87 51.36c.2 2.2-2.27 3.56-6.54 7.09c-2.49 2.06-3.6 4.83-5.93 4.4c-1.37-.25-1.4-3.11-1.47-6.08c-.06-2.5.15-4.71.89-5.54c1.08-1.22 3.33-1.12 5.93-1.22c3.31-.13 7 0 7.12 1.35"/></svg>

React

import type { SVGProps } from "react";

export function NotoDivide(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="M5.93 71.08s-.14 4.71 1.04 5.84c1.29 1.23 3.01 1.05 5.42 1.05s105.2.13 107.34 0s2.54-1.47 2.68-2.54c.13-1.07.15-3.92.15-3.92l-25.31-8.67zm40.74-49.21s.06 18.92 19.14 18.89c17.4-.03 18.2-18.34 18.2-18.34L67.54 25.9zm-.89 79.72c-.09 2.13-.92 7.13 2.19 13.06c2.69 5.13 8.01 8.84 15.7 8.95c9.35.14 14.5-5.1 16.34-9.59c2.21-5.4 1.9-11.74 1.9-11.74s-19.31 1.11-19.98 1.65c-.68.55-16.15-2.33-16.15-2.33"/><path fill="#606265" d="M65.27 3.28c-11.11-.2-18.87 8.57-18.6 18.6c.24 8.87 8.97 14.59 19.14 14.32s17.53-7.23 18.2-13.79c.67-6.55-4.02-18.86-18.74-19.13m-.94 83.25c-12.42-.08-19.5 9.01-18.6 18.07c.8 8.16 10.17 14.05 18.2 14.19c7.76.13 17.4-6.02 17.94-14.99c.51-8.56-5.96-17.19-17.54-17.27M5.71 50.93c0-2.28.67-2.94 4.28-2.94s105.87.13 108.55.27c2.68.13 4.08 1.91 4.08 5.53c0 3.61-.09 15.85-.07 17.36c.02 1.34-.4 2.81-3.88 2.81s-107.48.13-109.48.13s-3.32-.8-3.32-3.62c0-2.57-.16-16.06-.16-19.54"/><path fill="#9a9a9a" d="M52.76 104.98c2.49.51 3.08-3.97 6.87-6.87s5.79-4 5.73-5.82c-.09-2.38-5.73-4.76-11.54 1.06c-4.1 4.1-4.06 11.01-1.06 11.63m1.29-81.9c2.37.41 3.44-4.93 6.17-7.31s6.02-4.01 4.49-6.26c-1.32-1.94-6.52-3.26-10.66 2.56s-2.03 10.66 0 11.01M23.87 51.36c.2 2.2-2.27 3.56-6.54 7.09c-2.49 2.06-3.6 4.83-5.93 4.4c-1.37-.25-1.4-3.11-1.47-6.08c-.06-2.5.15-4.71.89-5.54c1.08-1.22 3.33-1.12 5.93-1.22c3.31-.13 7 0 7.12 1.35"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#464c4f" d="M5.93 71.08s-.14 4.71 1.04 5.84c1.29 1.23 3.01 1.05 5.42 1.05s105.2.13 107.34 0s2.54-1.47 2.68-2.54c.13-1.07.15-3.92.15-3.92l-25.31-8.67zm40.74-49.21s.06 18.92 19.14 18.89c17.4-.03 18.2-18.34 18.2-18.34L67.54 25.9zm-.89 79.72c-.09 2.13-.92 7.13 2.19 13.06c2.69 5.13 8.01 8.84 15.7 8.95c9.35.14 14.5-5.1 16.34-9.59c2.21-5.4 1.9-11.74 1.9-11.74s-19.31 1.11-19.98 1.65c-.68.55-16.15-2.33-16.15-2.33"/><path fill="#606265" d="M65.27 3.28c-11.11-.2-18.87 8.57-18.6 18.6c.24 8.87 8.97 14.59 19.14 14.32s17.53-7.23 18.2-13.79c.67-6.55-4.02-18.86-18.74-19.13m-.94 83.25c-12.42-.08-19.5 9.01-18.6 18.07c.8 8.16 10.17 14.05 18.2 14.19c7.76.13 17.4-6.02 17.94-14.99c.51-8.56-5.96-17.19-17.54-17.27M5.71 50.93c0-2.28.67-2.94 4.28-2.94s105.87.13 108.55.27c2.68.13 4.08 1.91 4.08 5.53c0 3.61-.09 15.85-.07 17.36c.02 1.34-.4 2.81-3.88 2.81s-107.48.13-109.48.13s-3.32-.8-3.32-3.62c0-2.57-.16-16.06-.16-19.54"/><path fill="#9a9a9a" d="M52.76 104.98c2.49.51 3.08-3.97 6.87-6.87s5.79-4 5.73-5.82c-.09-2.38-5.73-4.76-11.54 1.06c-4.1 4.1-4.06 11.01-1.06 11.63m1.29-81.9c2.37.41 3.44-4.93 6.17-7.31s6.02-4.01 4.49-6.26c-1.32-1.94-6.52-3.26-10.66 2.56s-2.03 10.66 0 11.01M23.87 51.36c.2 2.2-2.27 3.56-6.54 7.09c-2.49 2.06-3.6 4.83-5.93 4.4c-1.37-.25-1.4-3.11-1.47-6.08c-.06-2.5.15-4.71.89-5.54c1.08-1.22 3.33-1.12 5.93-1.22c3.31-.13 7 0 7.12 1.35"/></svg>
</template>

CSS

.icon-divide {
  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%22M5.93%2071.08s-.14%204.71%201.04%205.84c1.29%201.23%203.01%201.05%205.42%201.05s105.2.13%20107.34%200s2.54-1.47%202.68-2.54c.13-1.07.15-3.92.15-3.92l-25.31-8.67zm40.74-49.21s.06%2018.92%2019.14%2018.89c17.4-.03%2018.2-18.34%2018.2-18.34L67.54%2025.9zm-.89%2079.72c-.09%202.13-.92%207.13%202.19%2013.06c2.69%205.13%208.01%208.84%2015.7%208.95c9.35.14%2014.5-5.1%2016.34-9.59c2.21-5.4%201.9-11.74%201.9-11.74s-19.31%201.11-19.98%201.65c-.68.55-16.15-2.33-16.15-2.33%22%2F%3E%3Cpath%20fill%3D%22%23606265%22%20d%3D%22M65.27%203.28c-11.11-.2-18.87%208.57-18.6%2018.6c.24%208.87%208.97%2014.59%2019.14%2014.32s17.53-7.23%2018.2-13.79c.67-6.55-4.02-18.86-18.74-19.13m-.94%2083.25c-12.42-.08-19.5%209.01-18.6%2018.07c.8%208.16%2010.17%2014.05%2018.2%2014.19c7.76.13%2017.4-6.02%2017.94-14.99c.51-8.56-5.96-17.19-17.54-17.27M5.71%2050.93c0-2.28.67-2.94%204.28-2.94s105.87.13%20108.55.27c2.68.13%204.08%201.91%204.08%205.53c0%203.61-.09%2015.85-.07%2017.36c.02%201.34-.4%202.81-3.88%202.81s-107.48.13-109.48.13s-3.32-.8-3.32-3.62c0-2.57-.16-16.06-.16-19.54%22%2F%3E%3Cpath%20fill%3D%22%239a9a9a%22%20d%3D%22M52.76%20104.98c2.49.51%203.08-3.97%206.87-6.87s5.79-4%205.73-5.82c-.09-2.38-5.73-4.76-11.54%201.06c-4.1%204.1-4.06%2011.01-1.06%2011.63m1.29-81.9c2.37.41%203.44-4.93%206.17-7.31s6.02-4.01%204.49-6.26c-1.32-1.94-6.52-3.26-10.66%202.56s-2.03%2010.66%200%2011.01M23.87%2051.36c.2%202.2-2.27%203.56-6.54%207.09c-2.49%202.06-3.6%204.83-5.93%204.4c-1.37-.25-1.4-3.11-1.47-6.08c-.06-2.5.15-4.71.89-5.54c1.08-1.22%203.33-1.12%205.93-1.22c3.31-.13%207%200%207.12%201.35%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%22M5.93%2071.08s-.14%204.71%201.04%205.84c1.29%201.23%203.01%201.05%205.42%201.05s105.2.13%20107.34%200s2.54-1.47%202.68-2.54c.13-1.07.15-3.92.15-3.92l-25.31-8.67zm40.74-49.21s.06%2018.92%2019.14%2018.89c17.4-.03%2018.2-18.34%2018.2-18.34L67.54%2025.9zm-.89%2079.72c-.09%202.13-.92%207.13%202.19%2013.06c2.69%205.13%208.01%208.84%2015.7%208.95c9.35.14%2014.5-5.1%2016.34-9.59c2.21-5.4%201.9-11.74%201.9-11.74s-19.31%201.11-19.98%201.65c-.68.55-16.15-2.33-16.15-2.33%22%2F%3E%3Cpath%20fill%3D%22%23606265%22%20d%3D%22M65.27%203.28c-11.11-.2-18.87%208.57-18.6%2018.6c.24%208.87%208.97%2014.59%2019.14%2014.32s17.53-7.23%2018.2-13.79c.67-6.55-4.02-18.86-18.74-19.13m-.94%2083.25c-12.42-.08-19.5%209.01-18.6%2018.07c.8%208.16%2010.17%2014.05%2018.2%2014.19c7.76.13%2017.4-6.02%2017.94-14.99c.51-8.56-5.96-17.19-17.54-17.27M5.71%2050.93c0-2.28.67-2.94%204.28-2.94s105.87.13%20108.55.27c2.68.13%204.08%201.91%204.08%205.53c0%203.61-.09%2015.85-.07%2017.36c.02%201.34-.4%202.81-3.88%202.81s-107.48.13-109.48.13s-3.32-.8-3.32-3.62c0-2.57-.16-16.06-.16-19.54%22%2F%3E%3Cpath%20fill%3D%22%239a9a9a%22%20d%3D%22M52.76%20104.98c2.49.51%203.08-3.97%206.87-6.87s5.79-4%205.73-5.82c-.09-2.38-5.73-4.76-11.54%201.06c-4.1%204.1-4.06%2011.01-1.06%2011.63m1.29-81.9c2.37.41%203.44-4.93%206.17-7.31s6.02-4.01%204.49-6.26c-1.32-1.94-6.52-3.26-10.66%202.56s-2.03%2010.66%200%2011.01M23.87%2051.36c.2%202.2-2.27%203.56-6.54%207.09c-2.49%202.06-3.6%204.83-5.93%204.4c-1.37-.25-1.4-3.11-1.47-6.08c-.06-2.5.15-4.71.89-5.54c1.08-1.22%203.33-1.12%205.93-1.22c3.31-.13%207%200%207.12%201.35%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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