scent-off from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
scent-off
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
aroma-off, fragrance-off, odor-off, smell-off

Use the scent off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.6 16.5c-.9 1.3-1.6 2.7-1.6 4c0 .4.1.8.2 1.3c0 .1 0 .2-.1.3s-.2 0-.2-.1c-1-1.3-1.5-2.5-1.5-3.9q0-1.8 1.2-3.6l-1.4-1.4c-1.1 1.4-1.8 2.9-1.8 4.4c0 .4.1.8.2 1.3c0 .1 0 .2-.1.3s-.2 0-.2-.1c-1-1.3-1.5-2.5-1.5-3.9c0-1.3.5-2.6 1.5-4L7.9 9.8c-1 1.2-1.7 2.4-1.7 3.6c0 .3.1.7.2.9c0 .1 0 .1-.1.2s-.2 0-.2 0c-.8-.9-1.1-1.9-1.1-2.8c0-1.1.5-2.2 1.4-3.3L1.1 3l1.3-1.3l19.7 19.7l-1.3 1.3zM10.2 7q.6-1.05.6-2.1c0-.9-.3-1.9-1.1-2.8c-.1-.1-.2-.1-.3-.1s0 .1 0 .2c.1.3.2.6.2.9c0 .8-.3 1.6-.8 2.4zm7.1-.5c0 1.7-1.1 3.5-2.5 5.1l2 2c1.5-1.5 2.2-3 2.2-4.6q0-1.95-1.5-3.9c-.1-.1-.1-.1-.2-.1c-.1.1-.1.2-.1.3c0 .4.1.8.1 1.2m-3.8 3.8c1.2-1.5 1.8-2.9 1.8-4.4q0-1.95-1.5-3.9h-.2c-.1.1-.1.2-.1.3c.1.4.2.8.2 1.3c0 1.6-.9 3.2-2.2 4.8z"/></svg>

React

import type { SVGProps } from "react";

export function MdiScentOff(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="M14.6 16.5c-.9 1.3-1.6 2.7-1.6 4c0 .4.1.8.2 1.3c0 .1 0 .2-.1.3s-.2 0-.2-.1c-1-1.3-1.5-2.5-1.5-3.9q0-1.8 1.2-3.6l-1.4-1.4c-1.1 1.4-1.8 2.9-1.8 4.4c0 .4.1.8.2 1.3c0 .1 0 .2-.1.3s-.2 0-.2-.1c-1-1.3-1.5-2.5-1.5-3.9c0-1.3.5-2.6 1.5-4L7.9 9.8c-1 1.2-1.7 2.4-1.7 3.6c0 .3.1.7.2.9c0 .1 0 .1-.1.2s-.2 0-.2 0c-.8-.9-1.1-1.9-1.1-2.8c0-1.1.5-2.2 1.4-3.3L1.1 3l1.3-1.3l19.7 19.7l-1.3 1.3zM10.2 7q.6-1.05.6-2.1c0-.9-.3-1.9-1.1-2.8c-.1-.1-.2-.1-.3-.1s0 .1 0 .2c.1.3.2.6.2.9c0 .8-.3 1.6-.8 2.4zm7.1-.5c0 1.7-1.1 3.5-2.5 5.1l2 2c1.5-1.5 2.2-3 2.2-4.6q0-1.95-1.5-3.9c-.1-.1-.1-.1-.2-.1c-.1.1-.1.2-.1.3c0 .4.1.8.1 1.2m-3.8 3.8c1.2-1.5 1.8-2.9 1.8-4.4q0-1.95-1.5-3.9h-.2c-.1.1-.1.2-.1.3c.1.4.2.8.2 1.3c0 1.6-.9 3.2-2.2 4.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.6 16.5c-.9 1.3-1.6 2.7-1.6 4c0 .4.1.8.2 1.3c0 .1 0 .2-.1.3s-.2 0-.2-.1c-1-1.3-1.5-2.5-1.5-3.9q0-1.8 1.2-3.6l-1.4-1.4c-1.1 1.4-1.8 2.9-1.8 4.4c0 .4.1.8.2 1.3c0 .1 0 .2-.1.3s-.2 0-.2-.1c-1-1.3-1.5-2.5-1.5-3.9c0-1.3.5-2.6 1.5-4L7.9 9.8c-1 1.2-1.7 2.4-1.7 3.6c0 .3.1.7.2.9c0 .1 0 .1-.1.2s-.2 0-.2 0c-.8-.9-1.1-1.9-1.1-2.8c0-1.1.5-2.2 1.4-3.3L1.1 3l1.3-1.3l19.7 19.7l-1.3 1.3zM10.2 7q.6-1.05.6-2.1c0-.9-.3-1.9-1.1-2.8c-.1-.1-.2-.1-.3-.1s0 .1 0 .2c.1.3.2.6.2.9c0 .8-.3 1.6-.8 2.4zm7.1-.5c0 1.7-1.1 3.5-2.5 5.1l2 2c1.5-1.5 2.2-3 2.2-4.6q0-1.95-1.5-3.9c-.1-.1-.1-.1-.2-.1c-.1.1-.1.2-.1.3c0 .4.1.8.1 1.2m-3.8 3.8c1.2-1.5 1.8-2.9 1.8-4.4q0-1.95-1.5-3.9h-.2c-.1.1-.1.2-.1.3c.1.4.2.8.2 1.3c0 1.6-.9 3.2-2.2 4.8z"/></svg>
</template>

CSS

.icon-scent-off {
  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%22M14.6%2016.5c-.9%201.3-1.6%202.7-1.6%204c0%20.4.1.8.2%201.3c0%20.1%200%20.2-.1.3s-.2%200-.2-.1c-1-1.3-1.5-2.5-1.5-3.9q0-1.8%201.2-3.6l-1.4-1.4c-1.1%201.4-1.8%202.9-1.8%204.4c0%20.4.1.8.2%201.3c0%20.1%200%20.2-.1.3s-.2%200-.2-.1c-1-1.3-1.5-2.5-1.5-3.9c0-1.3.5-2.6%201.5-4L7.9%209.8c-1%201.2-1.7%202.4-1.7%203.6c0%20.3.1.7.2.9c0%20.1%200%20.1-.1.2s-.2%200-.2%200c-.8-.9-1.1-1.9-1.1-2.8c0-1.1.5-2.2%201.4-3.3L1.1%203l1.3-1.3l19.7%2019.7l-1.3%201.3zM10.2%207q.6-1.05.6-2.1c0-.9-.3-1.9-1.1-2.8c-.1-.1-.2-.1-.3-.1s0%20.1%200%20.2c.1.3.2.6.2.9c0%20.8-.3%201.6-.8%202.4zm7.1-.5c0%201.7-1.1%203.5-2.5%205.1l2%202c1.5-1.5%202.2-3%202.2-4.6q0-1.95-1.5-3.9c-.1-.1-.1-.1-.2-.1c-.1.1-.1.2-.1.3c0%20.4.1.8.1%201.2m-3.8%203.8c1.2-1.5%201.8-2.9%201.8-4.4q0-1.95-1.5-3.9h-.2c-.1.1-.1.2-.1.3c.1.4.2.8.2%201.3c0%201.6-.9%203.2-2.2%204.8z%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%22M14.6%2016.5c-.9%201.3-1.6%202.7-1.6%204c0%20.4.1.8.2%201.3c0%20.1%200%20.2-.1.3s-.2%200-.2-.1c-1-1.3-1.5-2.5-1.5-3.9q0-1.8%201.2-3.6l-1.4-1.4c-1.1%201.4-1.8%202.9-1.8%204.4c0%20.4.1.8.2%201.3c0%20.1%200%20.2-.1.3s-.2%200-.2-.1c-1-1.3-1.5-2.5-1.5-3.9c0-1.3.5-2.6%201.5-4L7.9%209.8c-1%201.2-1.7%202.4-1.7%203.6c0%20.3.1.7.2.9c0%20.1%200%20.1-.1.2s-.2%200-.2%200c-.8-.9-1.1-1.9-1.1-2.8c0-1.1.5-2.2%201.4-3.3L1.1%203l1.3-1.3l19.7%2019.7l-1.3%201.3zM10.2%207q.6-1.05.6-2.1c0-.9-.3-1.9-1.1-2.8c-.1-.1-.2-.1-.3-.1s0%20.1%200%20.2c.1.3.2.6.2.9c0%20.8-.3%201.6-.8%202.4zm7.1-.5c0%201.7-1.1%203.5-2.5%205.1l2%202c1.5-1.5%202.2-3%202.2-4.6q0-1.95-1.5-3.9c-.1-.1-.1-.1-.2-.1c-.1.1-.1.2-.1.3c0%20.4.1.8.1%201.2m-3.8%203.8c1.2-1.5%201.8-2.9%201.8-4.4q0-1.95-1.5-3.9h-.2c-.1.1-.1.2-.1.3c.1.4.2.8.2%201.3c0%201.6-.9%203.2-2.2%204.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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