set off icon
set-off from IconPark TwoTone by ByteDance · Two tone · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- set-off
- Set
- IconPark TwoTone
- Style
- Two tone
- Category
- Travel
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More travel icons from IconPark TwoTone
Use the set off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGgro8Qb2k"><g fill="none" stroke="#fff" stroke-width="4"><path fill="#555" stroke-miterlimit="2" d="M29 14a5 5 0 1 0 0-10a5 5 0 0 0 0 10Z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" d="m24 19l-4.29 8l7.6 6.02c.31.24.53.57.66.94L31.31 44m-11.6-17l-5.2 7.64C12.973 36.888 10.5 39.5 9.5 41"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" d="m42 24l-6.94.1c-.36 0-.72-.09-1.04-.27l-3.27-1.91c-4.01-2.35-8.4-3.96-12.97-4.78l-3.22-.57L12 21"/><path fill="#555" stroke-linejoin="round" d="m8.652 19.103l6.373 3.68l-4.5 7.794l-6.373-3.68z"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGgro8Qb2k)"/></svg>
React
import type { SVGProps } from "react";
export function IconParkTwotoneSetOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGgro8Qb2k"><g fill="none" stroke="#fff" strokeWidth="4"><path fill="#555" strokeMiterlimit="2" d="M29 14a5 5 0 1 0 0-10a5 5 0 0 0 0 10Z"/><path strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="2" d="m24 19l-4.29 8l7.6 6.02c.31.24.53.57.66.94L31.31 44m-11.6-17l-5.2 7.64C12.973 36.888 10.5 39.5 9.5 41"/><path strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="2" d="m42 24l-6.94.1c-.36 0-.72-.09-1.04-.27l-3.27-1.91c-4.01-2.35-8.4-3.96-12.97-4.78l-3.22-.57L12 21"/><path fill="#555" strokeLinejoin="round" d="m8.652 19.103l6.373 3.68l-4.5 7.794l-6.373-3.68z"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGgro8Qb2k)"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGgro8Qb2k"><g fill="none" stroke="#fff" stroke-width="4"><path fill="#555" stroke-miterlimit="2" d="M29 14a5 5 0 1 0 0-10a5 5 0 0 0 0 10Z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" d="m24 19l-4.29 8l7.6 6.02c.31.24.53.57.66.94L31.31 44m-11.6-17l-5.2 7.64C12.973 36.888 10.5 39.5 9.5 41"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" d="m42 24l-6.94.1c-.36 0-.72-.09-1.04-.27l-3.27-1.91c-4.01-2.35-8.4-3.96-12.97-4.78l-3.22-.57L12 21"/><path fill="#555" stroke-linejoin="round" d="m8.652 19.103l6.373 3.68l-4.5 7.794l-6.373-3.68z"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGgro8Qb2k)"/></svg> </template>
CSS
.icon-set-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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGgro8Qb2k%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%23555%22%20stroke-miterlimit%3D%222%22%20d%3D%22M29%2014a5%205%200%201%200%200-10a5%205%200%200%200%200%2010Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22m24%2019l-4.29%208l7.6%206.02c.31.24.53.57.66.94L31.31%2044m-11.6-17l-5.2%207.64C12.973%2036.888%2010.5%2039.5%209.5%2041%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22m42%2024l-6.94.1c-.36%200-.72-.09-1.04-.27l-3.27-1.91c-4.01-2.35-8.4-3.96-12.97-4.78l-3.22-.57L12%2021%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20stroke-linejoin%3D%22round%22%20d%3D%22m8.652%2019.103l6.373%203.68l-4.5%207.794l-6.373-3.68z%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGgro8Qb2k)%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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGgro8Qb2k%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%23555%22%20stroke-miterlimit%3D%222%22%20d%3D%22M29%2014a5%205%200%201%200%200-10a5%205%200%200%200%200%2010Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22m24%2019l-4.29%208l7.6%206.02c.31.24.53.57.66.94L31.31%2044m-11.6-17l-5.2%207.64C12.973%2036.888%2010.5%2039.5%209.5%2041%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22m42%2024l-6.94.1c-.36%200-.72-.09-1.04-.27l-3.27-1.91c-4.01-2.35-8.4-3.96-12.97-4.78l-3.22-.57L12%2021%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20stroke-linejoin%3D%22round%22%20d%3D%22m8.652%2019.103l6.373%203.68l-4.5%207.794l-6.373-3.68z%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGgro8Qb2k)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-twotone/set-off.svg?color=%231a73e8&size=48