smoke from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
smoke
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Use the smoke icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M1.246 27.309c0 4.43 3.094 8.273 8.063 9.164c-.282.82-.399 1.687-.399 2.601c0 4.782 3.563 8.602 8.906 8.602H44.7c6.07 0 10.055-4.172 10.055-9.446c0-4.382-2.976-8.132-7.195-9.187c-.47-4.711-3.914-8.555-8.414-9.54c-.657-4.03-4.126-7.054-8.274-7.054c-1.125 0-2.11.14-2.953.375c-2.086-2.625-4.805-4.5-8.695-4.5c-5.555 0-10.243 4.29-10.782 9.797c-4.265 1.078-7.195 4.805-7.195 9.188m3.516 0c0-3.07 2.32-5.602 5.156-5.954c1.406-.14 1.969-.843 1.945-2.25c-.047-3.89 3.282-7.242 7.36-7.242c2.789 0 4.945 1.453 6.375 3.75c.562.914 1.406 1.125 2.554.75a8.5 8.5 0 0 1 2.485-.398c2.203 0 4.101 1.406 4.78 3.375c-2.952.375-5.554 1.945-7.335 4.336a8.2 8.2 0 0 0-2.484-.375c-4.29 0-7.97 3.023-8.743 7.219a9.02 9.02 0 0 0-5.53 2.601c-4.22-.234-6.563-2.812-6.563-5.812M17.816 44.16c-3.375 0-5.39-2.226-5.39-5.086c0-3 2.46-5.11 5.273-5.156c1.57-.023 2.25-.492 2.367-1.922c.258-3 2.532-5.156 5.532-5.156c.867 0 1.359.117 2.273.469c1.219.492 1.969.28 2.484-.75c1.196-2.297 3.68-3.797 6.493-3.797c3.984 0 7.242 3.258 7.242 7.312c0 1.617.515 2.11 2.039 2.274c2.906.351 5.11 2.93 5.11 5.883c0 3.351-2.415 5.93-6.54 5.93Z"/></svg>

React

import type { SVGProps } from "react";

export function F7Smoke(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M1.246 27.309c0 4.43 3.094 8.273 8.063 9.164c-.282.82-.399 1.687-.399 2.601c0 4.782 3.563 8.602 8.906 8.602H44.7c6.07 0 10.055-4.172 10.055-9.446c0-4.382-2.976-8.132-7.195-9.187c-.47-4.711-3.914-8.555-8.414-9.54c-.657-4.03-4.126-7.054-8.274-7.054c-1.125 0-2.11.14-2.953.375c-2.086-2.625-4.805-4.5-8.695-4.5c-5.555 0-10.243 4.29-10.782 9.797c-4.265 1.078-7.195 4.805-7.195 9.188m3.516 0c0-3.07 2.32-5.602 5.156-5.954c1.406-.14 1.969-.843 1.945-2.25c-.047-3.89 3.282-7.242 7.36-7.242c2.789 0 4.945 1.453 6.375 3.75c.562.914 1.406 1.125 2.554.75a8.5 8.5 0 0 1 2.485-.398c2.203 0 4.101 1.406 4.78 3.375c-2.952.375-5.554 1.945-7.335 4.336a8.2 8.2 0 0 0-2.484-.375c-4.29 0-7.97 3.023-8.743 7.219a9.02 9.02 0 0 0-5.53 2.601c-4.22-.234-6.563-2.812-6.563-5.812M17.816 44.16c-3.375 0-5.39-2.226-5.39-5.086c0-3 2.46-5.11 5.273-5.156c1.57-.023 2.25-.492 2.367-1.922c.258-3 2.532-5.156 5.532-5.156c.867 0 1.359.117 2.273.469c1.219.492 1.969.28 2.484-.75c1.196-2.297 3.68-3.797 6.493-3.797c3.984 0 7.242 3.258 7.242 7.312c0 1.617.515 2.11 2.039 2.274c2.906.351 5.11 2.93 5.11 5.883c0 3.351-2.415 5.93-6.54 5.93Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M1.246 27.309c0 4.43 3.094 8.273 8.063 9.164c-.282.82-.399 1.687-.399 2.601c0 4.782 3.563 8.602 8.906 8.602H44.7c6.07 0 10.055-4.172 10.055-9.446c0-4.382-2.976-8.132-7.195-9.187c-.47-4.711-3.914-8.555-8.414-9.54c-.657-4.03-4.126-7.054-8.274-7.054c-1.125 0-2.11.14-2.953.375c-2.086-2.625-4.805-4.5-8.695-4.5c-5.555 0-10.243 4.29-10.782 9.797c-4.265 1.078-7.195 4.805-7.195 9.188m3.516 0c0-3.07 2.32-5.602 5.156-5.954c1.406-.14 1.969-.843 1.945-2.25c-.047-3.89 3.282-7.242 7.36-7.242c2.789 0 4.945 1.453 6.375 3.75c.562.914 1.406 1.125 2.554.75a8.5 8.5 0 0 1 2.485-.398c2.203 0 4.101 1.406 4.78 3.375c-2.952.375-5.554 1.945-7.335 4.336a8.2 8.2 0 0 0-2.484-.375c-4.29 0-7.97 3.023-8.743 7.219a9.02 9.02 0 0 0-5.53 2.601c-4.22-.234-6.563-2.812-6.563-5.812M17.816 44.16c-3.375 0-5.39-2.226-5.39-5.086c0-3 2.46-5.11 5.273-5.156c1.57-.023 2.25-.492 2.367-1.922c.258-3 2.532-5.156 5.532-5.156c.867 0 1.359.117 2.273.469c1.219.492 1.969.28 2.484-.75c1.196-2.297 3.68-3.797 6.493-3.797c3.984 0 7.242 3.258 7.242 7.312c0 1.617.515 2.11 2.039 2.274c2.906.351 5.11 2.93 5.11 5.883c0 3.351-2.415 5.93-6.54 5.93Z"/></svg>
</template>

CSS

.icon-smoke {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.246%2027.309c0%204.43%203.094%208.273%208.063%209.164c-.282.82-.399%201.687-.399%202.601c0%204.782%203.563%208.602%208.906%208.602H44.7c6.07%200%2010.055-4.172%2010.055-9.446c0-4.382-2.976-8.132-7.195-9.187c-.47-4.711-3.914-8.555-8.414-9.54c-.657-4.03-4.126-7.054-8.274-7.054c-1.125%200-2.11.14-2.953.375c-2.086-2.625-4.805-4.5-8.695-4.5c-5.555%200-10.243%204.29-10.782%209.797c-4.265%201.078-7.195%204.805-7.195%209.188m3.516%200c0-3.07%202.32-5.602%205.156-5.954c1.406-.14%201.969-.843%201.945-2.25c-.047-3.89%203.282-7.242%207.36-7.242c2.789%200%204.945%201.453%206.375%203.75c.562.914%201.406%201.125%202.554.75a8.5%208.5%200%200%201%202.485-.398c2.203%200%204.101%201.406%204.78%203.375c-2.952.375-5.554%201.945-7.335%204.336a8.2%208.2%200%200%200-2.484-.375c-4.29%200-7.97%203.023-8.743%207.219a9.02%209.02%200%200%200-5.53%202.601c-4.22-.234-6.563-2.812-6.563-5.812M17.816%2044.16c-3.375%200-5.39-2.226-5.39-5.086c0-3%202.46-5.11%205.273-5.156c1.57-.023%202.25-.492%202.367-1.922c.258-3%202.532-5.156%205.532-5.156c.867%200%201.359.117%202.273.469c1.219.492%201.969.28%202.484-.75c1.196-2.297%203.68-3.797%206.493-3.797c3.984%200%207.242%203.258%207.242%207.312c0%201.617.515%202.11%202.039%202.274c2.906.351%205.11%202.93%205.11%205.883c0%203.351-2.415%205.93-6.54%205.93Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.246%2027.309c0%204.43%203.094%208.273%208.063%209.164c-.282.82-.399%201.687-.399%202.601c0%204.782%203.563%208.602%208.906%208.602H44.7c6.07%200%2010.055-4.172%2010.055-9.446c0-4.382-2.976-8.132-7.195-9.187c-.47-4.711-3.914-8.555-8.414-9.54c-.657-4.03-4.126-7.054-8.274-7.054c-1.125%200-2.11.14-2.953.375c-2.086-2.625-4.805-4.5-8.695-4.5c-5.555%200-10.243%204.29-10.782%209.797c-4.265%201.078-7.195%204.805-7.195%209.188m3.516%200c0-3.07%202.32-5.602%205.156-5.954c1.406-.14%201.969-.843%201.945-2.25c-.047-3.89%203.282-7.242%207.36-7.242c2.789%200%204.945%201.453%206.375%203.75c.562.914%201.406%201.125%202.554.75a8.5%208.5%200%200%201%202.485-.398c2.203%200%204.101%201.406%204.78%203.375c-2.952.375-5.554%201.945-7.335%204.336a8.2%208.2%200%200%200-2.484-.375c-4.29%200-7.97%203.023-8.743%207.219a9.02%209.02%200%200%200-5.53%202.601c-4.22-.234-6.563-2.812-6.563-5.812M17.816%2044.16c-3.375%200-5.39-2.226-5.39-5.086c0-3%202.46-5.11%205.273-5.156c1.57-.023%202.25-.492%202.367-1.922c.258-3%202.532-5.156%205.532-5.156c.867%200%201.359.117%202.273.469c1.219.492%201.969.28%202.484-.75c1.196-2.297%203.68-3.797%206.493-3.797c3.984%200%207.242%203.258%207.242%207.312c0%201.617.515%202.11%202.039%202.274c2.906.351%205.11%202.93%205.11%205.883c0%203.351-2.415%205.93-6.54%205.93Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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