plus emoji
plus from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- plus
- Set
- Noto Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 128×128
- License
- Apache 2.0
- Aliases
- heavy-plus-sign, plus-sign
The same emoji in other sets
plusAkar IconsplusBootstrap IconsplusBoxIcons v2plus-fillEva IconsplusFramework7 IconsplusFont Awesome 6 SolidplusFeather IconsplusFluent EmojiplusFluent Emoji FlatplusFluent Emoji High ContrastplusHeroIconsplusHuge IconsplusHumbleiconsplusIconoirplusIonIconsplusJam IconsplusLine AwesomeplusMaterial Line IconsplusLucideplusMage IconsplusMajesticonsplusMaterial Design Iconsplus-fillMingCute IconplusOcticons
More symbols icons from Noto Emoji
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the plus emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#464c4f" d="M4.79 72.01s.02 3.76.05 4.45c.05 1.34.79 1.95 2.25 1.92c1.46-.04 42.08.43 42.08.43l.66-12.75zm70.6-1.73l2.55 8.21s41.06 0 42.57.08s2.31-.48 2.39-1.91c.08-1.44.22-7.22.22-7.22L94.36 65.5zm-27.99 43.8s-.03 5.5-.04 6.62c-.02 2.11.52 3.87 4.75 3.87s21.37-.08 23.12-.16s3.14-1.03 3.22-3.02s.53-9.57-.27-9.49s-18.58.08-18.58.08z"/><path fill="#616266" d="M7.87 48.59c-2.39.09-3.03.96-3.11 3.59s0 17.3 0 18.66s.08 3.35 1.83 3.43s40.82.08 40.82.08v39.7c0 2.15 1.59 4.86 5.9 5.18s16.82.16 19.77.16s5.34-1.12 5.5-3.67s.16-41.38.16-41.38s38.98-.23 40.9-.24c2.71-.01 3.43-1.51 3.51-5.18s-.16-15.07-.16-17.06s-1.28-3.19-4.31-3.03s-40.34-.16-40.34-.16V6.76c0-1.91-.74-3-3.99-2.97c-2.23.02-21.95-.04-23.63-.08c-2.12-.05-3.09 1.43-3.07 3.82c.02 2.31-.16 41.22-.16 41.22s-37.47-.24-39.62-.16"/><path fill="#9a9a9a" d="M9.7 53.14c-1.59 1.75-1.91 12.12.96 12.12c3.21 0 2.15-5.02 6.54-6.7s6.44-2.55 6.54-4.38c.15-2.96-12.28-2.98-14.04-1.04M65.5 9.02c.13 2.11-5.3 3.01-7.43 5.05c-2.14 2.04-3.5 5.3-5.1 5.25s-2.72-3.06-2.33-6.46s3.26-5.44 7.53-5.73s7.23.29 7.33 1.89"/></svg>
React
import type { SVGProps } from "react";
export function NotoPlus(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="M4.79 72.01s.02 3.76.05 4.45c.05 1.34.79 1.95 2.25 1.92c1.46-.04 42.08.43 42.08.43l.66-12.75zm70.6-1.73l2.55 8.21s41.06 0 42.57.08s2.31-.48 2.39-1.91c.08-1.44.22-7.22.22-7.22L94.36 65.5zm-27.99 43.8s-.03 5.5-.04 6.62c-.02 2.11.52 3.87 4.75 3.87s21.37-.08 23.12-.16s3.14-1.03 3.22-3.02s.53-9.57-.27-9.49s-18.58.08-18.58.08z"/><path fill="#616266" d="M7.87 48.59c-2.39.09-3.03.96-3.11 3.59s0 17.3 0 18.66s.08 3.35 1.83 3.43s40.82.08 40.82.08v39.7c0 2.15 1.59 4.86 5.9 5.18s16.82.16 19.77.16s5.34-1.12 5.5-3.67s.16-41.38.16-41.38s38.98-.23 40.9-.24c2.71-.01 3.43-1.51 3.51-5.18s-.16-15.07-.16-17.06s-1.28-3.19-4.31-3.03s-40.34-.16-40.34-.16V6.76c0-1.91-.74-3-3.99-2.97c-2.23.02-21.95-.04-23.63-.08c-2.12-.05-3.09 1.43-3.07 3.82c.02 2.31-.16 41.22-.16 41.22s-37.47-.24-39.62-.16"/><path fill="#9a9a9a" d="M9.7 53.14c-1.59 1.75-1.91 12.12.96 12.12c3.21 0 2.15-5.02 6.54-6.7s6.44-2.55 6.54-4.38c.15-2.96-12.28-2.98-14.04-1.04M65.5 9.02c.13 2.11-5.3 3.01-7.43 5.05c-2.14 2.04-3.5 5.3-5.1 5.25s-2.72-3.06-2.33-6.46s3.26-5.44 7.53-5.73s7.23.29 7.33 1.89"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#464c4f" d="M4.79 72.01s.02 3.76.05 4.45c.05 1.34.79 1.95 2.25 1.92c1.46-.04 42.08.43 42.08.43l.66-12.75zm70.6-1.73l2.55 8.21s41.06 0 42.57.08s2.31-.48 2.39-1.91c.08-1.44.22-7.22.22-7.22L94.36 65.5zm-27.99 43.8s-.03 5.5-.04 6.62c-.02 2.11.52 3.87 4.75 3.87s21.37-.08 23.12-.16s3.14-1.03 3.22-3.02s.53-9.57-.27-9.49s-18.58.08-18.58.08z"/><path fill="#616266" d="M7.87 48.59c-2.39.09-3.03.96-3.11 3.59s0 17.3 0 18.66s.08 3.35 1.83 3.43s40.82.08 40.82.08v39.7c0 2.15 1.59 4.86 5.9 5.18s16.82.16 19.77.16s5.34-1.12 5.5-3.67s.16-41.38.16-41.38s38.98-.23 40.9-.24c2.71-.01 3.43-1.51 3.51-5.18s-.16-15.07-.16-17.06s-1.28-3.19-4.31-3.03s-40.34-.16-40.34-.16V6.76c0-1.91-.74-3-3.99-2.97c-2.23.02-21.95-.04-23.63-.08c-2.12-.05-3.09 1.43-3.07 3.82c.02 2.31-.16 41.22-.16 41.22s-37.47-.24-39.62-.16"/><path fill="#9a9a9a" d="M9.7 53.14c-1.59 1.75-1.91 12.12.96 12.12c3.21 0 2.15-5.02 6.54-6.7s6.44-2.55 6.54-4.38c.15-2.96-12.28-2.98-14.04-1.04M65.5 9.02c.13 2.11-5.3 3.01-7.43 5.05c-2.14 2.04-3.5 5.3-5.1 5.25s-2.72-3.06-2.33-6.46s3.26-5.44 7.53-5.73s7.23.29 7.33 1.89"/></svg> </template>
CSS
.icon-plus {
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%22M4.79%2072.01s.02%203.76.05%204.45c.05%201.34.79%201.95%202.25%201.92c1.46-.04%2042.08.43%2042.08.43l.66-12.75zm70.6-1.73l2.55%208.21s41.06%200%2042.57.08s2.31-.48%202.39-1.91c.08-1.44.22-7.22.22-7.22L94.36%2065.5zm-27.99%2043.8s-.03%205.5-.04%206.62c-.02%202.11.52%203.87%204.75%203.87s21.37-.08%2023.12-.16s3.14-1.03%203.22-3.02s.53-9.57-.27-9.49s-18.58.08-18.58.08z%22%2F%3E%3Cpath%20fill%3D%22%23616266%22%20d%3D%22M7.87%2048.59c-2.39.09-3.03.96-3.11%203.59s0%2017.3%200%2018.66s.08%203.35%201.83%203.43s40.82.08%2040.82.08v39.7c0%202.15%201.59%204.86%205.9%205.18s16.82.16%2019.77.16s5.34-1.12%205.5-3.67s.16-41.38.16-41.38s38.98-.23%2040.9-.24c2.71-.01%203.43-1.51%203.51-5.18s-.16-15.07-.16-17.06s-1.28-3.19-4.31-3.03s-40.34-.16-40.34-.16V6.76c0-1.91-.74-3-3.99-2.97c-2.23.02-21.95-.04-23.63-.08c-2.12-.05-3.09%201.43-3.07%203.82c.02%202.31-.16%2041.22-.16%2041.22s-37.47-.24-39.62-.16%22%2F%3E%3Cpath%20fill%3D%22%239a9a9a%22%20d%3D%22M9.7%2053.14c-1.59%201.75-1.91%2012.12.96%2012.12c3.21%200%202.15-5.02%206.54-6.7s6.44-2.55%206.54-4.38c.15-2.96-12.28-2.98-14.04-1.04M65.5%209.02c.13%202.11-5.3%203.01-7.43%205.05c-2.14%202.04-3.5%205.3-5.1%205.25s-2.72-3.06-2.33-6.46s3.26-5.44%207.53-5.73s7.23.29%207.33%201.89%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%22M4.79%2072.01s.02%203.76.05%204.45c.05%201.34.79%201.95%202.25%201.92c1.46-.04%2042.08.43%2042.08.43l.66-12.75zm70.6-1.73l2.55%208.21s41.06%200%2042.57.08s2.31-.48%202.39-1.91c.08-1.44.22-7.22.22-7.22L94.36%2065.5zm-27.99%2043.8s-.03%205.5-.04%206.62c-.02%202.11.52%203.87%204.75%203.87s21.37-.08%2023.12-.16s3.14-1.03%203.22-3.02s.53-9.57-.27-9.49s-18.58.08-18.58.08z%22%2F%3E%3Cpath%20fill%3D%22%23616266%22%20d%3D%22M7.87%2048.59c-2.39.09-3.03.96-3.11%203.59s0%2017.3%200%2018.66s.08%203.35%201.83%203.43s40.82.08%2040.82.08v39.7c0%202.15%201.59%204.86%205.9%205.18s16.82.16%2019.77.16s5.34-1.12%205.5-3.67s.16-41.38.16-41.38s38.98-.23%2040.9-.24c2.71-.01%203.43-1.51%203.51-5.18s-.16-15.07-.16-17.06s-1.28-3.19-4.31-3.03s-40.34-.16-40.34-.16V6.76c0-1.91-.74-3-3.99-2.97c-2.23.02-21.95-.04-23.63-.08c-2.12-.05-3.09%201.43-3.07%203.82c.02%202.31-.16%2041.22-.16%2041.22s-37.47-.24-39.62-.16%22%2F%3E%3Cpath%20fill%3D%22%239a9a9a%22%20d%3D%22M9.7%2053.14c-1.59%201.75-1.91%2012.12.96%2012.12c3.21%200%202.15-5.02%206.54-6.7s6.44-2.55%206.54-4.38c.15-2.96-12.28-2.98-14.04-1.04M65.5%209.02c.13%202.11-5.3%203.01-7.43%205.05c-2.14%202.04-3.5%205.3-5.1%205.25s-2.72-3.06-2.33-6.46s3.26-5.44%207.53-5.73s7.23.29%207.33%201.89%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/plus.svg?color=%231a73e8&size=48