safety-check-outline-rounded from Material Symbols Light by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
safety-check-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the safety check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.836 14.855Q16 13.69 16 12.019t-1.164-2.835T12 8.019T9.165 9.184T8 12.019t1.165 2.836T12 16.019t2.836-1.164m-2.452-2.997l1.539 1.538q.111.112.121.263t-.121.283t-.273.131t-.273-.13l-1.52-1.52q-.13-.13-.186-.27t-.055-.301V9.519q0-.161.111-.273q.112-.112.273-.112t.273.112t.112.273zm-.67 8.96q-.15-.026-.281-.076q-2.952-1.125-4.692-3.816T5 11.1V6.817q0-.51.295-.923t.755-.6l5.385-2q.292-.106.565-.106t.566.106l5.384 2q.46.187.755.6t.295.923V11.1q0 3.135-1.74 5.826t-4.693 3.816q-.13.05-.28.075t-.287.025t-.287-.025M12 19.9q2.6-.825 4.3-3.3t1.7-5.5V6.798q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-5.384 2q-.193.076-.298.23Q6 6.606 6 6.798V11.1q0 3.025 1.7 5.5t4.3 3.3m0-7.861"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSafetyCheckOutlineRounded(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.836 14.855Q16 13.69 16 12.019t-1.164-2.835T12 8.019T9.165 9.184T8 12.019t1.165 2.836T12 16.019t2.836-1.164m-2.452-2.997l1.539 1.538q.111.112.121.263t-.121.283t-.273.131t-.273-.13l-1.52-1.52q-.13-.13-.186-.27t-.055-.301V9.519q0-.161.111-.273q.112-.112.273-.112t.273.112t.112.273zm-.67 8.96q-.15-.026-.281-.076q-2.952-1.125-4.692-3.816T5 11.1V6.817q0-.51.295-.923t.755-.6l5.385-2q.292-.106.565-.106t.566.106l5.384 2q.46.187.755.6t.295.923V11.1q0 3.135-1.74 5.826t-4.693 3.816q-.13.05-.28.075t-.287.025t-.287-.025M12 19.9q2.6-.825 4.3-3.3t1.7-5.5V6.798q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-5.384 2q-.193.076-.298.23Q6 6.606 6 6.798V11.1q0 3.025 1.7 5.5t4.3 3.3m0-7.861"/></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.836 14.855Q16 13.69 16 12.019t-1.164-2.835T12 8.019T9.165 9.184T8 12.019t1.165 2.836T12 16.019t2.836-1.164m-2.452-2.997l1.539 1.538q.111.112.121.263t-.121.283t-.273.131t-.273-.13l-1.52-1.52q-.13-.13-.186-.27t-.055-.301V9.519q0-.161.111-.273q.112-.112.273-.112t.273.112t.112.273zm-.67 8.96q-.15-.026-.281-.076q-2.952-1.125-4.692-3.816T5 11.1V6.817q0-.51.295-.923t.755-.6l5.385-2q.292-.106.565-.106t.566.106l5.384 2q.46.187.755.6t.295.923V11.1q0 3.135-1.74 5.826t-4.693 3.816q-.13.05-.28.075t-.287.025t-.287-.025M12 19.9q2.6-.825 4.3-3.3t1.7-5.5V6.798q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-5.384 2q-.193.076-.298.23Q6 6.606 6 6.798V11.1q0 3.025 1.7 5.5t4.3 3.3m0-7.861"/></svg>
</template>

CSS

.icon-safety-check-outline-rounded {
  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.836%2014.855Q16%2013.69%2016%2012.019t-1.164-2.835T12%208.019T9.165%209.184T8%2012.019t1.165%202.836T12%2016.019t2.836-1.164m-2.452-2.997l1.539%201.538q.111.112.121.263t-.121.283t-.273.131t-.273-.13l-1.52-1.52q-.13-.13-.186-.27t-.055-.301V9.519q0-.161.111-.273q.112-.112.273-.112t.273.112t.112.273zm-.67%208.96q-.15-.026-.281-.076q-2.952-1.125-4.692-3.816T5%2011.1V6.817q0-.51.295-.923t.755-.6l5.385-2q.292-.106.565-.106t.566.106l5.384%202q.46.187.755.6t.295.923V11.1q0%203.135-1.74%205.826t-4.693%203.816q-.13.05-.28.075t-.287.025t-.287-.025M12%2019.9q2.6-.825%204.3-3.3t1.7-5.5V6.798q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-5.384%202q-.193.076-.298.23Q6%206.606%206%206.798V11.1q0%203.025%201.7%205.5t4.3%203.3m0-7.861%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.836%2014.855Q16%2013.69%2016%2012.019t-1.164-2.835T12%208.019T9.165%209.184T8%2012.019t1.165%202.836T12%2016.019t2.836-1.164m-2.452-2.997l1.539%201.538q.111.112.121.263t-.121.283t-.273.131t-.273-.13l-1.52-1.52q-.13-.13-.186-.27t-.055-.301V9.519q0-.161.111-.273q.112-.112.273-.112t.273.112t.112.273zm-.67%208.96q-.15-.026-.281-.076q-2.952-1.125-4.692-3.816T5%2011.1V6.817q0-.51.295-.923t.755-.6l5.385-2q.292-.106.565-.106t.566.106l5.384%202q.46.187.755.6t.295.923V11.1q0%203.135-1.74%205.826t-4.693%203.816q-.13.05-.28.075t-.287.025t-.287-.025M12%2019.9q2.6-.825%204.3-3.3t1.7-5.5V6.798q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-5.384%202q-.193.076-.298.23Q6%206.606%206%206.798V11.1q0%203.025%201.7%205.5t4.3%203.3m0-7.861%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/safety-check-outline-rounded.svg?color=%231a73e8&size=48